diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-10-06 17:37:23 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-10-06 17:37:23 -0400 |
| commit | f73b483d9d7c955ddbc40f82d3e4a3f6708d7a3b (patch) | |
| tree | e6c53c2b21377495df6850ac70bafd2b093be08b /.scripts/i3pacman | |
| parent | 3a4031f9a993a8f21c4e70b29d46160dcf30d8a3 (diff) | |
| download | eibhear-f73b483d9d7c955ddbc40f82d3e4a3f6708d7a3b.tar.gz eibhear-f73b483d9d7c955ddbc40f82d3e4a3f6708d7a3b.tar.zst eibhear-f73b483d9d7c955ddbc40f82d3e4a3f6708d7a3b.zip | |
no need for write out now
Diffstat (limited to '.scripts/i3pacman')
| -rwxr-xr-x | .scripts/i3pacman | 4 |
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" |
