From 5add52a335453adf2cc6c0d5d284250928c54ceb Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sun, 31 Aug 2025 16:15:01 -0700 Subject: [PATCH] New backup 2025-08-31 16:15:01 --- de/home/.config/eww/eww.scss | 3 ++- de/home/.config/eww/style/bar.scss | 19 ++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 270d65c..21c26c3 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -21,7 +21,8 @@ $bar-module-hover-shadow: 1px 1px 4px rgba($color8,0.45),-1px 1px 4px rgba($colo $bar-hover-bg-color: rgba($color1,0.5); $bar-hover-fg-color: rgba($color13,0.6); //$bar-module-border-radius: 8px; -$bar-module-border-radius: 12px; +$bar-module-border-radius: 1px; +//$bar-module-border-radius: 12px; //$bar-module-inner-radius: $bar-module-border-radius - 2; $bar-module-inner-radius: $bar-module-border-radius - 6; diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index 6f41417..f342d7d 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -5,16 +5,17 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); /* padding: 10px 0px 10px; margin: 0px 15px;*/ padding: 0px; - border-radius: 0px 0px $bar-module-border-radius 0px; +/* border-radius: 0px 0px $bar-module-border-radius 0px;*/ + border-radius: 0px; margin: 0px; -/* background: none;*/ - background-color: $bar-bg-color; +/* background: none; + background-color: rgba($bar-bg-color, 0.5);*/ .leftgroup, .centergroup, .rightgroup { /* margin: 10px 0px 10px;*/ -/* background-color: $bar-bg-color; - & .profile-work { + background-color: $bar-bg-color; +/* & .profile-work { background-color: mix($color5, $color12); } background-color: lighter($bar-bg-color); @@ -28,14 +29,14 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); &>button, &>label { color: $bar-module-fg-color; - border-radius: $bar-module-inner-radius; +/* border-radius: $bar-module-inner-radius;*/ margin: 0px 5px; margin-left: 0px; padding: 6px 10px; min-width: $bar-module-width; } .revealer-on-hover>widget>box>box>* { - border-radius: $bar-module-inner-radius; +/* border-radius: $bar-module-inner-radius;*/ } .revealer-on-hover>widget>box>box>*, .reveal_children>widget>image, @@ -46,7 +47,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); } .revealer-on-hover.true { background-color: $bar-reveal-children-bg-color; - border-radius: $bar-module-inner-radius; +/* border-radius: $bar-module-inner-radius;*/ box-shadow: 3px 0 3px -2px $bar-module-fg-color; &>widget>box>box>* { background-color: $bar-bg-color; @@ -168,7 +169,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); image{ opacity: 0.5; transition: all 0.3s; - border-radius: $bar-module-inner-radius; +/* border-radius: $bar-module-inner-radius;*/ } &:hover,&:hover image { opacity: 1;