From b522cead2db7f85faeb6fb358b35b74e86ff8271 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sun, 18 Jun 2023 10:55:45 -0500 Subject: [PATCH] Add second battery meter --- os/linux/eww/eww.yuck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/linux/eww/eww.yuck b/os/linux/eww/eww.yuck index 18adeed..f35ab3c 100644 --- a/os/linux/eww/eww.yuck +++ b/os/linux/eww/eww.yuck @@ -33,7 +33,7 @@ {" " + round(EWW_CPU["avg"], 0) + "%"} {" " + round(EWW_RAM["used_mem_perc"], 0) + "%"} {isDesktop == "true" ? "" : " " + brightness + "%"} - {isDesktop == "true" ? "" : "󱊣 " + EWW_BATTERY["BAT0"]["capacity"] + "%"} + {isDesktop == "true" ? "" : "󱊣 " + EWW_BATTERY["BAT0"]["capacity"] + "%/" + EWW_BATTERY["BAT1"]["capacity"] + "%"} )) (defwidget music []