Made the waybar a sidebar

This commit is contained in:
Michel Fedde 2025-04-13 18:06:20 +02:00
parent 75f6e5bb47
commit 6980360fe4
10 changed files with 121 additions and 50 deletions

View file

@ -107,3 +107,17 @@
#custom-updates.pending-updates {
background-color: dodgerblue;
}
#custom-hoz-separator {
font-size: 0px;
border-radius: 0;
border-bottom: 1px solid $foreground
}
#custom-hoz-separator-dotted {
padding: 0 3px;
font-size: 0px;
border-radius: 0;
border-bottom: 1px dashed $foreground
}

View file

@ -29,15 +29,15 @@ window {
window.semi-hidden {
background-color: transparent;
* {
border-radius: 0 0 $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-right: 1px solid rgba($foreground, 0.4);
border-top: 1px solid rgba($foreground, 0.4);
}
.modules-center {