From 5115634819df9a66949d9cfd7ef2ad08f84dc46c Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 3 Mar 2025 21:45:01 -0800 Subject: [PATCH] New backup 2025-03-03 21:45:01 --- de/home/.config/eww/eww.scss | 11 ++++++++--- de/home/.config/eww/eww.yuck | 6 +++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 24f890f..f348fd5 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -45,7 +45,8 @@ color: #2C2423; border-radius: 8px; } -.revealer-on-hover box{ +.revealer-on-hover>widget>box>box, +.reveal_children>box { background-color: $color9; border: 2px solid $color1; color: $color0; @@ -72,12 +73,16 @@ .workspaces .focused { background-color: $color1; } -.workspaces button:first-child { +.workspaces button:first-child, +.revealer-on-hover>widget>box>box:first-child, +.reveal_children>box:first-child { border-radius:8px 0px 0px 8px; } .workspaces button:last-child { border-radius:0px 8px 8px 0px; } -.workspaces button:only-child { +.workspaces button:only-child, +.revealer-on-hover>widget>box>box:only-child, +.reveal_children>box:only-child { border-radius:8px; } diff --git a/de/home/.config/eww/eww.yuck b/de/home/.config/eww/eww.yuck index 9415409..e11318b 100644 --- a/de/home/.config/eww/eww.yuck +++ b/de/home/.config/eww/eww.yuck @@ -64,7 +64,7 @@ (sysmem_children))) (defwidget sysmem_children [] - (box :class "sysmem_children" + (box :class "reveal_children" :orientation "h" :space-evenly false :halign "center" @@ -77,7 +77,7 @@ (defvar reveal_sysdisk false) (defwidget sysdisk [] - (revealer-on-hover :class sysdisk + (revealer-on-hover :revealvar reveal_sysdisk :revealvar-name "reveal_sysdisk" (metric :label "/home" @@ -86,7 +86,7 @@ (sysdisk_children))) (defwidget sysdisk_children [] - (box :class "sysdisk_children" + (box :class "reveal_children" :orientation "h" :space-evenly false :halign "center"