diff --git a/.local/bin/statusbar/mpdupdate b/.local/bin/statusbar/mpdupdate deleted file mode 100755 index afe11bb..0000000 --- a/.local/bin/statusbar/mpdupdate +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# Whenever the mpd state changes, update the mpd i3 module. -kill -0 "$(cat /tmp/mpdupdate)" 2>/dev/null && exit || echo $$ > /tmp/mpdupdate - -sleep 5 && while : ; do - pkill -RTMIN+11 i3blocks - mpc idle >/dev/null || exit -done diff --git a/.local/bin/statusbar/popupgrade b/.local/bin/statusbar/popupgrade deleted file mode 100755 index 83035c3..0000000 --- a/.local/bin/statusbar/popupgrade +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -printf "Beginning upgrade.\\n" - -yay -Syu -pkill -RTMIN+8 i3blocks - -printf "\\nUpgrade complete.\\nPress to exit window.\\n\\n" -read -r