Created
August 29, 2022 15:54
-
-
Save genbtc/bea7a388b0adb7f11226b7ce7d172f70 to your computer and use it in GitHub Desktop.
gnome42-darkmode.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#Gnome 42 has a new System Wide Dark Mode, but XFCE has no slider for it so: | |
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment