summaryrefslogtreecommitdiffstats
path: root/.scripts
diff options
context:
space:
mode:
Diffstat (limited to '.scripts')
-rwxr-xr-x.scripts/i3pacman6
1 files changed, 3 insertions, 3 deletions
diff --git a/.scripts/i3pacman b/.scripts/i3pacman
index 852c5b7..e9ab9b1 100755
--- a/.scripts/i3pacman
+++ b/.scripts/i3pacman
@@ -1,8 +1,8 @@
#!/bin/bash
case $BLOCK_BUTTON in
- 1) $TERMINAL -e sudo pacman -Syu && pacman -Qu | wc -l > ~/.larbs/.pacupgrade && pkill -RTMIN+8 i3blocks ;;
+ 1) $TERMINAL -e sudo pacman -Syu && pacman -Qu | wc -l > ~/.pacupgrnum && pkill -RTMIN+8 i3blocks ;;
esac
-pacman -Qu | wc -l | sed -e '/^0$/d' > ~/.larbs/.pacupgrade && pkill -RTMIN+8 i3blocks
+pacman -Qu | wc -l | sed -e '/^0$/d' > ~/.pacupgrnum && pkill -RTMIN+8 i3blocks
-cat ~/.larbs/.pacupgrade | sed -e "/^$/d"
+cat ~/.larbs/.pacupgrnum | sed -e "/^$/d"