From 14e89111e62772d59a8cb0d5fcaf752f955fef93 Mon Sep 17 00:00:00 2001 From: 0scar Date: Thu, 8 Jul 2021 15:45:12 +0200 Subject: Update dunstrc --- .config/dunst/dunstrc | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) (limited to '.config') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index c5bfd17..3e807a4 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -9,12 +9,11 @@ font = DejaVuSansMono Nerd Font Mono 11 format = "%s\n%b" frame_color = "#8EC07C" frame_width = 3 -geometry = "500x50-11+30" +geometry = "960x540-11+30" hide_duplicates_count = yes history_length = 15 horizontal_padding = 6 icon_path = /usr/share/icons/Arc/mimetypes/16:/usr/share/icons/Arc/status/48:/usr/share/icons/Arc/devices/16:/usr/share/icons/Arc/emblems/48 -#icon_path = /usr/share/icons/Paper/16x16/mimetypes/:/usr/share/icons/Paper/48x48/status/:/usr/share/icons/Paper/16x16/devices/:/usr/share/icons/Paper/48x48/notifications/:/usr/share/icons/Paper/48x48/emblems/ icon_position = off idle_threshold = 0 ignore_newline = no @@ -25,34 +24,41 @@ max_icon_size = 80 monitor = 0 padding = 6 plain_text = no +progress_bar = true separator_color = frame separator_height = 2 show_age_threshold = -1 show_indicators = no -shrink = no +shrink = yes sort = no +corner_radius = 5 stack_duplicates = yes startup_notification = false sticky_history = yes transparency = 5 -word_wrap = yes +kord_wrap = yes + [shortcuts] close = ctrl+space close_all = ctrl+shift+space -history = ctrl+grave +# available modifiers are 'ctrl', 'mod1' (the alt-key), 'mod2', 'mod3' and 'mod4' (super-key) +history = ctrl+mod1+space context = ctrl+shift+period + [urgency_low] -frame_color = "#3B7C87" -foreground = "#3B7C87" +frame_color = "#89C8FF" +foreground = "#89C8FF" background = "#191311" -timeout = 4 +timeout = 5 + [urgency_normal] -frame_color = "#5B8234" -foreground = "#5B8234" +frame_color = "#9DDD5D" +foreground = "#9DDD5D" background = "#191311" -timeout = 6 +timeout = 8 + [urgency_critical] -frame_color = "#B7472A" -foreground = "#B7472A" +frame_color = "#E86341" +foreground = "#E86341" background = "#191311" -timeout = 8 +timeout = 12 -- cgit v1.3