This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.config/systemd/user/trayer.service

10 lines
271 B
SYSTEMD

[Unit]
Description = A lightwieght GTK2-based systray for UNIX desktop
[Service]
ExecStart = /usr/bin/trayer --monitor 1 --edge top --align right --expand true --width 4 --height 2 --transparent true --tint 0x000000
Restart = always
[Install]
WantedBy = default.target