From a2a2fcdd011f612fdba3120bd22f36518784285d Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 18 Jul 2025 09:30:02 -0700 Subject: [PATCH] New backup 2025-07-18 09:30:02 --- de/home/.config/alacritty/alacritty.toml | 2 +- de/home/.config/eww/eww.scss | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/de/home/.config/alacritty/alacritty.toml b/de/home/.config/alacritty/alacritty.toml index a0af710..7e05a30 100644 --- a/de/home/.config/alacritty/alacritty.toml +++ b/de/home/.config/alacritty/alacritty.toml @@ -2,7 +2,7 @@ [window] opacity = 0.6 dynamic_title = true -dynamic_padding = true +dynamic_padding = 0 [font] size = 10 diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 4f559d5..72889b3 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -11,12 +11,13 @@ $bar-bg-color: rgba($color5,0.8); $bar-module-bg-color: rgba($color5,0.0); $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); //$bar-active-bg-color: rgba($color1,0.5); //$bar-active-fg-color: $color1; //$bar-module-active-shadow: 1px 1px 4px rgba($color5,0.5),-1px 1px 4px rgba($color5,0.5),1px -1px 4px rgba($color5,0.5),-1px -1px 4px rgba($color5,0.5); $bar-module-active-shadow: 1px 1px 4px rgba($color8,0.5),-1px 1px 4px rgba($color8,0.5),1px -1px 4px rgba($color8,0.5),-1px -1px 4px rgba($color8,0.5); $bar-hover-bg-color: rgba($color1,0.5); -$bar-hover-fg-color: $color1; +$bar-hover-fg-color: rgba($color13,0.6); $bar-module-border-radius: 8px; // Global Styles @@ -132,8 +133,9 @@ circular-progress { }*/ .music { - color: $bar-module-bg-color; + color: $bar-module-fg-color; background-color: transparent; + border: none; } .rightgroup>label, .active_window{ @@ -166,22 +168,22 @@ label { } .workspaces .focused{ - color: $bar-module-fg-color; + color: $bar-module-active-fg-color; text-shadow: $bar-module-active-shadow; } button.active { text-shadow: $bar-module-active-shadow; color: $bar-module-fg-color; } -.workspaces button:first-child, +.workspaces button:first-child { //.reveal_children>box:first-child, //.reveal_children>scale:first-child, //.reveal_children>progressbar:first-child, //.reveal_children>button:first-child, -.reveal_children>widget:first-child { +//.reveal_children>widget:first-child { margin-left: 3px; border-radius:$bar-module-border-radius 0px 0px $bar-module-border-radius; - border-left: 0px solid $bar-bg-color; +// border-left: 0px solid $bar-bg-color; } //.revealer-on-hover>widget>box>revealer>box>box>button {