diff options
author | Joe <rbo@gmx.us> | 2025-08-11 18:15:39 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-08-11 18:15:39 +0200 |
commit | 991759e1520b75954f18f0f6ec7206451d0b0019 (patch) | |
tree | 5d23ecb5836decf8b19cb608599903a4e3a19cf0 /.config/dunst/dunstrc | |
parent | hack (diff) | |
download | dotfiles-bsd-991759e1520b75954f18f0f6ec7206451d0b0019.tar.gz dotfiles-bsd-991759e1520b75954f18f0f6ec7206451d0b0019.tar.bz2 dotfiles-bsd-991759e1520b75954f18f0f6ec7206451d0b0019.tar.xz dotfiles-bsd-991759e1520b75954f18f0f6ec7206451d0b0019.tar.zst dotfiles-bsd-991759e1520b75954f18f0f6ec7206451d0b0019.zip |
liter
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r-- | .config/dunst/dunstrc | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 9aed520..6805dcb 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -27,7 +27,7 @@ sort = yes idle_threshold = 0 - font = "Hack Nerd Font 18" + font = "LiterationMono Nerd Font 18" # font = "NotoSans Nerd Font 17" line_height = 0 markup = full @@ -85,16 +85,19 @@ [urgency_normal] background = "#1d2021" - foreground = "#cc241d" - frame_color = "#cc241d" + foreground = "#d79921" + frame_color = "#d79921" #foreground = "#fb4934" #frame_color = "#fb4934" timeout = 10 [urgency_critical] - background = "#cc241d" - foreground = "#1d2021" - frame_color = "#1d2021" + background = "#1d2021" + foreground = "#cc241d" + frame_color = "#cc241d" + #background = "#cc241d" + #foreground = "#1d2021" + #frame_color = "#1d2021" timeout = 20 # Every section that isn't one of the above is interpreted as a rules to |