From 9cae18e0d2674378f97dc537ba0906ebd04c9a7a Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 7 Apr 2026 18:18:55 -0700 Subject: [PATCH] eww bar spacing --- x11/config/eww/eww.scss | 4 ++-- x11/config/eww/eww.yuck | 8 ++++---- x11/config/eww/style/bar.scss | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/x11/config/eww/eww.scss b/x11/config/eww/eww.scss index 6e584a0..43e25cf 100644 --- a/x11/config/eww/eww.scss +++ b/x11/config/eww/eww.scss @@ -22,7 +22,7 @@ $bar-module-hover-shadow: 1px 1px 4px rgba($color8,0.45),-1px 1px 4px rgba($colo $bar-hover-bg-color: rgba($color1,0.5); $bar-hover-fg-color: rgba($color13,0.6); //$bar-module-border-radius: 8px; -$bar-module-border-radius: 12px; +$bar-module-border-radius: 25px; $bar-module-bg-border-radius: $bar-module-border-radius - 3; //$bar-module-inner-radius: $bar-module-border-radius - 2; $bar-module-inner-radius: $bar-module-border-radius - 6; @@ -65,7 +65,7 @@ tooltip{ $home-widget-bg-color: rgba($color0,0.85); $home-widget-border-radius: 8px; -$home-widget-title-radius: $home-widget-border-radius $home-widget-border-radius 0px 0px; +$home-widget-title-radius: $home-widget-border-radius $home-widget-border-radius 0px 0px; $home-button-border-radius: 6px; $home-button-circle-border-radius: 30px; $home-button-bg-color: rgba($color5, 0.15); diff --git a/x11/config/eww/eww.yuck b/x11/config/eww/eww.yuck index de84c9f..d3ce5e7 100644 --- a/x11/config/eww/eww.yuck +++ b/x11/config/eww/eww.yuck @@ -6,13 +6,13 @@ :namespace "eww-bar" :geometry (geometry :x "0%" ; :y "0%" - :y "5px" + :y "100px" :width "100%" - :height "30px" + :height "50px" ; :anchor "top") :anchor "top center") ; :reserve (struts :side "top" :distance "4%") - :reserve (struts :side "top" :distance "30px") + :reserve (struts :side "top" :distance "150px") (bar)) (include "modules/home.yuck") @@ -20,7 +20,7 @@ (defwindow home :windowtype "normal" :exclusive false - :geometry (geometry + :geometry (geometry ; :y "27px" ; :width "300px" :height "100%" diff --git a/x11/config/eww/style/bar.scss b/x11/config/eww/style/bar.scss index aba7a1b..0740c45 100644 --- a/x11/config/eww/style/bar.scss +++ b/x11/config/eww/style/bar.scss @@ -4,7 +4,7 @@ $transition-time: 0.3s; .bar.horizontal { font-size: 1.05em; padding: 6px; - margin: 4px 10px; + margin: 15px 10px 4px 10px; background-color: rgba(mix($bar-bg-color, $color0, 65%), 0.4); // background-color: rgba($bar-bg-color, 0.2); border-radius: $bar-module-border-radius;