diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-04 23:08:49 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-01-04 23:08:49 -0500 |
| commit | 6b9dd70f2923b43de964a1e56e2c30e607602bce (patch) | |
| tree | 188fdaf47ae18fc1d6afb980b8cf0e382cc296bf /.scripts | |
| parent | e3a4c5a5d6734214573f8110e49894b7bd82ad9b (diff) | |
| download | eibhear-6b9dd70f2923b43de964a1e56e2c30e607602bce.tar.gz eibhear-6b9dd70f2923b43de964a1e56e2c30e607602bce.tar.zst eibhear-6b9dd70f2923b43de964a1e56e2c30e607602bce.zip | |
lol babby's first regex error
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/cron/checkup | 2 | ||||
| -rwxr-xr-x | .scripts/statusbar/pacpackages | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.scripts/cron/checkup b/.scripts/cron/checkup index 016ee90..770c349 100755 --- a/.scripts/cron/checkup +++ b/.scripts/cron/checkup @@ -10,7 +10,7 @@ sudo pacman -Syyuw --noconfirm || notify-send "Error downloading updates. Check your internet connection, if pacman is already running, or run update manually to see errors." pkill -RTMIN+8 i3blocks -if pacman -Qu | grep -v "[ignored]" +if pacman -Qu | grep -v "\[ignored\]" then notify-send -i "$PIX/larbs.gif" "Package updates available. Click statusbar icon (📦) for update." else diff --git a/.scripts/statusbar/pacpackages b/.scripts/statusbar/pacpackages index 9164830..9ec679e 100755 --- a/.scripts/statusbar/pacpackages +++ b/.scripts/statusbar/pacpackages @@ -16,4 +16,4 @@ case $BLOCK_BUTTON in esac -pacman -Qu | grep -v "[ignored]" | wc -l | sed -e "s/^0$//g" +pacman -Qu | grep -v "\[ignored\]" | wc -l | sed -e "s/^0$//g" |
