From 2594f4c9728dc93c8cffcd8a7723c8da5c528fed Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sat, 19 Jul 2025 10:44:30 -0700 Subject: [PATCH] New backup 2025-07-19 10:44:30 --- de/home/.config/eww/eww.scss | 15 +++++++++++++-- .../.config/eww/modules/home/nowplayingart.yuck | 6 +++--- .../.config/eww/modules/home/softwareupdates.yuck | 4 ++-- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index df3243c..b4d7247 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -316,12 +316,23 @@ $home-widget-border-hover-color: rgba($color5,0.3); // margin-left: 10px; } .art-button-overlay { - font-size: 3em; + &.small { + font-size: 2em; + margin: 20px 0px 20px 20px; + } + &.big { + font-size: 3em; + margin: 20px; + } background-color: rgba($color0,0.5); color: $color5; border-radius: $home-widget-border-radius; } - .art-button-overlay, +/* .art-button-overlay{ + &.small { + margin: 5px 0px 5px 5px; + } + }*/ .nowplayingart { &.small { margin: 20px 0px 20px 20px; diff --git a/de/home/.config/eww/modules/home/nowplayingart.yuck b/de/home/.config/eww/modules/home/nowplayingart.yuck index 95caae5..5c354df 100644 --- a/de/home/.config/eww/modules/home/nowplayingart.yuck +++ b/de/home/.config/eww/modules/home/nowplayingart.yuck @@ -36,7 +36,7 @@ (button :height 100 :width 100 - :valign "cs" + :valign "fill" :halign "fill" :hexpand false :vexpand false @@ -49,7 +49,7 @@ :reveal {small_art_overlay} (label :class "art-button-overlay small" :justify "center" - :xalign 0.6 + :xalign 0.5 :yalign 0.5 :height 80 :width 80 @@ -110,7 +110,7 @@ (button :height 100 :width 100 - :valign "cs" + :valign "fill" :halign "fill" :hexpand false :vexpand false diff --git a/de/home/.config/eww/modules/home/softwareupdates.yuck b/de/home/.config/eww/modules/home/softwareupdates.yuck index 3e9dd39..7c3680a 100644 --- a/de/home/.config/eww/modules/home/softwareupdates.yuck +++ b/de/home/.config/eww/modules/home/softwareupdates.yuck @@ -5,7 +5,8 @@ (defvar reveal_software true) (defwidget software_revealer [] (revealer-on-press - :visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9} + :visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 20) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 11)} +; :visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9} :revealvar reveal_software :revealvar-name "reveal_software" :width 300 @@ -17,7 +18,6 @@ (defwidget softwareupdates [json] (box - :visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 20) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 11)} :class "notes" :orientation "v" :halign "baseline"