Compare commits

...

2 commits

5 changed files with 21 additions and 23 deletions

View file

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

View file

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

View file

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

View file

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

4
dot_gtkrc-2.0 Normal file
View file

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