summaryrefslogtreecommitdiff
path: root/dunst
diff options
context:
space:
mode:
authorDavid Sadler <david@flashacademy.com>2026-07-07 09:15:46 +0100
committerDavid Sadler <david@flashacademy.com>2026-07-07 09:15:46 +0100
commit626c119a60701e2908e5795b3941078ebb8dba6b (patch)
treead8b6577953f50ad958051ef1d2493e8785ad4cb /dunst
parent4c8d52122d962a0194737450e825471f27c93451 (diff)
parentfc2b007057dc763de14f9cd7860360bc5c9b646e (diff)
Merge branch 'main' into WSL
Diffstat (limited to 'dunst')
-rw-r--r--dunst/.config/dunst/dunstrc56
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