Initial
This commit is contained in:
commit
c8734e660a
392 changed files with 21043 additions and 0 deletions
13
.config/waybar/waybar_ldelossa/custom/spotify/quit.sh
Normal file
13
.config/waybar/waybar_ldelossa/custom/spotify/quit.sh
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
# quit closes spotify but triggers
|
||||
# the monitor to update which immediately
|
||||
# remove the widget instead of waiting for
|
||||
# the next monitor interval.
|
||||
|
||||
if pgrep spotify
|
||||
then
|
||||
kill -SIGINT $(pgrep spotify)
|
||||
fi
|
||||
|
||||
pkill -RTMIN+4 waybar
|
||||
Loading…
Add table
Add a link
Reference in a new issue