diff options
| author | Blista Kanjo | 2022-10-15 22:06:38 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-10-15 22:06:38 -0400 |
| commit | af157e1d237b01fca10d4e960f0356f23e1b2f95 (patch) | |
| tree | 03f6a97f5fe12c0a173b6722d8ffe7c82b94f4ab /.config/dunst/dunstrc | |
| parent | bb931cac80905fda327c54bf61622226ea70c98d (diff) | |
refactor: disabled progress bar due to conflicts
Diffstat (limited to '.config/dunst/dunstrc')
| -rw-r--r-- | .config/dunst/dunstrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 12381c3..5de7c43 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -45,7 +45,7 @@ # Turn on the progess bar. It appears when a progress hint is passed with # for example dunstify -h int:value:12 - progress_bar = true + progress_bar = false # Set the progress bar height. This includes the frame, so make sure # it's at least twice as big as the frame width. |
