Files
dot-files/systemd/user/volumeicon.service
klein panic 2bcc806b8b first commit
2024-09-29 01:05:25 -04:00

14 lines
250 B
Desktop File

[Unit]
Description=Start systrays on X
After=default.target
[Service]
Type=simple
ExecStart=/usr/local/bin/volumeiconstartup
Restart=on-failure
Environment=DISPLAY=:0
Environment=XAUTHORITY=/home/klein/.Xauthority
[Install]
WantedBy=default.target