Skip to content

Instantly share code, notes, and snippets.

@rhoconlinux
Created February 8, 2017 14:11
Show Gist options
  • Save rhoconlinux/27e4611706ce52f4218a3c11f67e554f to your computer and use it in GitHub Desktop.
Save rhoconlinux/27e4611706ce52f4218a3c11f67e554f to your computer and use it in GitHub Desktop.
spotify-dark
#!/bin/bash
/usr/bin/spotify --no-terminal --force-window -- "$4" &
sleep 0.5
winID=$(wmctrl -l | awk '/./{line=$0} END{print $1;}')
xprop -f _GTK_THEME_VARIANT 8u -set _GTK_THEME_VARIANT "dark" -id `wmctrl -l | grep $winID | cut -d " " -f 1`
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment