1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-31 00:17:46 +02:00

removing unused files

This commit is contained in:
tiynger 2019-09-13 21:04:55 +02:00
parent 27c1f621fa
commit fc88e59c65
2 changed files with 0 additions and 17 deletions

View File

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

View File

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