summaryrefslogtreecommitdiff
path: root/dunst/.config
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2026-06-21 19:17:44 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2026-06-21 19:17:44 +0100
commit63c8dad6d9da57bd9c8cfa19f9fdce99f3533d9e (patch)
treec593d8a8724b6f59bed9d40ab1ae4ee2d7c0ef80 /dunst/.config
parent1d6ba877af1ecf2e2bc87b3eca1c2e5cb87dd97d (diff)
parentaebda32c2a09fcbdc1e645f55a0c6de3b9a2cfaf (diff)
Merge branch 'main' into howl
Diffstat (limited to 'dunst/.config')
-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