Mailnag
mailnag は、Wayland の E メール通知デーモンです。mako および libnotify とよく統合され、インタラクティブな設定ツールが付属しているため、セットアップが非常に簡単です。
インストール
mailnag は、mailnag パッケージでインストールすることができます。
設定
mailnag-config
を実行して、~/.config/mailnag/mailnag.cfg
に初期設定を作成します。
使用方法
ユーザーは、通知デーモンが実行中である限り、Wayland または Xorg セッションを実行中のシェルから mailnag を実行できます。
Autostart
mailnag supports XDG Autostart out of the box. A systemd user service example has been included below as another option.
systemd user unit
Users will probably want to run mailnag in a systemd unit. Provided below is an example user unit where user id is the numeric ID of the user where this service is installed.
~/.config/system/user/mailnag.service
[Unit] Description=Mailnag notification service [Service] ExecStart=/usr/bin/mailnag [Install] WantedBy=default.target
Then start mailnag.service
.
XDG
The mailnag package provides a /usr/share/applications/mailnag.desktop
file for use with XDG Autostart that is supported by various desktop environments.