Fix update module for Arch Linux

This commit is contained in:
Vaughn MacIntyre
2021-12-14 21:39:51 -05:00
parent 689ca88f3f
commit ed2d1a0911
20 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
NOTIFY_ICON=/usr/share/icons/Papirus/32x32/apps/system-software-update.svg
get_total_updates() { UPDATES=$(checkupdates 2>/dev/null | wc -l); }
get_total_updates() { UPDATES=$(~/.config/polybar/forest/scripts/checkupdates 2>/dev/null | wc -l); }
while true; do
get_total_updates