mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-24 12:54:38 +02:00
thunderbird: primitive email notifier
This commit is contained in:
parent
b698c740af
commit
d71dd264c3
4 changed files with 122 additions and 1 deletions
|
@ -6,3 +6,4 @@ Wants=wallpaper.timer
|
|||
Wants=polybar.service
|
||||
Wants=i3-companion.service
|
||||
Wants=misc-x.service
|
||||
Wants=thunderbird-notify.service
|
||||
|
|
9
dotfiles/systemd/thunderbird-notify.service
Normal file
9
dotfiles/systemd/thunderbird-notify.service
Normal file
|
@ -0,0 +1,9 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue