diff --git a/systemd/tray-apps/safeeyes.service b/systemd/tray-apps/safeeyes.service new file mode 100644 index 0000000..1d2ad45 --- /dev/null +++ b/systemd/tray-apps/safeeyes.service @@ -0,0 +1,11 @@ +[Unit] +Description=Protect your eyes from eye strain +Documentation=https://slgobinath.github.io/SafeEyes/ +PartOf=tray-apps.target +After=tray-apps.target + +[Service] +ExecStart=/usr/bin/safeeyes + +[Install] +WantedBy=tray-apps.target