/* ----------------------------------- waybar ----------------------------------- */
#waybar {
border-radius: 0px 0px 8px 8px;
- border-top: 1px @base00;
- border-bottom: 1px @base00;
- border-left: 1px @base00;
- border-right: 1px @base00;
+ border: 1px @base00;
color: @base05;
background-color: transparent;
}
}
window#waybar {
- border-left: 1px solid @base02;
- border-right: 1px solid @base02;
- border-bottom: 1px solid @base02;
+ border-top: 0px solid @base01;
+ border-left: 2px solid @base01;
+ border-right: 2px solid @base01;
+ border-bottom: 2px solid @base01;
background-color: alpha(@base00, 0.95);
transition-property: background-color;
transition-duration: 0.5s;