Fix memory icon
Some checks failed
/ check (push) Has been cancelled

This commit is contained in:
Daniel Flanagan 2024-12-20 11:07:00 -06:00
parent 7078e5b872
commit 5149e4aef0

View file

@ -51,7 +51,7 @@
) {"${volume}%"}
)
{" ${round(EWW_CPU["avg"], 0)}%"}
{" ${round(EWW_RAM["used_mem_perc"], 0)}%"}
{" ${round(EWW_RAM["used_mem_perc"], 0)}%"}
; TODO: have these "widgets" be omitted entirely instead of just empty strings
{(showBrightness == "true") ? (" ${brightness}%") : ""}
{(showBattery == "true") ? ("󱊣 ${EWW_BATTERY["BAT1"]["capacity"]}% (${batteryTime})") : ""}