summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-10-06 17:37:23 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-10-06 17:37:23 -0400
commitf73b483d9d7c955ddbc40f82d3e4a3f6708d7a3b (patch)
treee6c53c2b21377495df6850ac70bafd2b093be08b
parent3a4031f9a993a8f21c4e70b29d46160dcf30d8a3 (diff)
downloadeibhear-f73b483d9d7c955ddbc40f82d3e4a3f6708d7a3b.tar.gz
eibhear-f73b483d9d7c955ddbc40f82d3e4a3f6708d7a3b.tar.zst
eibhear-f73b483d9d7c955ddbc40f82d3e4a3f6708d7a3b.zip
no need for write out now
-rwxr-xr-x.scripts/i3pacman4
1 files changed, 1 insertions, 3 deletions
diff --git a/.scripts/i3pacman b/.scripts/i3pacman
index f1aae76..acf69c1 100755
--- a/.scripts/i3pacman
+++ b/.scripts/i3pacman
@@ -10,6 +10,4 @@ case $BLOCK_BUTTON in
1) $TERMINAL -e "popupgrade" ;;
esac
-yay -Qum | wc -l > ~/.pacupgrnum && pkill -RTMIN+8 i3blocks
-
-sed -e "/^0$/d" ~/.pacupgrnum
+yay -Qu | wc -l | sed -e "s/^0$//g"