💄 eww: add top-padding to floating bar-widgets

This commit is contained in:
retrozinndev
2025-01-10 14:07:51 -03:00
parent 2372d46551
commit 2ffd3b3551
5 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
(defwindow calendar-window
:monitor 0
:geometry (geometry :anchor "top center")
:geometry (geometry :anchor "top center"
:y "5px")
:stacking "fg"
:exclusive false
:namespace "eww-calendar"