add battery indicator
This commit is contained in:
parent
c954eca45c
commit
52b0261f2c
2 changed files with 20 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ in
|
|||
color: #b4befe;
|
||||
}
|
||||
|
||||
#tray, #pulseaudio, #network, #cpu, #memory, #disk, #clock {
|
||||
#tray, #pulseaudio, #network, #cpu, #memory, #disk, #clock, #battery {
|
||||
font-size: ${custom.font_size};
|
||||
color: ${custom.text_color};
|
||||
}
|
||||
|
|
@ -74,6 +74,10 @@ in
|
|||
padding-right: 9px;
|
||||
margin-left: 7px;
|
||||
}
|
||||
#battery {
|
||||
padding-left: 9px;
|
||||
padding-right: 9px;
|
||||
}
|
||||
#network {
|
||||
padding-left: 9px;
|
||||
padding-right: 15px;
|
||||
|
|
|
|||
Reference in a new issue