style: adjust waybar colors

This commit is contained in:
Youwen Wu 2024-12-29 20:08:49 -08:00
parent bb69c33701
commit efbfd95a9f
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -59,7 +59,7 @@ in
} */
#workspaces {
background-color: rgba(0,0,0,0.5);
background-color: #${colors.base00};
border-radius: 0.5rem;
padding: 0 2px 0 2px;
}
@ -72,7 +72,7 @@ in
}
#window {
background-color: rgba(0,0,0,0.5);
background-color: #${colors.base00};
border-radius: 0.5rem;
padding: 2px 5px;
}