💄 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 (defwindow calendar-window
:monitor 0 :monitor 0
:geometry (geometry :anchor "top center") :geometry (geometry :anchor "top center"
:y "5px")
:stacking "fg" :stacking "fg"
:exclusive false :exclusive false
:namespace "eww-calendar" :namespace "eww-calendar"
+2 -1
View File
@@ -1,7 +1,8 @@
(defwindow floating-media [] (defwindow floating-media []
:monitor 0 :monitor 0
:geometry (geometry :anchor "top center" :geometry (geometry :anchor "top center"
:width "460px") :width "460px"
:y "5px")
:exclusive false :exclusive false
:stacking "fg" :stacking "fg"
:focusable false :focusable false
+2 -1
View File
@@ -6,7 +6,8 @@
:geometry (geometry :anchor "top right" :geometry (geometry :anchor "top right"
:width "512px" :width "512px"
:height "1px" :height "1px"
:x "5px") :x "5px"
:y "6px")
:stacking "overlay" :stacking "overlay"
(box :class "floating-notifications" (box :class "floating-notifications"
+2 -1
View File
@@ -1,7 +1,8 @@
(defwindow hardware-monitor [] (defwindow hardware-monitor []
:monitor 0 :monitor 0
:geometry (geometry :width "320" :geometry (geometry :width "320"
:anchor "top right") :anchor "top right"
:y "5px")
:exclusive 0 :exclusive 0
:namespace "eww-hardware" :namespace "eww-hardware"
+2 -1
View File
@@ -6,7 +6,8 @@
:namespace "eww-volume" :namespace "eww-volume"
:geometry (geometry :anchor "top right" :geometry (geometry :anchor "top right"
:width "280px" :width "280px"
:x "6px") :x "6px"
:y "5px")
:exclusive false :exclusive false
:stacking "overlay" :stacking "overlay"
:focusable false :focusable false