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, #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;