waybar: increase padding for the power button

This commit is contained in:
Peter Cai 2022-03-25 20:47:28 -04:00
parent fd120ee8c1
commit 69a19cca2f
1 changed files with 6 additions and 1 deletions

View File

@ -166,11 +166,16 @@ label:focus {
background-color: #eb4d4b;
}
#tray, #custom-power {
#tray {
background-color: #3c3836;
padding: 0 8px;
}
#custom-power {
background-color: #3c3836;
padding: 0 16px;
}
#idle_inhibitor {
background-color: rgba(0, 0, 0, 0);
color: #ebdbb2;