From ef68468999f40f00cf790365876e87e779f40c32 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Mon, 17 Dec 2018 11:23:33 +0200 Subject: [PATCH] polybar arch-updates-module --- .config/polybar/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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