Skip to content

Instantly share code, notes, and snippets.

@rougesheep
Created January 28, 2016 20:49
Show Gist options
  • Save rougesheep/2f4ca816fc6380423260 to your computer and use it in GitHub Desktop.
Save rougesheep/2f4ca816fc6380423260 to your computer and use it in GitHub Desktop.
Click a window to set it to use the dark variant of the current GTK theme (if possible).
#!/bin/bash
xprop -f _GTK_THEME_VARIANT 8u -set _GTK_THEME_VARIANT "dark"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment