-
-
Save logarytm/be76b1b3e20d39b988abb45e60fd71ff to your computer and use it in GitHub Desktop.
give some apps dark titlebar under GNOME
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
-- $HOME/.config/devilspie2/devilspie2.lua | |
if string.match(get_window_class(), "Code") or string.match(get_window_class(), "jetbrains") then | |
os.execute("xprop -id " .. get_window_xid() .. " -f _GTK_THEME_VARIANT 8u -set _GTK_THEME_VARIANT 'dark'") | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment