diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-11-15 15:31:17 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-11-15 15:31:17 +0400 |
| commit | b815b8dc30a9632e159bf4347d615b067503215f (patch) | |
| tree | b6ea0d48d364ccd7c7341576711112fa156c9f84 /.local/bin/statusbar/pacpackages | |
| parent | 54d45cc3ddc50fb0db021aca14ea9284c7937984 (diff) | |
Removed unneeded scripts
Diffstat (limited to '.local/bin/statusbar/pacpackages')
| -rwxr-xr-x | .local/bin/statusbar/pacpackages | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.local/bin/statusbar/pacpackages b/.local/bin/statusbar/pacpackages deleted file mode 100755 index 618ec2a..0000000 --- a/.local/bin/statusbar/pacpackages +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -case $BLOCK_BUTTON in - 1) setsid -f "$TERMINAL" -e popupgrade ;; -esac - -pacmancnt=$(pacman -Qu | grep -Fcv "[ignored]") -aurcnt=$(yay -Qau | grep -Fcv "[ignored]") -echo "$pacmancnt+$aurcnt" | sed "s/^/Packages: /" - |