1
0
Fork 0

xsettingsd: Automatic GTK theme switching

This commit is contained in:
Jeremy Kaplan 2021-07-25 11:43:31 -07:00
commit c646e0c7a3
5 changed files with 6 additions and 1 deletions

View file

@ -4,8 +4,9 @@
~/.config/dunst: dunst/
~/.config/i3: i3/
~/.config/polybar: polybar/
~/.config/tridactyl: tridactyl/
~/.config/qutebrowser: qutebrowser/
~/.config/tridactyl: tridactyl/
~/.config/xsettingsd: xsettingsd/
~/.local/share/qutebrowser/userscripts: qutebrowser/userscripts
~/.xinitrc: X/.xinitrc
~/.xserverrc: X/.xserverrc

View file

@ -185,6 +185,7 @@ gaps inner 5
smart_gaps on
# startup
exec --no-startup-id xsettingsd
exec --no-startup-id nitrogen --restore
exec --no-startup-id polybar eDP1
exec --no-startup-id unclutter

1
xsettingsd/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xsettingsd.conf

View file

@ -0,0 +1 @@
Net/ThemeName "Adwaita-dark"

View file

@ -0,0 +1 @@
Net/ThemeName "Adwaita"