mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-30 04:22:47 +00:00
init
This commit is contained in:
32
.config/i3blocks/dunst/README.md
Normal file
32
.config/i3blocks/dunst/README.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# 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
|
||||
```
|
||||
|
Reference in New Issue
Block a user