dunst-project / dunst

Lightweight and customizable notification daemon
https://dunst-project.org
Other
4.44k stars 338 forks source link

dunstctl fixes for "Add multiple pause levels" (bashisms, whitespace, …) #1230

Closed liskin closed 8 months ago

liskin commented 8 months ago

dunstctl: Drop duplicated "rule") case

Fixes: 6d250b583485 ("add multiple pause levels")

dunstctl: Fix whitespace in help

Fixes: dbe836731127 ("Add history-clear command (#1131)") Fixes: 82fb1d996ef0 ("remove d from pause level commands")

dunstctl: Fix bashism in set-pause-level

Fixes: 6d250b583485 ("add multiple pause levels")

fwsmit commented 8 months ago

Thanks for these fixes, they are much appreciated!