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, 0 insertions, 8 deletions
diff --git a/.local/share/dark-mode.d/gtk-theme.sh b/.local/share/dark-mode.d/gtk-theme.sh
deleted file mode 100755
index 8fd9485..0000000
--- a/.local/share/dark-mode.d/gtk-theme.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/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