Update many things and add new colorscheme, termite config, tilda config, Xresource, etc...
This commit is contained in:
11
scripts/bin/spotify_adfree
Executable file
11
scripts/bin/spotify_adfree
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
spotify=/usr/bin/spotify
|
||||
|
||||
if [[ -x $spotify && -x /usr/bin/blockify ]];
|
||||
then
|
||||
blockify &
|
||||
block_pid=$!
|
||||
$spotify
|
||||
trap "kill -9 $block_pid" SIGINT SIGTERM EXIT
|
||||
fi
|
Reference in New Issue
Block a user