lol babby's first regex error
This commit is contained in:
parent
e3a4c5a5d6
commit
6b9dd70f29
2 changed files with 2 additions and 2 deletions
|
@ -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."
|
Check your internet connection, if pacman is already running, or run update manually to see errors."
|
||||||
pkill -RTMIN+8 i3blocks
|
pkill -RTMIN+8 i3blocks
|
||||||
|
|
||||||
if pacman -Qu | grep -v "[ignored]"
|
if pacman -Qu | grep -v "\[ignored\]"
|
||||||
then
|
then
|
||||||
notify-send -i "$PIX/larbs.gif" "Package updates available. Click statusbar icon (📦) for update."
|
notify-send -i "$PIX/larbs.gif" "Package updates available. Click statusbar icon (📦) for update."
|
||||||
else
|
else
|
||||||
|
|
|
@ -16,4 +16,4 @@ case $BLOCK_BUTTON in
|
||||||
esac
|
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"
|
||||||
|
|
Loading…
Reference in a new issue