vincentbernat.i3wm-configur.../dotfiles/systemd/thunderbird-notify.service
2022-06-12 18:03:42 +02:00

9 lines
285 B
Desktop File

[Unit]
Description=Display notifications when receiving new mails
PartOf=graphical-session.target
ConditionPathExists=%h/.config/thunderbird-notify.env
[Service]
EnvironmentFile=%h/.config/thunderbird-notify.env
ExecStart=%h/.config/i3/bin/thunderbird-notify $ARGS
Restart=on-failure