From 297acd17e2c295076c6591864f7838a6cf6bcb43 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 24 Jul 2025 12:30:03 -0700 Subject: [PATCH] New backup 2025-07-24 12:30:03 --- de/home/.config/eww/eww.scss | 4 ++-- de/home/.config/eww/style/bar.scss | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) 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; + } } } }