From b2d953830e4832c44bad7425e3187f2754e7a15b Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 3 Mar 2025 22:00:01 -0800 Subject: [PATCH] New backup 2025-03-03 22:00:01 --- de/home/.config/eww/eww.scss | 36 ++++++++++++++++++++++++------------ de/home/.config/eww/eww.yuck | 3 ++- 2 files changed, 26 insertions(+), 13 deletions(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index f348fd5..d97053c 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -9,7 +9,6 @@ // background-color: #3a3a3a; // color: #b0b4bc; padding: 5px 0px; - border-radius: 10px; } // Styles on classes (see eww.yuck for more information) @@ -39,20 +38,33 @@ .label-ram { font-size: large; } - -.revealer-on-hover { - background-color: #B87A7A; - color: #2C2423; - border-radius: 8px; +circular-progress { + color: $color1; + background-color: $color2; } -.revealer-on-hover>widget>box>box, -.reveal_children>box { +.revealer-on-hover { background-color: $color9; border: 2px solid $color1; + color: #2C2423; + border-radius: 8px; + margin: 0px 2px; +} +.revealer-on-hover>widget>box>box, +.reveal_children>box, +.rightgroup>label, +.systray { color: $color0; margin: 0px 0px; padding: 2px; } +.rightgroup>label, +.systray { + border-radius: 8px; + margin: 0px 2px; +} +label { + margin-top: 2px; +} .workspaces { background-color: #B87A7A; color: #2C2423; @@ -73,12 +85,12 @@ .workspaces .focused { background-color: $color1; } -.workspaces button:first-child, -.revealer-on-hover>widget>box>box:first-child, -.reveal_children>box:first-child { +.workspaces button:first-child { border-radius:8px 0px 0px 8px; } -.workspaces button:last-child { +.workspaces button:last-child, +.revealer-on-hover>widget>box>box:last-child, +.reveal_children>box:last-child { border-radius:0px 8px 8px 0px; } .workspaces button:only-child, diff --git a/de/home/.config/eww/eww.yuck b/de/home/.config/eww/eww.yuck index e11318b..c9a5933 100644 --- a/de/home/.config/eww/eww.yuck +++ b/de/home/.config/eww/eww.yuck @@ -31,6 +31,7 @@ (defwidget systemtray [] (systray + :class "systray" :orientation "h" :space-evenly true :spacing 10 @@ -133,7 +134,7 @@ :geometry (geometry :x "0%" :y "0%" :width "99%" - :height "10px" + :height "15px" :anchor "top center") :reserve (struts :side "top" :distance "4%") (bar))