feat(waybar): more transparency in waybar

This commit is contained in:
João Dias
2024-11-18 16:07:25 -03:00
parent eed4089079
commit df901b35ec
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ window#waybar {
window#waybar > * {
padding: 4px;
background: alpha(@background, .85);
background: alpha(@background, .78);
margin-bottom: 4px;
border-radius: 14px;
}
@@ -35,7 +35,7 @@ widget > *:hover:not(#workspaces):not(#tray):not(#custom-media) {
background: @color1;
}
widget label {
label {
font-size: .98em;
font-weight: 500;
}