Colorize keychain status widget
This commit is contained in:
parent
ab88d0336d
commit
39e3977cea
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@
|
|||
("unplugged" color "#a85454" "")))
|
||||
(widget:flags 'name "keychain"
|
||||
'font "FontAwesome-10"
|
||||
'flags '(("Unlocked" . "")
|
||||
("Locked" . "")))
|
||||
'flags '(("Unlocked" color "#65a854" "")
|
||||
("Locked" color "#a85454" "")))
|
||||
(widget:spacer 'width 5)
|
||||
(widget:clock))
|
||||
|
|
Loading…
Reference in a new issue