eww: remove padding from bottom of window

This commit is contained in:
retrozinndev
2025-01-10 13:50:04 -03:00
parent 3c1410ec4e
commit 2372d46551
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
.bar { .bar {
background: transparent; background: transparent;
padding: 4px; padding: 4px;
padding-bottom: 0;
& label { & label {
font-weight: 500; font-weight: 500;
+1 -1
View File
@@ -12,7 +12,7 @@
(defwindow bar (defwindow bar
:monitor 0 :monitor 0
:geometry (geometry :width "100%" :geometry (geometry :width "100%"
:height "50px" :height "46px"
:anchor "top center") :anchor "top center")
:stacking "fg" :stacking "fg"
:exclusive true :exclusive true