diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-13 21:45:43 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-13 21:45:43 +0200 |
| commit | 0c913f1e421b9d47c052350c4c1d619e4ac6a297 (patch) | |
| tree | c9124ff04b9252836221c41d2ca2fa133d166251 /artix/home/.config/dunst/dunstrc | |
Initial commit
Diffstat (limited to 'artix/home/.config/dunst/dunstrc')
| -rw-r--r-- | artix/home/.config/dunst/dunstrc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/artix/home/.config/dunst/dunstrc b/artix/home/.config/dunst/dunstrc new file mode 100644 index 0000000..8ab4e1e --- /dev/null +++ b/artix/home/.config/dunst/dunstrc @@ -0,0 +1,21 @@ +[global] + background = "#1A1B26" + foreground = "#ffffff" + frame_color = "#3B4261" + frame_width = 5 + timeout = 10 + alignment = center + enable_recursive_icon_lookup = true + padding = 5 + horizontal_padding = 5 + font = 0xProto Nerd font 15 + corner_radius = 0 + separator_height = 5 +[urgency_low] + background = "#7aa2f7" + foreground = "#ffffff" + timeout = 10 +[urgency_critical] + background = "#F7768E" + foreground = "#1A1B26" + timeout = 10 |
