From dfdc8e86b27197ea874929537a8129cc552ff599 Mon Sep 17 00:00:00 2001 From: katherine Date: Sun, 11 Dec 2022 20:56:27 -0700 Subject: update to latest dunst remove forked version and make necessary relevant adjustments --- .config/init/gen/dunstrc.sh | 70 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 .config/init/gen/dunstrc.sh (limited to '.config/init') diff --git a/.config/init/gen/dunstrc.sh b/.config/init/gen/dunstrc.sh new file mode 100644 index 0000000..99a7993 --- /dev/null +++ b/.config/init/gen/dunstrc.sh @@ -0,0 +1,70 @@ +echo "\ +[global] + monitor = 0 + follow = none + width = (0, 1000) + # height = 300 + origin = top-right + offset = 4x$(($bheight + 4)) + scale = 0 + notification_limit = 0 + progress_bar = true + progress_bar_height = 10 + progress_bar_frame_width = 1 + progress_bar_min_width = 150 + indicate_hidden = yes + transparency = 0 + separator_height = 2 + padding = 8 + horizontal_padding = 8 + text_icon_padding = 0 + frame_width = 2 + frame_color = \"$bg_focus\" + gap_size = 0 + separator_color = frame + sort = yes + font = \"$mfont $mfont_size\" + line_height = 0 + markup = full + format = \"%s\\\\n%b\" + alignment = left + vertical_alignment = center + show_age_threshold = 60 + ellipsize = middle + ignore_newline = no + stack_duplicates = true + hide_duplicate_count = false + show_indicators = yes + enable_recursive_icon_lookup = true + icon_position = left + min_icon_size = 32 + max_icon_size = 0 + icon_path = /usr/share/icons/Adwaita/64x64/status/:/usr/share/icons/Adwaita/64x64/devices/ + sticky_history = yes + history_length = 20 + title = Dunst + class = Dunst + corner_radius = 0 + ignore_dbusclose = false + force_xinerama = false + mouse_left_click = close_current + mouse_middle_click = do_action, close_current + mouse_right_click = close_all + +[experimental] + per_monitor_dpi = false + +[urgency_low] + background = \"$bar_bg\" + foreground = \"$bar_fg\" + timeout = 10 + +[urgency_normal] + background = \"$bar_bg\" + foreground = \"$bar_fg\" + timeout = 10 + +[urgency_critical] + background = \"$bg_focus\" + foreground = \"$fg_focus\" + timeout = 0" > $tmpdir/dunstrc -- cgit v1.2.3