From 66158c20d9909df4eec9bb8b5dcf550e4cce3f05 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 1 Sep 2025 02:15:02 -0700 Subject: [PATCH] New backup 2025-09-01 02:15:02 --- de/home/.config/eww/eww.scss | 2 +- de/home/.config/eww/style/bar.scss | 21 +++++++++++++++++---- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 270d65c..8da60d4 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -9,7 +9,7 @@ $bar-module-width: 25px; $bar-module-bg-color: rgba($color5,0.0); -$bar-bg-color: rgba($color5,0.8); +$bar-bg-color: rgba($color5,1); $bar-module-fg-color: rgba($color0,0.8); $bar-module-inactive-fg-color: rgba($color0,0.4); $bar-module-active-fg-color: rgba($color13,0.9); diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index 3f32538..c8d9777 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -23,18 +23,31 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); // box-shadow: 0px 0px 9px 0px $bar-module-fg-color; .revealer-on-hover { - border: 3px solid $bar-bg-color; + border: 2px solid $bar-bg-color; + border-radius: $bar-module-border-radius; } .revealer-on-hover>widget>box>box>*, .revealer-on-hover>widget>box>box>button { + color: $color0; background-color: $bar-bg-color; - border-radius: $bar-module-border-radius; + border-radius: $bar-module-border-radius - 4; &:hover { // background-color: red; - border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius; +// border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius; } } + .reveal_children { + &>*, + widget>image { + &:not(:last-child) { +// border-radius: $bar-module-border-radius; + border-right: 2px solid $bar-bg-color; + } + color: $bar-bg-color; + } + } + /* .revealer-on-hover>widget>box>box>*:hover { background-color: rgba(0, 100, 0, 1); // border-radius: $bar-module-border-radius; @@ -68,7 +81,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); box-shadow: 3px 0 3px -2px $bar-module-fg-color; }*/ .revealer-on-hover.true { - background-color: $bar-reveal-children-bg-color; +// background-color: $bar-reveal-children-bg-color; border-radius: $bar-module-border-radius; // box-shadow: 3px 0 3px -2px $bar-module-fg-color; &>widget>box>box>* {