fix: waybar css on laptop

This commit is contained in:
Youwen Wu 2024-09-01 23:02:34 -07:00
parent e3caecea53
commit 55830d6e6c
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -5,13 +5,17 @@ window#waybar {
border-radius: 0.5rem; border-radius: 0.5rem;
} }
.modules-left, .modules-center { .modules-left {
opacity: 1; opacity: 1;
background: linear-gradient(45deg, rgb(214, 39, 200), rgb(5, 83, 252)); background: linear-gradient(45deg, rgb(214, 39, 200), rgb(5, 83, 252));
border-radius: 0.5rem; border-radius: 0.5rem;
padding: 2px; padding: 2px;
} }
.modules-center {
opacity: 0;
}
.modules-right { .modules-right {
opacity: 1; opacity: 1;
background-color: rgba(0,0,0,0.5); background-color: rgba(0,0,0,0.5);