summaryrefslogtreecommitdiff
path: root/sway/config
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config')
-rw-r--r--sway/config11
1 files changed, 11 insertions, 0 deletions
diff --git a/sway/config b/sway/config
index 74e0921..54a986b 100644
--- a/sway/config
+++ b/sway/config
@@ -191,6 +191,17 @@ exec waybar
exec nm-applet
exec fcitx5
+# ---- GTK THEMING CONFIG ----
+
+set $gnome-schema org.gnome.desktop.interface
+
+exec_always {
+ gsettings set $gnome-schema gtk-theme 'Adwaita'
+ gsettings set $gnome-schema icon-theme 'Adwaita'
+ gsettings set $gnome-schema cursor-theme 'Adwaita'
+ #gsettings set $gnome-schema font-name 'Your font name'
+}
+
# ---- INCLUDED FROM 50-systemd-user.conf FROM ARCHLINUX sway PACKAGE ----
# sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment