From 919197935a2c283d3c485eac39fbd10d0dbad48a Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 29 Apr 2021 00:33:42 +0300 Subject: feat: use regular Fira Code instead of bold --- .Xresources | 2 +- .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 = " %s" + format = " %s" [slack] appname = slack -- cgit v1.2.3