summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar/pacpackages
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-08 22:01:51 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-08 22:01:51 -0400
commit4814403bbf58794da3349f21e55746e50e68eab4 (patch)
tree3bc52b7cd8eefc02d9d74e1442e7a979507b460d /.local/bin/statusbar/pacpackages
parent3e8f5c1647e15586b7ec09f9c415b3a50f49e6ac (diff)
downloadeibhear-4814403bbf58794da3349f21e55746e50e68eab4.tar.gz
eibhear-4814403bbf58794da3349f21e55746e50e68eab4.tar.zst
eibhear-4814403bbf58794da3349f21e55746e50e68eab4.zip
pgrep junk removed and minor script changes
Diffstat (limited to '.local/bin/statusbar/pacpackages')
-rwxr-xr-x.local/bin/statusbar/pacpackages2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/pacpackages b/.local/bin/statusbar/pacpackages
index 4273c86..6f439cc 100755
--- a/.local/bin/statusbar/pacpackages
+++ b/.local/bin/statusbar/pacpackages
@@ -20,7 +20,7 @@
case $BLOCK_BUTTON in
1) $TERMINAL -e popupgrade ;;
2) notify-send "$(/usr/bin/pacman -Qu)" ;;
- 3) pgrep -x dunst >/dev/null && notify-send "Upgrade module" "📦: number of upgradable packages
+ 3) notify-send "Upgrade module" "📦: number of upgradable packages
- Left click to upgrade packages
- Middle click to show upgradable packages" ;;
esac