Browse Source

removing unused files

master
tiynger 1 year ago
parent
commit
fc88e59c65
2 changed files with 0 additions and 17 deletions
  1. +0
    -8
      .local/bin/statusbar/mpdupdate
  2. +0
    -9
      .local/bin/statusbar/popupgrade

+ 0
- 8
.local/bin/statusbar/mpdupdate

@ -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

+ 0
- 9
.local/bin/statusbar/popupgrade

@ -1,9 +0,0 @@
#!/bin/sh
printf "Beginning upgrade.\\n"
yay -Syu
pkill -RTMIN+8 i3blocks
printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
read -r

Loading…
Cancel
Save