New backup 2025-03-05 23:15:08
This commit is contained in:
parent
51eb16e0e8
commit
6babf690f8
3 changed files with 5 additions and 17 deletions
|
@ -3,8 +3,9 @@
|
||||||
(revealer-on-hover
|
(revealer-on-hover
|
||||||
:revealvar reveal_battery
|
:revealvar reveal_battery
|
||||||
:revealvar-name "reveal_battery"
|
:revealvar-name "reveal_battery"
|
||||||
(button :onclick 'notify-send battery lol ${EWW_BATTERY.BAT0.capacity}'
|
(button :onclick 'notify-send battery lol'
|
||||||
{(EWW_BATTERY.BAT0.status == "Charging") ? " ${EWW_BATTERY.BAT0.capacity}%" : " ${EWW_BATTERY.BAT0.capacity}%"})
|
"${jq(EWW_BATTERY,'.total_avg')}")
|
||||||
|
; {(EWW_BATTERY.BAT0.status == "Charging") ? " ${EWW_BATTERY.BAT0.capacity}%" : " ${EWW_BATTERY.BAT0.capacity}%"})
|
||||||
(battery_children)))
|
(battery_children)))
|
||||||
|
|
||||||
(defpoll battery_level :initial 0
|
(defpoll battery_level :initial 0
|
||||||
|
@ -18,5 +19,5 @@
|
||||||
(progress
|
(progress
|
||||||
:height 10
|
:height 10
|
||||||
:valign "center"
|
:valign "center"
|
||||||
:value {EWW_BATTERY.BAT0.capacity}
|
:value {jq(EWW_BATTERY,'.total_avg')}
|
||||||
:orientation "h")))
|
:orientation "h")))
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
[4F96D1932A9F858E]
|
[4F96D1932A9F858E]
|
||||||
Default=penelope
|
Default=r116e5eg.default-release
|
||||||
Locked=1
|
|
||||||
|
|
||||||
[6C4726F70D182CF7]
|
|
||||||
Default=penelope
|
|
||||||
Locked=1
|
Locked=1
|
||||||
|
|
||||||
|
|
|
@ -27,15 +27,6 @@ Name=testing
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=testing
|
Path=testing
|
||||||
|
|
||||||
[Install6C4726F70D182CF7]
|
|
||||||
Default=penelope
|
|
||||||
Locked=1
|
|
||||||
|
|
||||||
[Profile5]
|
|
||||||
Name=default-default
|
|
||||||
IsRelative=1
|
|
||||||
Path=fs502re5.default-default
|
|
||||||
|
|
||||||
[Profile2]
|
[Profile2]
|
||||||
Name=School
|
Name=School
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue