mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-08 20:24:29 +02:00
10 lines
285 B
SYSTEMD
10 lines
285 B
SYSTEMD
|
[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
|