Fix waybar corners
This commit is contained in:
@@ -146,7 +146,7 @@ in
|
||||
blur enable
|
||||
blur_passes 3
|
||||
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;
|
||||
'';
|
||||
};
|
||||
@@ -248,12 +248,16 @@ in
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: ${base};
|
||||
background-color: transparent;
|
||||
color: ${text};
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
}
|
||||
|
||||
window#waybar > box {
|
||||
background-color: ${base};
|
||||
border-radius: 10px;
|
||||
opacity: 0.9;
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
button {
|
||||
|
||||
Reference in New Issue
Block a user