feat: nb add battery max charge option and quick change for it
This commit is contained in:
parent
8f2a1e1357
commit
92a216c920
5 changed files with 136 additions and 73 deletions
|
|
@ -28,7 +28,7 @@ window#waybar {
|
|||
#pulseaudio,
|
||||
#memory,
|
||||
#cpu,
|
||||
#battery,
|
||||
#custom-battery,
|
||||
#disk,
|
||||
#tray {
|
||||
background: #252525;
|
||||
|
|
@ -62,7 +62,7 @@ window#waybar {
|
|||
#cpu {
|
||||
color: #bd93f9;
|
||||
}
|
||||
#battery {
|
||||
#custom-battery {
|
||||
color: #f1fa8c;
|
||||
}
|
||||
#disk {
|
||||
|
|
@ -77,7 +77,7 @@ window#waybar {
|
|||
#pulseaudio,
|
||||
#memory,
|
||||
#cpu,
|
||||
#battery,
|
||||
#custom-battery,
|
||||
#disk {
|
||||
padding: 0 10px;
|
||||
padding-left: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue