diff --git a/.config/polybar/config b/.config/polybar/config index f6c3cd2..1832b54 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -111,10 +111,11 @@ ramp-foreground = ${colors.foreground} [module/pkg] type = custom/script -exec = CHECKUPDATES_DB=$(mktemp -d) ~/.config/Scripts/pkg.sh +;exec = CHECKUPDATES_DB=$(mktemp -d) ~/.config/Scripts/pkg.sh +exec = ~/.config/Scripts/updates-arch-yay.sh interval = 150 -label = %output% -click-left = urxvtc -e "yay -Syyu" +;label = %output% +;click-left = urxvt -e "yay -Syyu" & ;[module/updates] ;type = custom/script