diff options
author | David Barksdale <amatus@amatus.name> | 2014-10-27 11:53:45 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-10-27 11:53:45 -0500 |
commit | ba1f129f72a90b75345dc752b6c65dacbc666219 (patch) | |
tree | f90c536a2caec639f478c8e9a1d0ae6d461e5be7 | |
parent | 6877d7f60404ed63978b6725c85760437c24b7f8 (diff) |
Also set the window-manager theme
-rwxr-xr-x | low-vision.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/low-vision.sh b/low-vision.sh index b1f37f8..fef7103 100755 --- a/low-vision.sh +++ b/low-vision.sh @@ -9,6 +9,7 @@ as() { # High-contrast GTK theme and icons gsettings set org.gnome.desktop.interface gtk-theme HighContrast gsettings set org.gnome.desktop.interface icon-theme HighContrast +gsettings set org.gnome.desktop.wm.preferences theme HighContrast # High-contrast Unity greeter # This looks absolutely awful, don't do this |