Fix tiny error

This commit is contained in:
Vaughn MacIntyre
2021-12-14 21:44:41 -05:00
parent ed2d1a0911
commit 646e3e492d
+1 -1
View File
@@ -2,7 +2,7 @@
NOTIFY_ICON=/usr/share/icons/Papirus/32x32/apps/system-software-update.svg
get_total_updates() { UPDATES=$(~/.config/polybar/hack/shades/checkupdates 2>/dev/null | wc -l); }
get_total_updates() { UPDATES=$(~/.config/polybar/shades/scripts/checkupdates 2>/dev/null | wc -l); }
while true; do
get_total_updates