Fix waybar corners
This commit is contained in:
parent
a76299e62f
commit
83316788f1
1 changed files with 7 additions and 3 deletions
|
|
@ -146,7 +146,7 @@ in
|
||||||
blur enable
|
blur enable
|
||||||
blur_passes 3
|
blur_passes 3
|
||||||
blur_radius 5
|
blur_radius 5
|
||||||
layer_effects "waybar" blur enable; shadows enable;
|
layer_effects "waybar" blur enable; shadows enable; corner_radius 10;
|
||||||
layer_effects "wofi" blur enable; shadows enable;
|
layer_effects "wofi" blur enable; shadows enable;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
@ -248,12 +248,16 @@ in
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: ${base};
|
background-color: transparent;
|
||||||
color: ${text};
|
color: ${text};
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: .5s;
|
transition-duration: .5s;
|
||||||
|
}
|
||||||
|
|
||||||
|
window#waybar > box {
|
||||||
|
background-color: ${base};
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
opacity: 0.9;
|
opacity: 1.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue