summaryrefslogtreecommitdiffstats
path: root/.scripts
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-08-04 14:16:29 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-08-04 14:16:29 -0400
commitf163eceb687b9a8090e38593dc7c74904a0e9bb4 (patch)
tree5f001fd388d419dfe0390a4be209a879a56adde3 /.scripts
parente90cfeff522647c464d0f5e5ce2a7f0c32ec6e18 (diff)
downloadeibhear-f163eceb687b9a8090e38593dc7c74904a0e9bb4.tar.gz
eibhear-f163eceb687b9a8090e38593dc7c74904a0e9bb4.tar.zst
eibhear-f163eceb687b9a8090e38593dc7c74904a0e9bb4.zip
upgradable number moved to home
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"