mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-01 08:44:25 +02:00
9 lines
285 B
Desktop File
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
|