Add more right padding to waybar's battery widget
This commit is contained in:
parent
f26498abb9
commit
182467b01d
1 changed files with 5 additions and 1 deletions
|
@ -83,7 +83,6 @@ button:hover {
|
|||
}
|
||||
|
||||
#clock,
|
||||
#battery,
|
||||
#cpu,
|
||||
#memory,
|
||||
#disk,
|
||||
|
@ -103,6 +102,11 @@ button:hover {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
#battery {
|
||||
padding-right: 18px;
|
||||
color: #ffffff
|
||||
}
|
||||
|
||||
#window,
|
||||
#workspaces {
|
||||
margin: 0 4px;
|
||||
|
|
Loading…
Reference in a new issue