From 42a62affa5758c6031057f1e0724e2a40a7f4c97 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 18 Jul 2025 11:30:02 -0700 Subject: [PATCH] New backup 2025-07-18 11:30:02 --- de/home/.config/eww/eww.scss | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 41d77a1..5919fad 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -92,7 +92,6 @@ progressbar>trough>progress { min-height: 10px; } -scale trough:hover, scale trough highlight:hover { box-shadow: 0px 0px 0px 2px $color2; transition: box-shadow 0.25s; @@ -109,6 +108,7 @@ circular-progress { border-radius: $bar-module-border-radius; } .revealer-on-hover>widget>box>box>*, +.revealer-on-hover>widget>box>box>button, .revealer-on-hover>widget>box>revealer>box>box>*, .reveal_children>*, .reveal_children>widget>image { @@ -117,6 +117,8 @@ circular-progress { min-width: $bar-module-width; &:hover { text-shadow: $bar-module-hover-shadow; +// box-shadow: 0px 0px 3px 1px green; +// transition: text-shadow 1s; // background-color: rgba($color1,0.5); // border: 1px solid $bar-module-fg-color; } @@ -172,11 +174,10 @@ label { .workspaces button:hover, .rightgroup button:hover, .leftgroup button:hover { -// background-color: $bar-hover-bg-color; - text-shadow: $bar-module-hover-shadow; + text-shadow: 1px 1px 1px rgba($color2,1); +// text-shadow: $bar-module-hover-shadow; color: $bar-hover-fg-color; -// transition-property: background-color; -// transition-duration: .25s; + transition: all 0.2s; } .workspaces .focused{ @@ -207,6 +208,7 @@ button.inactive { border-radius: 8px; &:hover { border-radius:$bar-module-border-radius 0px 0px $bar-module-border-radius; +// text-shadow: $bar-module-hover-shadow; } }