Add more right padding to waybar's battery widget

This commit is contained in:
Egor 2024-09-05 12:36:40 +03:00
parent f26498abb9
commit 182467b01d

View file

@ -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;