eww(calendar, volume-control, floating-media): changed some stuff lol

This commit is contained in:
retrozinndev
2024-12-21 14:15:04 -03:00
parent a887b87c12
commit fef25bb427
4 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
:orientation "vertical"
(label :class "calendar-header"
:text "${month-name}")
:text "${month-name} ${day}, ${year}")
(calendar :class "month-calendar"
:show-details true
:show-heading true
+1 -1
View File
@@ -1,7 +1,7 @@
(defwindow floating-media []
:monitor 0
:geometry (geometry :anchor "top center"
:width "420px")
:width "400px")
:exclusive false
:stacking "fg"
:focusable false