diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 777fd40..f4cde00 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -73,13 +73,13 @@ $bar-module-border-radius: 8px; margin-right: -10px; } }*/ -.workspace-number { +/*.workspace-number { margin: 0px; margin-left: -5px; margin-top: -17px; padding: 0px; font-size: 0.6em; -} +}*/ //value bars scale trough, diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index 193f7f3..131f03a 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -23,11 +23,19 @@ .workspaces { button { + border-right: 2px solid blue; // background-color: blue; label { padding: 0px 5px; margin-right: -10px; } + .workspace-number { + margin: 0px; + margin-left: 6px; + margin-top: -17px; + padding: 0px; + font-size: 0.6em; + } } } }