Compare commits

..

No commits in common. "5f17112f69e30e6b7ea6bab9e56924fc0070f274" and "7f506d72566fd9ea657917aabf32a8ba1fd310fa" have entirely different histories.

5 changed files with 23 additions and 21 deletions

View file

@ -69,21 +69,21 @@ bspc desktop -f 1
grep -x sxhkd > /dev/null || sxhkd & grep -x sxhkd > /dev/null || sxhkd &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock & xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock &
dunst &
xsettingsd & xsettingsd &
sh ~/.fehbg &
dex -a &
redshift -r &
{{- if (or (eq .chezmoi.hostname "helix") (eq .chezmoi.hostname "hydrus")) }} {{- if (or (eq .chezmoi.hostname "helix") (eq .chezmoi.hostname "hydrus")) }}
$HOME/.local/bin/pipewire-launcher & $HOME/.local/bin/pipewire-launcher &
{{- end }} {{- end }}
{{- if (or (eq .chezmoi.hostname "helix") (eq .chezmoi.hostname "triangulum")) }} {{- if (or (eq .chezmoi.hostname "helix") (eq .chezmoi.hostname "triangulum")) }}
$HOME/.local/bin/xidlehook-laptop & $HOME/.local/bin/xidlehook-laptop &
$HOME/.local/bin/single-polybar-launcher &
cbatticon -u 20 -i standard -c "loginctl suspend" & cbatticon -u 20 -i standard -c "loginctl suspend" &
sleep 5 && pa-notify -t 3 & sleep 5 && pa-notify -t 3 &
$HOME/.local/bin/tint2-launcher &
{{- end }} {{- end }}
{{- if eq .chezmoi.hostname "hydrus"}} {{- if eq .chezmoi.hostname "hydrus"}}
xidlehook --not-when-audio --not-when-fullscreen --timer 360 "xset s activate" "" & xidlehook --not-when-audio --not-when-fullscreen --timer 360 "xset s activate" "" &
$HOME/.local/bin/dual-polybar-launcher & $HOME/.local/bin/dual-polybar-launcher &
{{- end }} {{- end }}
sh ~/.fehbg &
redshift -r &
dunst &
dex -a &

View file

@ -1,4 +1,7 @@
[Settings] [Settings]
gtk-theme-name = Everforest-Dark-Borderless gtk-theme-name = vimix-dark-beryl
gtk-icon-theme-name = Everforest-Dark gtk-icon-theme-name = Papirus-Dark
gtk-font-name = DejaVu Sans 11 gtk-xft-hinting = 1
gtk-xft-hintstyle = hintfull
gtk-xft-antialias = 1
gtk-xft-rgba = rgb

View file

@ -1,5 +1,8 @@
[Settings] [Settings]
gtk-application-preferdark-theme = true gtk-application-preferdark-theme = 1
gtk-theme-name = Everforest-Dark-Borderless gtk-theme-name = vimix-dark-beryl
gtk-icon-theme-name = Everforest-Dark gtk-icon-theme-name = Papirus-Dark
gtk-font-name = "DejaVu Sans 11" gtk-xft-hinting = 1
gtk-xft-hintstyle = hintfull
gtk-xft-antialias = 1
gtk-xft-rgba = rgb

View file

@ -1,6 +1,6 @@
Xft/autohint 0 Net/IconThemeName "Papirus-Dark"
Xft/lcdfilter "lcddefault" Net/ThemeName "vimix-dark-beryl"
Xft/Hinting 1 Xft/Hinting 1
Xft/HintStyle "hintfull" Xft/HintStyle "hintfull"
Xft/Antialias 1 Xft/Antialias 1
Xft/RGBA "rgb" Xft/RGBA "rgb"

View file

@ -1,4 +0,0 @@
# GTK2 Settings
gtk-theme-name="Everforest-Dark-Borderless"
gtk-icon-theme-name="Everforest-Dark"
gtk-font-name="DejaVu Sans 11"