eww: add new features and fix issues

This commit is contained in:
retrozinndev
2024-12-07 16:43:37 -03:00
parent adf8b7d9ba
commit e9258d04e4
26 changed files with 882 additions and 207 deletions
+7 -14
View File
@@ -1,4 +1,7 @@
(include "./widgets/control-center/quickactions.yuck")
(include "./widgets/control-center/notifications.yuck")
(include "./widgets/control-center/toggle-grid.yuck")
(include "./widgets/control-center/mediaplayer.yuck")
(defwindow control-center []
:monitor 0
@@ -11,20 +14,10 @@
(box :class "cc"
:orientation "vertical"
(quickactions)
(toggle-row)
)
)
(defwidget toggle-row []
(box :class "row"
:space-evenly false
(button :class "network"
"󰤨 ")
(button :class "bluetooth"
"󰂯 ")
(button :class "dnd"
"󰒲 ")
(quickactions)
(toggle-grid)
(mediaplayer :album_background true)
(notifications)
)
)