updated sway binary, gonna merge soon
This commit is contained in:
1 parent
1eca57b40e
commit
0d5900b551
4 files changed
+18
-9
No files matched your search
@@ -18,8 +18,15 @@
|
||||
:icon ""
|
||||
:class "red"))
|
||||
|
||||
(defpoll bat_stat :interval "30s" "cat /")
|
||||
(defwidget bat []
|
||||
(box
|
||||
(circle :value {EWW_BATTERY.BAT0.capacity}
|
||||
:icon "⏻"
|
||||
:class "green"))
|
||||
;; :icon "⏻"
|
||||
:icon {
|
||||
EWW_BATTERY.BAT0.status == "Charging" ? ""
|
||||
: EWW_BATTERY.BAT0.status == "Not charging" ? ""
|
||||
: ""
|
||||
}
|
||||
:class "green")))
|
||||
|
||||
Reference in new issue
Block a user