15 lines
232 B
Plaintext
15 lines
232 B
Plaintext
|
|
(defwidget systray-mod []
|
|
(module
|
|
(box
|
|
:orientation "v"
|
|
(systray
|
|
:class "tray"
|
|
:space-evenly "true"
|
|
:orientation "v"
|
|
:icon-size 20
|
|
:prepend-new "false"
|
|
)
|
|
)
|
|
)
|
|
) |