Skip to content

Instantly share code, notes, and snippets.

@genbtc
Created August 29, 2022 15:54
Show Gist options
  • Save genbtc/bea7a388b0adb7f11226b7ce7d172f70 to your computer and use it in GitHub Desktop.
Save genbtc/bea7a388b0adb7f11226b7ce7d172f70 to your computer and use it in GitHub Desktop.
gnome42-darkmode.sh
#!/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