diff options
-rw-r--r-- | .Xresources | 2 | ||||
-rw-r--r-- | .config/dunst/dunstrc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.Xresources b/.Xresources index d6e0126..2a03da8 100644 --- a/.Xresources +++ b/.Xresources @@ -34,4 +34,4 @@ st.foreground: #ebdbb2 *.foreground: #ebdbb2 *.selbackground: color_primary *.selforeground: #1d2021 -*.font: fira code nerd font:bold:pixelsize=12:antialias=true:autohint=true +*.font: fira code nerd font:pixelsize=12:antialias=true:autohint=true diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index cfe6226..07adb9e 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -18,7 +18,7 @@ padding = 20 horizontal_padding = 12 separator_height = 1 - separator_color = "#d79921" + separator_color = "#ebdbb2" startup_notification = false [frame] @@ -48,7 +48,7 @@ [ncspot] appname = ncspot - format = "<b> %s</b>" + format = " %s" [slack] appname = slack |