aboutsummaryrefslogtreecommitdiff
path: root/.local/share/dark-mode.d/gtk-theme.sh
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/dark-mode.d/gtk-theme.sh')
-rwxr-xr-x.local/share/dark-mode.d/gtk-theme.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/.local/share/dark-mode.d/gtk-theme.sh b/.local/share/dark-mode.d/gtk-theme.sh
new file mode 100755
index 0000000..8fd9485
--- /dev/null
+++ b/.local/share/dark-mode.d/gtk-theme.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+gnome_schema='org.gnome.desktop.interface'
+gtk_theme='Adwaita-dark'
+
+gsettings set $gnome_schema gtk-theme $gtk_theme
+gsettings set $gnome_schema icon-theme $gtk_theme
+gsettings set $gnome_schema cursor-theme $gtk_theme