Skip to content

Instantly share code, notes, and snippets.

@rougesheep
Created January 28, 2016 20:49
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