New backup 2025-03-06 00:01:20
This commit is contained in:
parent
2053a58f8b
commit
2e1f030584
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
(button :onclick 'notify-send battery lol'
|
(button :onclick 'notify-send battery lol'
|
||||||
; {jq(EWW_BATTERY,'.[].status?')})
|
; {jq(EWW_BATTERY,'.[].status?')})
|
||||||
; "${jq(EWW_BATTERY,'.total_avg')}")
|
; "${jq(EWW_BATTERY,'.total_avg')}")
|
||||||
{(EWW_BATTERY == "") ? "hi" : `${(jq(EWW_BATTERY,'.[].status?') == '"Charging"') ? " ${jq(EWW_BATTERY,'.[].capacity?')}%" : " ${jq(EWW_BATTERY,'.[].capacity?')}%"}`})
|
{(EWW_BATTERY != "") ? "" : `${(jq(EWW_BATTERY,'.[].status?') == '"Charging"') ? " ${jq(EWW_BATTERY,'.[].capacity?')}%" : " ${jq(EWW_BATTERY,'.[].capacity?')}%"}`})
|
||||||
(battery_children)))
|
(battery_children)))
|
||||||
|
|
||||||
;(defpoll battery_level :initial 0
|
;(defpoll battery_level :initial 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue