eww: refactor and improved experience with media widgets

This commit is contained in:
retrozinndev
2024-12-21 13:17:51 -03:00
parent 5bc04e4dff
commit 9b8f81417f
9 changed files with 39 additions and 30 deletions
+3 -2
View File
@@ -1,6 +1,5 @@
(include "widgets/control-center/top-bar.yuck")
(include "widgets/control-center/notifications.yuck")
(include "widgets/control-center/big-media.yuck")
(include "widgets/control-center/notification.yuck")
(include "widgets/control-center/toggles.yuck")
@@ -17,7 +16,9 @@
:space-evenly false
(top-bar)
(toggles)
(big-media :album-background true)
(big-media :show-album-bg true
:show-album-image true
:visible { json_media != "" ? true : false })
(notifications)
)
)