updated sway binary, gonna merge soon

This commit is contained in:
iris committed 2023-06-16 10:11:41 -04:00
1 parent 1eca57b40e
commit 0d5900b551
4 files changed
+18 -9

No files matched your search

+9 -2
View File
@@ -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")))
+2 -2
View File
@@ -1,7 +1,7 @@
;; (deflisten wslist0
;; "scripts/getwss eDP-1")
;; "scripts/getwsss eDP-1")
;; (deflisten wslist1
;; "scripts/getwss DP-")
;; "scripts/getwsss DP-")
(deflisten wslist0
"scripts/getwss 0")
(deflisten wslist1