diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index 542b469..97ae6b9 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -15,7 +15,7 @@ border-radius: $bar-module-border-radius; margin: 0px 5px; min-width: $bar-module-width; - border: 1px solid $bar-module-fg-color; + border: 2px solid $bar-module-fg-color; background-color: $bar-module-bg-color; // padding: 0px 10px; } @@ -29,15 +29,23 @@ border-radius: $bar-module-border-radius; margin: 0px 5px; min-width: $bar-module-width; - border: 1px solid $bar-module-fg-color; + border: 2px solid $bar-module-fg-color; background-color: $bar-module-bg-color; button { // overflow: hidden; // border-left: 2px solid blue; // background-color: blue; + &.left { + border-right: 2px solid $bar-module-fg-color; + } &.center { - background-color: blue; +// background-color: red; + text-shadow: $bar-module-active-shadow; + color: $bar-module-active-fg-color; + } + &.right { + border-left: 2px solid $bar-module-fg-color; } label { padding: 0px 5px;