17 lines
423 B
Plaintext
17 lines
423 B
Plaintext
(defwindow floating-media []
|
|
:monitor 0
|
|
:geometry (geometry :anchor "top center"
|
|
:width "420px")
|
|
:exclusive false
|
|
:stacking "fg"
|
|
:focusable false
|
|
:namespace "eww-media"
|
|
(box :class "floating-media"
|
|
:orientation "vertical"
|
|
:space-evenly false
|
|
(big-media :show-album-bg true
|
|
:album-image-size 124
|
|
:show-album-image true)
|
|
)
|
|
)
|