diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-24 20:35:27 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-24 20:35:27 +0900 |
| commit | c80a54e42b52ce297f0f2f71af23c562832025c7 (patch) | |
| tree | dcce8bb977a770f473325d48f6f70b21d9818a40 /ar/.config/dunst | |
init
Diffstat (limited to 'ar/.config/dunst')
| -rw-r--r-- | ar/.config/dunst/dunstrc | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/ar/.config/dunst/dunstrc b/ar/.config/dunst/dunstrc new file mode 100644 index 0000000..84d9cc5 --- /dev/null +++ b/ar/.config/dunst/dunstrc @@ -0,0 +1,76 @@ +[global] + monitor = 0 + follow = keyboard + width = (350, 600) + height = (0, 300) + origin = top-right + offset = 5x20 + scale = 0 + + progress_bar = true + progress_bar_height = 10 + progress_bar_frame_width = 1 + progress_bar_min_width = 150 + progress_bar_max_width = 400 + progress_bar_corner_radius = 5 + + indicate_hidden = yes + shrink = no + separator_height = 5 + separator_color = "#00000000" + padding = 5 + horizontal_padding = 5 + frame_width = 0 + corner_radius = 0 + sort = yes + idle_threshold = 120 + + font = Monospace 12 + line_height = 0 + markup = full + format = "<span weight='bold' font='12'>%s</span>\n%b" + alignment = left + vertical_alignment = center + show_age_threshold = 60 + word_wrap = yes + ellipsize = middle + ignore_newline = no + stack_duplicates = true + hide_duplicate_count = false + show_indicators = yes + icon_position = left + min_icon_size = 50 + max_icon_size = 60 + sticky_history = yes + history_length = 20 + always_run_script = true + title = Dunst + class = Dunst + ignore_dbusclose = false + force_xwayland = false + force_xinerama = false + mouse_left_click = do_action, close_current + mouse_middle_click = do_action, close_current + mouse_right_click = close_all + transparency = 0 + +[experimental] + per_monitor_dpi = false + +[urgency_low] + background = "#1d2021" + foreground = "#928374" + frame_color = "#1d2021" + timeout = 3 + +[urgency_normal] + background = "#458588" + foreground = "#ebdbb2" + frame_color = "#fabd2f" + timeout = 5 + +[urgency_critical] + background = "#1cc24d" + foreground = "#ebdbb2" + frame_color = "#FB4934" + timeout = 100 |
