diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2021-12-27 21:12:43 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2021-12-27 21:12:43 +0100 |
commit | 7170948c1ef34f554ab3b6b739fb341dda1ccd1e (patch) | |
tree | 859f350afbb909bc99e73607c98b65b9f9a8640e /dot_config/dunst/dunstrc | |
parent | 8b1a33579d5fbecb0ba697dfc6115950d1c3da43 (diff) |
Added dunst + modified colors for i3 & xterm
Diffstat (limited to 'dot_config/dunst/dunstrc')
-rw-r--r-- | dot_config/dunst/dunstrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/dunst/dunstrc b/dot_config/dunst/dunstrc new file mode 100644 index 0000000..7d27492 --- /dev/null +++ b/dot_config/dunst/dunstrc @@ -0,0 +1,4 @@ +[urgency_normal] + background = "#040217" + foreground = "#D52C70" + frame_color = "#c583b6" |