Weather&Audio

This commit is contained in:
soraefir
2026-06-13 12:19:46 +02:00
parent 58af37ea8c
commit 43a074f355
8 changed files with 246 additions and 9 deletions

View File

@@ -1,12 +1,12 @@
(defwidget popup-win []
(box :space-evenly false :orientation "v"
(box :visible {active-panel == "sys"}
(revealer :reveal {active-panel == "sys"} :transition "slidedown" :duration 120
(sys-win))
(box :visible {active-panel == "net"}
(revealer :reveal {active-panel == "net"} :transition "slidedown" :duration 120
(net-win))
(box :visible {active-panel == "calendar"} :class "sys-win"
(calendar))))
(revealer :reveal {active-panel == "clock"} :transition "slidedown" :duration 120
(clock-win))))
(defwindow popup
:monitor 0