parent
6666e1dc50
commit
52141e5c80
|
@ -49,7 +49,7 @@ esac
|
|||
|
||||
|
||||
if [ -f /tmp/"$CONKYPID" ]; then
|
||||
PKGS=$(pamac checkupdates -aq| wc -l)
|
||||
PKGS=$(pamac checkupdates --no-aur -q| wc -l)
|
||||
if [ "$PKGS" != "0" ]; then
|
||||
if [[ "$update_notifications" == "true" ]];then
|
||||
notify-send.sh -u critical -i mbcc "$AVAIL_UPDATES" "$PKGS_TO_UPDATE $PKGS" -o "$YAY_UPD:terminator -T '$YAY_UPD' -e yay" \
|
||||
|
|
Loading…
Reference in New Issue