From 5ad042bbbfcea0aaeed6c59cc57384fdbff684b0 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 25 Jul 2025 18:45:06 -0700 Subject: [PATCH] New backup 2025-07-25 18:45:06 --- de/home/.config/eww/eww.scss | 2 +- de/home/.config/eww/style/bar.scss | 24 ++++++++++++++++-------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 8576eff..732017b 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -56,7 +56,7 @@ tooltip{ border-radius: 8px; } -$home-widget-bg-color: rgba($color0,0.7); +$home-widget-bg-color: rgba($color0,0.85); $home-widget-border-radius: 8px; $home-widget-title-radius: $home-widget-border-radius $home-widget-border-radius 0px 0px; $home-button-border-radius: 6px; diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index 6733d7c..e14fe06 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -15,24 +15,28 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); // &>box:not(.workspaces), // &>box.revealer-on-hover, .revealer-on-hover>widget>box>box>*, +// .revealer-on-hover>widget>box>box>button, .reveal_children>*, &>button, &>label { color: $bar-module-fg-color; // background-color: $bar-bg-color; border-radius: $bar-module-border-radius; -// margin: 0px 5px; + margin: 0px 5px; // padding: 0px 5px; +// margin-left: -5px; min-width: $bar-module-width; // border: 2px solid $bar-module-fg-color; // background-color: $bar-module-bg-color; // box-shadow: 4px 0 3px -2px $bar-module-fg-color; } .revealer-on-hover>widget>box>box>* { +// .revealer-on-hover>widget>box>box>button { // margin-right: 0px; border-radius: 8px; } .revealer-on-hover>widget>box>box>*, +// .revealer-on-hover>widget>box>box>button, .reveal_children>*, // &>box.revealer-on-hover:not(:last-child), &>button, @@ -42,19 +46,22 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); // } // margin-left: -5px; } - .revealer-on-hover:not(:last-child) { - margin: 0px 10px; - } +// .revealer-on-hover:not(:last-child) { +// margin: 0px 10px; +// } .reveal_children { - background-color: $bar-reveal-children-bg-color; +// background-color: $bar-reveal-children-bg-color; border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px; + } .reveal_children>* { + margin-left: -6px; background-color: $bar-reveal-children-bg-color; // margin: 0px; border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px; // padding: -10px; -// &:first-child { - box-shadow: 4px 4px 2px 4px red; + &:first-child { + margin-left: -5px; +// box-shadow: 4px 4px 2px 4px red; } } } @@ -143,7 +150,8 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); &>box>label, .bar-module>button, .bar-module>label, - .revealer-on-hover>widget>box>box>*, +// .revealer-on-hover>widget>box>box>*, + .revealer-on-hover>widget>box>box>button, .reveal_children>* { padding: 0px 5px; min-width: $bar-module-width;