Add arch update indicator
This commit is contained in:
parent
d6374274c5
commit
d5ef988d76
1 changed files with 10 additions and 1 deletions
|
@ -59,7 +59,7 @@ module-margin-left = 2
|
||||||
|
|
||||||
modules-left = workspaces
|
modules-left = workspaces
|
||||||
modules-center =
|
modules-center =
|
||||||
modules-right = cpu temp date
|
modules-right = archupdates cpu temp date
|
||||||
tray-position = right
|
tray-position = right
|
||||||
|
|
||||||
; Colors, defined further up
|
; Colors, defined further up
|
||||||
|
@ -189,4 +189,13 @@ date-alt = %A, %d %B %Y
|
||||||
time-alt = %H:%M
|
time-alt = %H:%M
|
||||||
label = %date% %{T2}%{T-}%time%
|
label = %date% %{T2}%{T-}%time%
|
||||||
|
|
||||||
|
[module/archupdates]
|
||||||
|
type = custom/script
|
||||||
|
exec = poly-archupdates
|
||||||
|
interval = 600
|
||||||
|
format = <label>
|
||||||
|
format-foreground = ${colors.primary}
|
||||||
|
label = %output%
|
||||||
|
|
||||||
|
|
||||||
; vim:ft=dosini
|
; vim:ft=dosini
|
||||||
|
|
Loading…
Reference in a new issue