diff --git a/.bashrc b/.bashrc index dfe3f43..8948507 100755 --- a/.bashrc +++ b/.bashrc @@ -60,6 +60,7 @@ export LESS_TERMCAP_so=$'\E[01;44;33m' export LESS_TERMCAP_ue=$'\E[0m' export LESS_TERMCAP_us=$'\E[01;32m' export LC_WHO=rorlando + # Scripts Path PATH=$PATH:~/code/scripts PATH=$PATH:~/.local/bin @@ -67,6 +68,8 @@ PATH=$PATH:~/.local/bin PATH=$PATH:~/.local/share/gem/ruby/2.7.0/bin # Doom Path PATH=$PATH:~/.config/emacs/bin/ +#Flatpak path +PATH=$PATH:/var/lib/flatpak/exports/bin ####################################################### # ALIAS @@ -75,11 +78,11 @@ PATH=$PATH:~/.config/emacs/bin/ # EG: the ls command is aliased, but to use the normal ls command you would type \ls # Pacman aliases -alias install='sudo pacman -S' -alias update='sudo pacman -Syu' -alias search='pacman -Ss' -alias remove='sudo pacman -Rs' -alias uninstall='sudo pacman -Rs' +alias install='sudo dnf install' +alias update='sudo dnf update' +alias search='dnf search' +alias remove='sudo dnf remove' +alias uninstall='sudo dnf uninstall' # Rsync push music to jellyfin alias music-push="rsync -r -e 'ssh -p 46668' --info=progress2 /home/opal/music/to-push/* cleric:/data/container_storage/jellyfin/media/music/to-sort/" @@ -180,9 +183,6 @@ alias eel='ssh eel' # Wget (keeps hsts files out of $HOME) alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"' -# vim -> neovim (cuz nvim > vim) -alias vim='nvim' - # easyeffects (until I get the motivation to fix this) alias ee='systemctl --user restart easyeffects.service' diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 60b40b5..fbd158f 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -5,7 +5,7 @@ env: # Font configuration font: normal: - family: Hack Nerd Font + family: Hack style: Regular size: 15 offset: diff --git a/.config/beets/beets-library.db b/.config/beets/beets-library.db index 4549006..3ae822c 100644 Binary files a/.config/beets/beets-library.db and b/.config/beets/beets-library.db differ diff --git a/.config/beets/state.pickle b/.config/beets/state.pickle new file mode 100644 index 0000000..b7c0f16 Binary files /dev/null and b/.config/beets/state.pickle differ diff --git a/.config/doom/config.el b/.config/doom/config.el index 53bde4f..85c5582 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -24,9 +24,9 @@ (setq browse-url-browser-function 'browse-url-generic browse-url-generic-program "qutebrowser") -(set-face-attribute 'default nil :font "Hack Nerd Font" :height 130 :weight 'regular) -(set-face-attribute 'fixed-pitch nil :font "Hack Nerd Font" :height 1.0 :weight 'regular) -(set-face-attribute 'variable-pitch nil :font "Hack Nerd Font" :height 1.0 :weight 'bold) +(set-face-attribute 'default nil :font "Hack" :height 130 :weight 'regular) +(set-face-attribute 'fixed-pitch nil :font "Hack" :height 1.0 :weight 'regular) +(set-face-attribute 'variable-pitch nil :font "Hack" :height 1.0 :weight 'bold) (defun opal/org-font-setup () ;; Replace list hyphen with dot @@ -44,7 +44,7 @@ (org-level-6 . 1.1) (org-level-7 . 1.1) (org-level-8 . 1.1))) - (set-face-attribute (car face) nil :font "Hack Nerd Font" :weight 'regular :height (cdr face))) + (set-face-attribute (car face) nil :font "Hack" :weight 'regular :height (cdr face))) ;; Ensure that anything that should be fixed-pitch in Org files appears that way (set-face-attribute 'org-block nil :foreground nil :inherit 'fixed-pitch) diff --git a/.config/sway/.config.swp b/.config/sway/.config.swp deleted file mode 100644 index d550669..0000000 Binary files a/.config/sway/.config.swp and /dev/null differ diff --git a/.config/sway/config b/.config/sway/config index 6663b95..e966b65 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -161,7 +161,7 @@ exec_always dunst exec flashfocus # Wlsunset (Night Light) -exec wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500 +exec_always wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500 # udiskie - auto usb mounting exec /usr/bin/udiskie & @@ -197,8 +197,8 @@ gaps outer 2 # Idle configuration exec swayidle -w \ - timeout 120 'swaylock -f' \ - timeout 600 'swaymsg "output * dpms off"' \ + timeout 1200 'swaylock -f' \ + timeout 3200 'swaymsg "output * dpms off"' \ timeout 15 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \ resume 'swaymsg "output * dpms on"' \ before-sleep 'swaylock -f' @@ -238,7 +238,7 @@ bindswitch --reload --locked lid:off output $laptop enable #output DP-1 pos 0 0 # Wallpaper -output * bg /home/opal/.config/wallpapers/rockymountains.jpg fill +output * bg /home/opal/.config/wallpapers/plateau.jpg fill # Assign workspaces to numbers set $ws1 number 1 diff --git a/.config/systemd/user/protonvpn_reconnect.service b/.config/systemd/user/protonvpn_reconnect.service new file mode 100644 index 0000000..8b06e35 --- /dev/null +++ b/.config/systemd/user/protonvpn_reconnect.service @@ -0,0 +1,8 @@ + +# v3.14.0 + +[Unit] +Description=Proton VPN Reconnector + +[Service] +ExecStart=/usr/bin/python3 /usr/lib/python3.11/site-packages/protonvpn_nm_lib/daemon/dbus_daemon_reconnector.py