✨ eww: add new features and fix issues
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
(defwidget battery [ ?device ]
|
||||
(box :class "battery"
|
||||
:visible { EWW_BATTERY != "" ? true : false }
|
||||
(label :text " ${EWW_BATTERY}%")
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user