polybar arch-updates-module
This commit is contained in:
parent
6a2705dc96
commit
ef68468999
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue