xsettingsd: Automatic GTK theme switching
This commit is contained in:
parent
029082dea5
commit
c646e0c7a3
5 changed files with 6 additions and 1 deletions
|
|
@ -4,8 +4,9 @@
|
||||||
~/.config/dunst: dunst/
|
~/.config/dunst: dunst/
|
||||||
~/.config/i3: i3/
|
~/.config/i3: i3/
|
||||||
~/.config/polybar: polybar/
|
~/.config/polybar: polybar/
|
||||||
~/.config/tridactyl: tridactyl/
|
|
||||||
~/.config/qutebrowser: qutebrowser/
|
~/.config/qutebrowser: qutebrowser/
|
||||||
|
~/.config/tridactyl: tridactyl/
|
||||||
|
~/.config/xsettingsd: xsettingsd/
|
||||||
~/.local/share/qutebrowser/userscripts: qutebrowser/userscripts
|
~/.local/share/qutebrowser/userscripts: qutebrowser/userscripts
|
||||||
~/.xinitrc: X/.xinitrc
|
~/.xinitrc: X/.xinitrc
|
||||||
~/.xserverrc: X/.xserverrc
|
~/.xserverrc: X/.xserverrc
|
||||||
|
|
|
||||||
|
|
@ -185,6 +185,7 @@ gaps inner 5
|
||||||
smart_gaps on
|
smart_gaps on
|
||||||
|
|
||||||
# startup
|
# startup
|
||||||
|
exec --no-startup-id xsettingsd
|
||||||
exec --no-startup-id nitrogen --restore
|
exec --no-startup-id nitrogen --restore
|
||||||
exec --no-startup-id polybar eDP1
|
exec --no-startup-id polybar eDP1
|
||||||
exec --no-startup-id unclutter
|
exec --no-startup-id unclutter
|
||||||
|
|
|
||||||
1
xsettingsd/.gitignore
vendored
Normal file
1
xsettingsd/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
xsettingsd.conf
|
||||||
1
xsettingsd/xsettingsd-dark.conf
Normal file
1
xsettingsd/xsettingsd-dark.conf
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Net/ThemeName "Adwaita-dark"
|
||||||
1
xsettingsd/xsettingsd-light.conf
Normal file
1
xsettingsd/xsettingsd-light.conf
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Net/ThemeName "Adwaita"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue