From 56f1b9d4c1c9af9bb298148e672c7cec103d247b Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 1 Sep 2025 11:15:01 -0700 Subject: [PATCH] New backup 2025-09-01 11:15:01 --- de/home/.config/eww/eww.scss | 1 + de/home/.config/eww/style/bar/workspaces.scss | 38 +++++++------------ 2 files changed, 15 insertions(+), 24 deletions(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 8da60d4..1df5803 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -22,6 +22,7 @@ $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-bg-border-radius: $bar-module-border-radius - 3; //$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/workspaces.scss b/de/home/.config/eww/style/bar/workspaces.scss index dd4bb3a..3615d9b 100644 --- a/de/home/.config/eww/style/bar/workspaces.scss +++ b/de/home/.config/eww/style/bar/workspaces.scss @@ -5,72 +5,62 @@ } .profile { margin-left: 10px; -// font-size: 0.95em; border-right: 0px solid transparent; border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius; color: $bar-bg-color; - .profile-personal { - - } &.profile-development, &.profile-school, &.profile-work { color: $bar-module-fg-color; } &.profile-personal { - $profile-color: transparent; - } - &.profile-development { - $profile-color: mix($color9, $color12); - } - background-color: $profile-color; -/* &.profile-personal { background-color: transparent; - color: $bar-bg-color; - border-color: $bar-bg-color; } &.profile-development { - color: $color0; background-color: mix($color9, $color12); border-color: mix($color9, $color12); } &.profile-school { - color: $color0; background-color: mix($color5, $color3); border-color: mix($color5, $color3); } &.profile-work { - color: $color0; background-color: mix($color5, $color4, 30%); border-color: mix($color5, $color4, 30%); - }*/ + } } .workspaces { - margin: 0px 0px; +// margin: 0px 0px; + box.ws-center, + revealer>box>box>button { + + } + box.ws-center { >box>button { background-color: $bar-bg-color; color: $bar-module-fg-color; - border-radius: 0px $bar-module-border-radius - 3 $bar-module-border-radius - 3 0px; + border-radius: 0px $bar-module-bg-border-radius $bar-module-bg-border-radius 0px; } &.true>box>button { - border-radius: $bar-module-border-radius - 3; + border-radius: $bar-module-bg-border-radius; } } -// border: 2px solid $bar-bg-color; border-left: 0px solid transparent; border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px; revealer { + &>box>box { + color: $bar-bg-color; + } &.ws-left { >box>box { - color: $bar-bg-color; - border-left: 2px solid $bar-bg-color; + border-left: 2px solid $bar-bg-color; } } &.ws-right { >box>box { - color: $bar-bg-color; +// color: $bar-bg-color; &:not(:last-child){ border-right: 2px solid $bar-bg-color; }