diff options
author | Sn4il <sn4il@thedroth.rocks> | 2025-01-05 14:00:29 +0300 |
---|---|---|
committer | Sn4il <sn4il@thedroth.rocks> | 2025-01-05 14:00:29 +0300 |
commit | f627c63713c809c658e48de0b3e5bef226badaec (patch) | |
tree | 4e2724ce7f762f065e2b5c6342a4e2975ab24fae /dunst/dunstrc | |
parent | 700c23d2f61fc5e03095c363fd13470861678f75 (diff) | |
download | dotfiles-master.tar.gz dotfiles-master.zip |
Diffstat (limited to 'dunst/dunstrc')
-rw-r--r-- | dunst/dunstrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dunst/dunstrc b/dunst/dunstrc new file mode 100644 index 0000000..4c4aabd --- /dev/null +++ b/dunst/dunstrc @@ -0,0 +1,6 @@ +[global] +font = DejaVu Sans Mono 14 +background = "#091833" +foreground = "#0abdc6" +frame_color = "#ea00d9" +corner_radius = 5 |