diff options
Diffstat (limited to 'misc/light_gnome.sh')
-rwxr-xr-x | misc/light_gnome.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/light_gnome.sh b/misc/light_gnome.sh new file mode 100755 index 0000000..3005cdc --- /dev/null +++ b/misc/light_gnome.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +gsettings set org.gnome.desktop.interface color-scheme 'default' + |