diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-26 10:05:13 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-26 10:05:13 +0200 |
| commit | e1541e4e9bad1c56cf6ed0143f1e514c5186e141 (patch) | |
| tree | b8f34ec9f3384603160e725e076dd9dc84f81d0a /artix/template/dunst | |
| parent | 7489c87f450c603db60f498451a2f6a6acbd567f (diff) | |
change colorscheme with make
Diffstat (limited to 'artix/template/dunst')
| -rw-r--r-- | artix/template/dunst/dunstrc | 21 |
1 files changed, 21 insertions, 0 deletions
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 |
