From f3f2f8f96a7f18f2bfe870f489845217f8d6e6f6 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sun, 31 Aug 2025 16:45:02 -0700 Subject: [PATCH] New backup 2025-08-31 16:45:02 --- de/home/.config/eww/style/bar.scss | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index 1df0405..2d325be 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -6,19 +6,24 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); margin: 0px 15px;*/ padding: 0px; /* border-radius: 0px 0px $bar-module-border-radius 0px;*/ - border-radius: 0px; + border-radius: $bar-module-border-radius; margin: 0px; /* background: none; background-color: rgba($bar-bg-color, 0.5);*/ .leftgroup { + padding: 0px 10px 0px 0px; border-radius: 0px 0px $bar-module-border-radius 0px; } + .rightgroup { +// padding: 0px 0px 0px 10px; + border-radius: 0px 0px 0px $bar-module-border-radius; + } .leftgroup, .centergroup, .rightgroup { -/* margin: 10px 0px 10px;*/ - padding: 0px 10px 0px 0px; - background-color: rgba($bar-bg-color, 0.9); +/* margin: 10px 0px 10px; + padding: 0px 10px 0px 0px;*/ + background-color: rgba($bar-bg-color, 0.8); /* & .profile-work { background-color: mix($color5, $color12); } @@ -39,6 +44,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); min-width: $bar-module-width; } .revealer-on-hover>widget>box>box>* { + margin-right: 10px; border-radius: $bar-module-inner-radius; } .revealer-on-hover>widget>box>box>*, @@ -61,7 +67,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); } } -/* .profile-personal { + .profile-personal { background-color: $bar-bg-color; } .profile-development { @@ -72,7 +78,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); } .profile-work { background-color: mix($color5, $color4, 30%); - }*/ + } .workspaces { color: $bar-module-fg-color;