This commit is contained in:
天クマ 2025-12-18 12:09:34 -03:00
commit c8734e660a
392 changed files with 21043 additions and 0 deletions

View 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