From eee5be5216fe76a458b1f9dfe8be069d4704903c Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 2 Sep 2025 15:45:02 -0700 Subject: [PATCH] New backup 2025-09-02 15:45:02 --- .../.config/eww/modules/bar/bluetooth.yuck | 2 +- de/home/.config/eww/style/bar.scss | 36 +++++++++---------- de/home/.config/eww/style/bar/bluetooth.scss | 5 +-- de/home/.config/eww/style/bar/revealer.scss | 17 ++++++--- 4 files changed, 35 insertions(+), 25 deletions(-) diff --git a/de/home/.config/eww/modules/bar/bluetooth.yuck b/de/home/.config/eww/modules/bar/bluetooth.yuck index 03d311a..9c10573 100644 --- a/de/home/.config/eww/modules/bar/bluetooth.yuck +++ b/de/home/.config/eww/modules/bar/bluetooth.yuck @@ -5,7 +5,7 @@ :revealvar reveal_bluetooth :revealvar-name "reveal_bluetooth" (button :onclick 'blueman-manager' - :class "revealer-preview {matches(jq(bluetooth_status,'.[].connected'),'yes') ? 'active' : 'inactive'}" + :class "revealer-preview ${matches(jq(bluetooth_status,'.[].connected'),'yes') ? 'active' : 'inactive'}" "") (bluetooth_children :array bluetooth_status))) diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index 5dd8618..1625c7e 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -25,25 +25,25 @@ $transition-time: 0.3s; // &:hover { // } // } - .reveal_children { - &>*, - widget>image { - &:not(:last-child) { - border-right: 2px solid $bar-bg-color; - } - color: $bar-bg-color; - } - } +// .reveal_children { +// &>*, +// widget>image { +// &:not(:last-child) { +// border-right: 2px solid $bar-bg-color; +// } +// color: $bar-bg-color; +// } +// } - .revealer-on-hover.true { - border-radius: $bar-module-border-radius; - &>widget>box>box>* { - background-color: $bar-bg-color; - } - } - .reveal_children { - border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px; - } +// .revealer-on-hover.true { +// border-radius: $bar-module-border-radius; +// &>widget>box>box>* { +// background-color: $bar-bg-color; +// } +// } +// .reveal_children { +// border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px; +// } } diff --git a/de/home/.config/eww/style/bar/bluetooth.scss b/de/home/.config/eww/style/bar/bluetooth.scss index 15a1f37..63569fa 100644 --- a/de/home/.config/eww/style/bar/bluetooth.scss +++ b/de/home/.config/eww/style/bar/bluetooth.scss @@ -1,8 +1,9 @@ .bluetooth { .revealer-preview { - background-color:blue; + background-color: $color4; border-radius: $bar-module-border-radius - 4; } margin: 0px 10px; - @import "./revealer.scss" + $module-color: $color4; + @import "./revealer.scss"; } diff --git a/de/home/.config/eww/style/bar/revealer.scss b/de/home/.config/eww/style/bar/revealer.scss index 1c8ed0a..d781730 100644 --- a/de/home/.config/eww/style/bar/revealer.scss +++ b/de/home/.config/eww/style/bar/revealer.scss @@ -1,6 +1,15 @@ //background-color: blue; -.revealer-on-hover>widget>box>box>* { - padding: 0px 5px; - min-width: $bar-module-width; - transition: all 0.3s; +.revealer-preview { + background-color: $module-color; + border-radius: $bar-module-border-radius - 4; } +.reveal-children>* { + border: 2px solid $module-color; + background-color: $module-color; +} +//.revealer-on-hover>widget>box>box>* { +// +// padding: 0px 5px; +// min-width: $bar-module-width; +// transition: all 0.3s; +//}