diff --git a/eww/styles/bar.scss b/eww/styles/bar.scss index 8ad360e..96f6f61 100644 --- a/eww/styles/bar.scss +++ b/eww/styles/bar.scss @@ -2,6 +2,7 @@ .bar { background: transparent; padding: 4px; + padding-bottom: 0; & label { font-weight: 500; diff --git a/eww/windows/bar.yuck b/eww/windows/bar.yuck index 09c082f..d789230 100644 --- a/eww/windows/bar.yuck +++ b/eww/windows/bar.yuck @@ -12,7 +12,7 @@ (defwindow bar :monitor 0 :geometry (geometry :width "100%" - :height "50px" + :height "46px" :anchor "top center") :stacking "fg" :exclusive true