mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-30 12:32:41 +00:00
33 lines
622 B
Markdown
33 lines
622 B
Markdown
# dunst
|
|
|
|
Creates a do-not-disturb button for muting [dunst](https://dunst-project.org/) notifications.
|
|
|
|

|
|
|
|
|
|
# Dependencies
|
|
|
|
- [dunst](https://dunst-project.org/)
|
|
- [Font Awesome](https://fontawesome.com) for the [bell](https://fontawesome.com/icons/bell?style=solid) and [bell-slash](https://fontawesome.com/icons/bell-slash?style=solid) icons
|
|
|
|
|
|
# Usage
|
|
|
|
Clicking the bell icon will toggle dunst notifications from being displayed.
|
|
|
|
This is accomplished using the `dunstctl` command.
|
|
|
|
|
|
# Config
|
|
|
|
```INI
|
|
[dunst]
|
|
command=$SCRIPT_DIR/dunst
|
|
interval=once
|
|
format=json
|
|
markup=pango
|
|
#min_width=50
|
|
#align=center
|
|
```
|
|
|