diff options
author | Christian Hesse <mail@eworm.de> | 2014-10-15 12:38:09 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-10-15 12:38:09 +0200 |
commit | 2deeb99d2f19801cc87c0ed98eca47784ee5db58 (patch) | |
tree | e0983e6bc5d4729338325863b0947bd28f0ed567 /examples | |
parent | f75a5262c74783ace547979fa2fc99f9c2d2219f (diff) | |
download | journal-notify-2deeb99d2f19801cc87c0ed98eca47784ee5db58.tar.gz journal-notify-2deeb99d2f19801cc87c0ed98eca47784ee5db58.tar.zst |
new example with log priority Critical, Alert & Emergency
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/journal-notify-crit-alert-emerg.desktop | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/journal-notify-crit-alert-emerg.desktop b/examples/journal-notify-crit-alert-emerg.desktop new file mode 100755 index 0000000..ddcd27f --- /dev/null +++ b/examples/journal-notify-crit-alert-emerg.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=journal-notify-crit-alert-emerg +GenericName=Journal-Notify Critical, Alert & Emergency +Comment=Notify about log with priority Critical, Alert & Emergency +Exec=journal-notify -m PRIORITY=0 -m PRIORITY=1 -m PRIORITY=2 -i dialog-warning +StartupNotify=false +Terminal=false +Type=Application +Categories= |