diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-26 21:45:51 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-26 21:45:51 +0400 |
commit | 59a9c7e82a140da5a4713632164e25c7c0cad46e (patch) | |
tree | ea026a7b381e108d7861a89de6bc3a55ec47742f /config | |
parent | c4b86ceca1e675122cb636507bb7132f344ac99b (diff) |
feat(dunst): new config added
Diffstat (limited to 'config')
-rw-r--r-- | config/dunst/dunstrc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc new file mode 100644 index 0000000..81dba80 --- /dev/null +++ b/config/dunst/dunstrc @@ -0,0 +1,27 @@ +[global] +font = "Liberation Mono 12" +frame_width = 1 +gap_size = 8 +gaps = true +offset = 12 +origin = bottom-right +padding = 12 +separator_color = "auto" + +[urgency_low] +frame_color = "#434C5E" # Polar Night (dim) +foreground = "#D8DEE9" # Frost white (soft text) +background = "#2E3440" # Polar Night (dark bg) +timeout = 5 + +[urgency_normal] +frame_color = "#81A1C1" # Frost Blue (accent) +foreground = "#E5E9F0" # Arctic White (text) +background = "#3B4252" # Polar Night (slightly lighter bg) +timeout = 10 + +[urgency_critical] +frame_color = "#BF616A" # Aurora Red (error) +foreground = "#ECEFF4" # Bright Frost (text) +background = "#3B4252" +timeout = 0 |