summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/sway/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config
index e30d4c5..6c718d0 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -46,9 +46,9 @@ input "type:touchpad" {
set $gnome_schema org.gnome.desktop.interface
exec_always {
- gsettings set $gnome_schema gtk-theme 'Adwaita-Dark'
+ gsettings set $gnome_schema gtk-theme 'Adwaita-dark'
gsettings set $gnome_schema icon-theme 'Numix-Circle'
- gsettings set $gnome_schema font-name 'Cantarell 11'
+ gsettings set $gnome_schema font-name 'Ubuntu Regular 11'
gsettings set $gnome_schema color-scheme 'prefer-dark'
}