fixed more stuff with waybar

This commit is contained in:
opal
2024-06-03 23:17:19 -07:00
parent f5cbaf2c30
commit c8d671eaff
4 changed files with 34 additions and 19 deletions

View File

@@ -38,6 +38,8 @@ window#waybar {
}
#battery {
/* margin: top right bottom left; */
margin: 8px 2px 8px 2px;
border-radius: 5px;
}
@@ -89,12 +91,14 @@ window#waybar {
}
#custom-power {
margin:0px 3px 0px 0px;
/* margin: top right bottom left; */
margin:0px 3px 0px 5px;
border-radius: 6px;
}
#tray {
margin: 7px 10px 8px 4px;
/* margin: top right bottom left; */
margin: 8px 2px 8px 2px;
background: rgba(40,40,40, .65);
border-radius: 6px;
padding: 5px 5px 5px 5px;