From 8fe509ee7b8b7a2fd9eeaeb0e597ce128625820e Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 1 Sep 2025 13:00:02 -0700 Subject: [PATCH] New backup 2025-09-01 13:00:02 --- de/home/.config/eww/style/bar.scss | 105 ------------------ de/home/.config/eww/style/bar/workspaces.scss | 7 +- 2 files changed, 3 insertions(+), 109 deletions(-) diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index 945f721..2755d99 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -45,116 +45,11 @@ $transition-time: 0.3s; } } -/* .profile-personal { - background-color: rgba($bar-bg-color, 0.5); - } - .profile-development { - background-color: rgba(mix($color9, $color12), 0.5); - } - .profile-school { - background-color: rgba(mix($color5, $color3), 0.5); - } - .profile-work { - background-color: rgba(mix($color5, $color4, 30%), 0.5); - }*/ - /*.profile { - margin-left: 10px; - font-size: 0.95em; - font-weight: bold; - border: 2px solid $bar-bg-color; - border-right: 0px solid transparent; - border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius; - color: $bar-bg-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; - 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; - } - &.true>box>button { - border-radius: $bar-module-border-radius - 3; - } - } - border: 2px solid $bar-bg-color; - border-left: 0px solid transparent; - border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px; - revealer { - &.ws-left { - >box>box { - color: $bar-bg-color; - border-left: 2px solid $bar-bg-color; - } - } - &.ws-right { - >box>box { - color: $bar-bg-color; - &:not(:last-child){ - border-right: 2px solid $bar-bg-color; - } - &:last-child { - border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px; - } - } - } - } - button { - min-width: 35px; - padding: 1px 2px; - transition: all 0.3s; - label { - padding: 2px 6px; - margin-right: -10px; - } - .workspace-number { - margin: 0px; - margin-left: -2px; - margin-top: -6px; - padding: 0px; - font-size: 0.6em; - } - &:hover { - text-shadow: $bar-bg-color; - color: darker($bar-bg-color); - } - } - }*/ @import "./bar/workspaces.scss"; -/* .active_window { - border: 2px solid $bar-bg-color; - color: $bar-bg-color; - padding: 0px 10px; - border-radius: $bar-module-border-radius; - margin-left: 10px; - }*/ .scratchpad { -// margin-left: 10px; &>widget>box>box>label { padding: 0px 10px; } diff --git a/de/home/.config/eww/style/bar/workspaces.scss b/de/home/.config/eww/style/bar/workspaces.scss index e84f68d..40ccf4b 100644 --- a/de/home/.config/eww/style/bar/workspaces.scss +++ b/de/home/.config/eww/style/bar/workspaces.scss @@ -84,13 +84,13 @@ $work-color: mix($color5, $color4, 30%); } } &.ws-right { - >box>box - &>button { + >box>box { + >button { border-right: 2px solid $bar-bg-color; } &:last-child { - border-right: 0px solid transparent; &>button { + border-right: 0px solid transparent; border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px; } } @@ -128,7 +128,6 @@ $work-color: mix($color5, $color4, 30%); &.profile-work { background-color: rgba($work-color,0.5); } -// background-color: rgba($bar-bg-color,0.4); } } }