Files
nixconfig/modules/home/wayland/apps/eww/bar/modules/systray.yuck
soraefir 8ed8e2b2e2
All checks were successful
Nix Build / build-nixos (push) Successful in 6m40s
Fix Eww hover
2024-05-18 16:52:08 +02:00

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"
)
)
)
)