adding conditional battery in bar

This commit is contained in:
Chris Cochrun 2022-12-21 09:19:04 -06:00
parent 96c5af1ef7
commit 2c7d2c04c6
2 changed files with 3 additions and 3 deletions

View file

@ -203,13 +203,13 @@ tooltip label {
.mem_module { .mem_module {
background-color: rgba(00, 00, 00, 0.0); background-color: rgba(00, 00, 00, 0.0);
border-radius: 16px; border-radius: 16px;
margin: 0px 0px 0px 5px; margin: 0px 5px 0px 0px;
} }
.bat_module { .bat_module {
background-color: rgba(00, 00, 00, 0.0); background-color: rgba(00, 00, 00, 0.0);
border-radius: 16px; border-radius: 16px;
margin: 0px 5px 0px 0px; margin: 0px 0px 0px 5px;
} }
.cpu_module { .cpu_module {

View file

@ -261,9 +261,9 @@
(volume) (volume)
(wifi) (wifi)
(sep) (sep)
(bat)
(cpu) (cpu)
(mem) (mem)
(EWW_BATTERY["BAT1"].capacity ? (bat) : ())
(sep) (sep)
(notif_button))) (notif_button)))