From 37d27cd369d0ce797cbdcbfdd2dcc97a4ec05630 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 1 Jul 2025 10:15:02 -0700 Subject: [PATCH] New backup 2025-07-01 10:15:02 --- de/home/.config/eww/eww.scss | 14 +++++++++----- de/home/.config/eww/modules/bar/powermenu.yuck | 1 + de/home/.config/wofi/style.css | 3 ++- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index cdf13b8..690deea 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -38,13 +38,17 @@ $bar-module-border-radius: 8px; } //group modules -.leftgroup>*, +.leftgroup>*:not(.workspaces):not(.revealer-on-hover), .centergroup>*, .rightgroup>* { margin: 5px; min-width: $bar-module-width; + background-color: $bar-module-bg-color; + padding: 0px 5px; } + + //value bars scale trough, progressbar>trough { @@ -73,7 +77,7 @@ circular-progress { .revealer-on-hover>widget>box>box>*, .reveal_children>*, .reveal_children>widget>image { - background-color: $bar-module-bg-color; +// background-color: $bar-module-bg-color; padding: 3px 4px; min-width: $bar-module-width; &:hover { @@ -93,7 +97,7 @@ circular-progress { //.rightgroup>.revealer-on-hover>widget>box>revealer>button, .rightgroup .reveal_children>button, .rightgroup>.revealer-on-hover>widget>box>box>button { - background-color: $bar-module-bg-color; +// background-color: $bar-module-bg-color; color: $bar-module-inactive-fg-color; padding: 3px 4px; border-radius: $bar-module-border-radius; @@ -102,7 +106,7 @@ circular-progress { .profile, .rightgroup>label, .active_window{ - background-color: $bar-module-bg-color; +// background-color: $bar-module-bg-color; color: $bar-module-fg-color; padding: 3px 4px; border-radius: $bar-module-border-radius; @@ -114,7 +118,7 @@ label { border-radius: $bar-module-border-radius; } .workspaces button { - background-color: $bar-module-bg-color; +// background-color: $bar-module-bg-color; border-left: 1px solid $bar-bg-color; color: $bar-module-fg-color; padding: 3px 4px; diff --git a/de/home/.config/eww/modules/bar/powermenu.yuck b/de/home/.config/eww/modules/bar/powermenu.yuck index c85c5db..3cd7996 100644 --- a/de/home/.config/eww/modules/bar/powermenu.yuck +++ b/de/home/.config/eww/modules/bar/powermenu.yuck @@ -2,6 +2,7 @@ (defwidget powermenu [] (revealer-on-hover :revealvar reveal_powermenu + :class "powermenu" :revealvar-name "reveal_powermenu" (button :onclick 'scripts/bar/powermenu poweroff system-shutdown-symbolic "systemctl poweroff"' "") diff --git a/de/home/.config/wofi/style.css b/de/home/.config/wofi/style.css index cc702dc..2f5f757 100644 --- a/de/home/.config/wofi/style.css +++ b/de/home/.config/wofi/style.css @@ -5,6 +5,7 @@ @define-color window-border-color rgba(--wofi-rgb-color5,1); @define-color foreground-color rgba(--wofi-rgb-color13,0.5); +@define-color foreground-shadow-color rgba(--wofi-rgb-color0,1); @define-color active-foreground-color rgba(--wofi-rgb-color13,1); @define-color window-background-color rgba(--wofi-rgb-color0,0.8); @define-color button-background-color rgba(--wofi-rgb-color5,0.15); @@ -48,7 +49,7 @@ window { #text { margin: 5px; color: @foreground-color; - text-shadow: 0px 0px 2px rgba(--wofi-rgb-color0,1); + text-shadow: 0px 0px 2px @foreground-shadow-color,0px 0px 6px @foreground-shadow-color; } #text:selected { color: @active-foreground-color;