From ffd983d00655587b9f2a79131a0b7c11dab4129e Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 3 Mar 2025 21:30:02 -0800 Subject: [PATCH] New backup 2025-03-03 21:30:02 --- de/home/.config/eww/eww.scss | 16 ++++++++++++++-- de/home/.config/eww/eww.yuck | 18 +++--------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 1cb42a9..24f890f 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -6,8 +6,8 @@ @import "./style/colors.scss"; // Global Styles .bar { - background-color: #3a3a3a; - color: #b0b4bc; +// background-color: #3a3a3a; +// color: #b0b4bc; padding: 5px 0px; border-radius: 10px; } @@ -40,6 +40,18 @@ font-size: large; } +.revealer-on-hover { + background-color: #B87A7A; + color: #2C2423; + border-radius: 8px; +} +.revealer-on-hover box{ + background-color: $color9; + border: 2px solid $color1; + color: $color0; + margin: 0px 0px; + padding: 2px; +} .workspaces { background-color: #B87A7A; color: #2C2423; diff --git a/de/home/.config/eww/eww.yuck b/de/home/.config/eww/eww.yuck index 8155329..9415409 100644 --- a/de/home/.config/eww/eww.yuck +++ b/de/home/.config/eww/eww.yuck @@ -6,6 +6,8 @@ (defwidget rightgroup [] (box :class "rightgroup" :orientation "h" :space-evenly false :halign "end" + "  " + "🖧 " " " " " (sysdisk) @@ -75,7 +77,7 @@ (defvar reveal_sysdisk false) (defwidget sysdisk [] - (revealer-on-hover + (revealer-on-hover :class sysdisk :revealvar reveal_sysdisk :revealvar-name "reveal_sysdisk" (metric :label "/home" @@ -135,17 +137,3 @@ :anchor "top center") :reserve (struts :side "top" :distance "4%") (bar)) - -(defwindow example - :monitor 2 - :geometry (geometry :x "0%" - :y "30px" - :width "90%" - :height "30px" - :anchor "top center") - :stacking "fg" - :exclusive false - :reserve (struts :distance "40px" :side "top") - :windowtype "dock" - :wm-ignore false - "example content")