Made the waybar a sidebar
This commit is contained in:
parent
75f6e5bb47
commit
6980360fe4
10 changed files with 121 additions and 50 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue