Add webcam status widget
This commit is contained in:
parent
9456e865c7
commit
ab88d0336d
1 changed files with 5 additions and 0 deletions
|
@ -59,6 +59,11 @@
|
||||||
(widget:text 'name "email"
|
(widget:text 'name "email"
|
||||||
'format (compose text-maybe-pad-both (add-fa-icon "")))
|
'format (compose text-maybe-pad-both (add-fa-icon "")))
|
||||||
(widget:spacer 'width 5)
|
(widget:spacer 'width 5)
|
||||||
|
(widget:flags 'name "cam-status"
|
||||||
|
'font "FontAwesome-10"
|
||||||
|
'flags '(("suspended" color "#a88654" "")
|
||||||
|
("active" color "#65a854" "")
|
||||||
|
("unplugged" color "#a85454" "")))
|
||||||
(widget:flags 'name "keychain"
|
(widget:flags 'name "keychain"
|
||||||
'font "FontAwesome-10"
|
'font "FontAwesome-10"
|
||||||
'flags '(("Unlocked" . "")
|
'flags '(("Unlocked" . "")
|
||||||
|
|
Loading…
Reference in a new issue