mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 13:42:07 +02:00

* 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>
598 B
598 B
dunstify
A notification tool that is an extension of
notify-send
, but has more features based arounddunst
. Accepts all options ofnotify-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