eww: add new tiles to control-center, new notification popup, new styles for a lot of widgets

This commit is contained in:
retrozinndev
2025-01-07 16:26:20 -03:00
parent 435b222e03
commit c505ecf4cf
43 changed files with 802 additions and 319 deletions
+2 -3
View File
@@ -23,9 +23,8 @@
:text "${application_name}")
)
(button :class "close"
:style "border-radius: 10px; padding: 6px; padding-left: 10px; padding-right: 10px;"
:onclick "${onclickclose}"
:visible false ; Temporary, will try doing something to remove history items
:visible true
"󰅖")
)
@@ -43,7 +42,7 @@
:space-evenly false
(label :class "summary"
:text "${summary}"
:markup "${summary}"
:xalign 0
:halign "start"
:show-truncated true)