feat(waybar): full, instead of only left, center and right mods

This commit is contained in:
João Dias
2024-11-17 16:05:32 -03:00
parent e53e248921
commit 3043242b4c
3 changed files with 17 additions and 23 deletions
+4 -12
View File
@@ -11,22 +11,14 @@ window#waybar {
font-family: "Noto Sans", "Font Awesome", sans-serif;
font-size: 12px;
color: @foreground;
border-radius: 16px;
background: transparent;
}
window > * > * {
window#waybar > * {
padding: 4px;
margin-bottom: 8px;
}
.modules-left,
.modules-center,
.modules-right {
background: alpha(@background, .74);
border-radius: 16px;
margin: 6px;
box-shadow: 0 0 2px 0 black;
background: alpha(@background, .85);
margin-bottom: 4px;
border-radius: 14px;
}
.module {