Set GTK+ theme in sway config
This commit is contained in:
parent
bb105b1b94
commit
e8951466c7
1 changed files with 12 additions and 0 deletions
|
@ -285,3 +285,15 @@ exec --no-startup-id nm-applet --indicator
|
|||
bar {
|
||||
swaybar_command waybar
|
||||
}
|
||||
|
||||
set $gnome-schema org.gnome.desktop.interface
|
||||
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# GTK3
|
||||
# ------------------------------------------------------------------------------
|
||||
exec_always {
|
||||
gsettings set $gnome-schema gtk-theme 'Arc-Darker'
|
||||
gsettings set $gnome-schema icon-theme 'Moka'
|
||||
gsettings set $gnome-schema cursor-theme 'Adwaita'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue