1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 15:19:43 +01:00
tldr/pages/linux/dunstify.md
Renie Siqueira 85b9f79afa
pages.pt_BR/linux/*: update commands, descriptions, translations, and paths for multiple commands (#13800)
* bluetoothd: update on command path

* bspwm: update whole translation and all of its commands

* btrfs: update command order accordingly to styleguide

* dunstify: last example was refering to another command

* flatpak: - update description's verbs tenses to match styleguide
- remove command
- update app's names on commands

* lsblk: update commands' arguments

* pi: update commands order to match the styleguide

* poweroff: fix duplicated parameter

* systemctl: - update commands' descriptions
- add new commands

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-10-02 11:45:43 -03:00

598 B

dunstify

A notification tool that is an extension of notify-send, but has more features based around dunst. Accepts all options of notify-send. More information: https://github.com/dunst-project/dunst/wiki/Guides.

  • Show a notification with a given title and message:

dunstify "{{Title}}" "{{Message}}"

  • Show a notification with specified urgency:

dunstify "{{Title}}" "{{Message}}" -u {{low|normal|critical}}

  • Specify a message ID (overwrites any previous messages with the same ID):

dunstify "{{Title}}" "{{Message}}" -r {{123}}

  • Display help:

dunstify --help