diff options
Diffstat (limited to 'dunst/.config')
| -rw-r--r-- | dunst/.config/dunst/dunstrc | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc new file mode 100644 index 0000000..786d035 --- /dev/null +++ b/dunst/.config/dunst/dunstrc @@ -0,0 +1,56 @@ +[global] + ### Display Settings ### + monitor = 0 + follow = mouse + width = 300 + height = 150 + origin = top-right + offset = 10x50 + scale = 0 + notification_limit = 5 + + ### Progress Bar ### + progress_bar = true + progress_bar_height = 10 + progress_bar_frame_width = 1 + progress_bar_min_width = 150 + progress_bar_max_width = 300 + + ### Styling ### + frame_width = 2 + separator_height = 2 + padding = 8 + horizontal_padding = 8 + text_icon_padding = 0 + + # Official Nord Accent Colors + frame_color = "#88c0d0" # Nord8 (Ice Blue Frame) + separator_color = "#4c566a" # Nord3 + + ### Text Properties ### + font = JetBrains Mono 10 + line_height = 0 + format = "<b>%s</b>\n%b" + alignment = left + show_age_threshold = 60 + ellipsize = middle + ignore_newline = no + stack_duplicates = true + hide_duplicate_count = false + +[urgency_low] + # Nord Night backgrounds with bright snow text + background = "#2e3440" # Nord0 + foreground = "#d8dee9" # Nord4 + timeout = 4 + +[urgency_normal] + background = "#3b4252" # Nord1 + foreground = "#eceff4" # Nord6 + timeout = 6 + +[urgency_critical] + background = "#bf616a" # Nord11 (Aurora Red for warnings) + foreground = "#eceff4" # Nord6 + frame_color = "#bf616a" + timeout = 0 |
