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,
|
#clock,
|
||||||
#battery,
|
|
||||||
#cpu,
|
#cpu,
|
||||||
#memory,
|
#memory,
|
||||||
#disk,
|
#disk,
|
||||||
|
@ -103,6 +102,11 @@ button:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#battery {
|
||||||
|
padding-right: 18px;
|
||||||
|
color: #ffffff
|
||||||
|
}
|
||||||
|
|
||||||
#window,
|
#window,
|
||||||
#workspaces {
|
#workspaces {
|
||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
|
|
Loading…
Reference in a new issue