diff options
| author | silly <u65487754@gmail.com> | 2026-03-01 06:04:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-01 06:04:50 +0100 |
| commit | 7e0f9963d8930e9ff9ab61225d1dce25d8f6ba8a (patch) | |
| tree | c77ea55cee064ccee8651c83c98744feccbc01d9 /.config | |
| parent | b683f7f4f73a33987c3c99737d5a8b76f6c80001 (diff) | |
Create dunstrc
Diffstat (limited to '.config')
| -rw-r--r-- | .config/dunst/dunstrc | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 0000000..90e688c --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,45 @@ +[global] + origin = top-right + offset = 15x15 + width = 250 + height = 75 + monitor = 0 + follow = mouse + frame_width = 1 + frame_color = "#c0c0c0" + separator_color = frame + separator_height = 2 + padding = 15 + horizontal_padding = 20 + transparency = 5 + corner_radius = 0 + icon_position = left + max_icon_size = 32 + markup = full + format = "<span foreground='#ffffff'><b>%s</b></span>\n%b" + alignment = left + word_wrap = yes + ellipsize = middle + sort = yes + stack_duplicates = true + hide_duplicate_count = false + show_indicators = yes + sticky_history = yes + history_length = 20 + idle_threshold = 120 + +[urgency_low] + background = "#0f1212" + foreground = "#f0e0e0" + timeout = 10 + +[urgency_normal] + background = "#0f1212" + foreground = "#f0e0e0" + timeout = 10 + +[urgency_critical] + background = "#d64e4e" + foreground = "#f0e0e0" + frame_color = "#d64e4e" + timeout = 0 |
