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