Adjust style for waybar

This commit is contained in:
Michel Fedde 2025-04-28 23:09:05 +02:00
parent 249cb83018
commit ab0c103ad9
4 changed files with 11 additions and 30 deletions

View file

@ -28,37 +28,19 @@ window {
window.semi-hidden {
background-color: transparent;
opacity: 1;
transition: opacity 0.3s ease-in-out;
& > box > box > widget {
border-radius: $border-radius;
.modules-left, .modules-center, .modules-right {
border-radius: $border-radius 0 0 $border-radius;
border-right: none;
background-color: $background;
border-bottom: 1px solid rgba($foreground, 0.4);
border-left: 1px solid rgba($foreground, 0.4);
border-top: 1px solid rgba($foreground, 0.4);
border: 1px solid rgba($foreground, 0.4);
box-shadow: $box-shadow-inner-less
}
.modules-center {
padding-left: 0.3rem;
}
.modules-left {
padding-right: 1rem;
}
#laptop {
border-radius: 0;
padding-bottom: 1px;
border-bottom: 1px solid $foreground;
}
#app_drawer,
#audio {
border-radius: 0;
padding-bottom: 1px;
border-bottom: 1px dashed $foreground;
.hidden {
opacity: 0;
}
}