summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-08-07 15:30:55 +0200
committerJoe <rbo@gmx.us>2025-08-07 15:30:55 +0200
commitbdf5c5d052719a6a58d2a59e27327e8aa3e77680 (patch)
tree4a6b43e63e2655732229869986a5e22f48e976d2
parentfont (diff)
downloaddotfiles-bsd-bdf5c5d052719a6a58d2a59e27327e8aa3e77680.tar.gz
dotfiles-bsd-bdf5c5d052719a6a58d2a59e27327e8aa3e77680.tar.bz2
dotfiles-bsd-bdf5c5d052719a6a58d2a59e27327e8aa3e77680.tar.xz
dotfiles-bsd-bdf5c5d052719a6a58d2a59e27327e8aa3e77680.tar.zst
dotfiles-bsd-bdf5c5d052719a6a58d2a59e27327e8aa3e77680.zip
blexed
-rw-r--r--.config/dunst/dunstrc12
1 files changed, 7 insertions, 5 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index d4144a1..53ecb30 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -27,7 +27,7 @@
sort = yes
idle_threshold = 0
- font = "Hack Nerd Font 19"
+ font = "BlexMono Nerd Font Medium 18"
# font = "NotoSans Nerd Font 17"
line_height = 0
markup = full
@@ -75,7 +75,7 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
- background = "#282828"
+ background = "#1d2021"
foreground = "#a89984"
frame_color = "#a89984"
highlight = "#458588"
@@ -84,9 +84,11 @@
#icon = /path/to/icon
[urgency_normal]
- background = "#282828"
- foreground = "#fb4934"
- frame_color = "#fb4934"
+ background = "#1d2021"
+ foreground = "#cc241d"
+ frame_color = "#cc241d"
+ #foreground = "#fb4934"
+ #frame_color = "#fb4934"
timeout = 10
[urgency_critical]