polybar arch-updates-module
This commit is contained in:
parent
6a2705dc96
commit
ef68468999
|
|
@ -111,10 +111,11 @@ ramp-foreground = ${colors.foreground}
|
||||||
|
|
||||||
[module/pkg]
|
[module/pkg]
|
||||||
type = custom/script
|
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
|
interval = 150
|
||||||
label = %output%
|
;label = %output%
|
||||||
click-left = urxvtc -e "yay -Syyu"
|
;click-left = urxvt -e "yay -Syyu" &
|
||||||
|
|
||||||
;[module/updates]
|
;[module/updates]
|
||||||
;type = custom/script
|
;type = custom/script
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue