adding conditional battery in bar
This commit is contained in:
parent
96c5af1ef7
commit
2c7d2c04c6
|
@ -203,13 +203,13 @@ tooltip label {
|
|||
.mem_module {
|
||||
background-color: rgba(00, 00, 00, 0.0);
|
||||
border-radius: 16px;
|
||||
margin: 0px 0px 0px 5px;
|
||||
margin: 0px 5px 0px 0px;
|
||||
}
|
||||
|
||||
.bat_module {
|
||||
background-color: rgba(00, 00, 00, 0.0);
|
||||
border-radius: 16px;
|
||||
margin: 0px 5px 0px 0px;
|
||||
margin: 0px 0px 0px 5px;
|
||||
}
|
||||
|
||||
.cpu_module {
|
||||
|
|
|
@ -261,9 +261,9 @@
|
|||
(volume)
|
||||
(wifi)
|
||||
(sep)
|
||||
(bat)
|
||||
(cpu)
|
||||
(mem)
|
||||
(EWW_BATTERY["BAT1"].capacity ? (bat) : ())
|
||||
(sep)
|
||||
(notif_button)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue