adding conditional battery in bar
This commit is contained in:
parent
96c5af1ef7
commit
2c7d2c04c6
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue