better waybar lesgooo

This commit is contained in:
voidarclabs
2025-08-03 00:10:03 +01:00
parent fc843ccbb9
commit 49533520d5
2 changed files with 12 additions and 12 deletions

View File

@@ -13,28 +13,28 @@ window#waybar {
}
#custom-logo {
padding: 0 10px;
padding: 0 13px 0 7px;
color: #89b4fa;
}
.modules-right {
padding-left: 5px;
border-radius: 15px 0 0 15px;
margin-top: 0px;
background: #000000;
border-radius: 5px;
margin: 3px 5px 0px;
background: #181825;
}
.modules-center {
padding: 0 15px;
margin-top: 0px;
border-radius: 15px 15px 15px 15px;
background: #000000;
margin: 3px 5px 0px;
border-radius: 5px;
background: #181825;
}
.modules-left {
border-radius: 0 15px 15px 0;
margin-top: 0px;
background: #000000;
border-radius: 7px;
margin: 3px 5px 0px;
background: #181825;
}
#battery {
@@ -68,7 +68,7 @@ window#waybar {
}
#workspaces button {
color: #b4befe;
border-radius: 15px;
border-radius: 6px;
padding: 0 5px;
box-shadow: none;
}