Weather&Audio
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user