From e1541e4e9bad1c56cf6ed0143f1e514c5186e141 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 26 Apr 2026 10:05:13 +0200 Subject: change colorscheme with make --- artix/template/dunst/dunstrc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 artix/template/dunst/dunstrc (limited to 'artix/template/dunst/dunstrc') diff --git a/artix/template/dunst/dunstrc b/artix/template/dunst/dunstrc new file mode 100644 index 0000000..72383c5 --- /dev/null +++ b/artix/template/dunst/dunstrc @@ -0,0 +1,21 @@ +[global] + background = "$HEX_BACKGROUND" + foreground = "$HEX_FOREGROUND" + frame_color = "$HEX_BRIGHT_BLACK" + 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 = "$HEX_BACKGROUND" + foreground = "$HEX_FOREGROUND" + timeout = 10 +[urgency_critical] + background = "$HEX_BACKGROUND" + foreground = "$HEX_FOREGROUND" + timeout = 10 -- cgit v1.2.3