diff options
author | eug-vs <eug-vs@keemail.me> | 2021-04-29 00:33:42 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-04-29 00:33:42 +0300 |
commit | 919197935a2c283d3c485eac39fbd10d0dbad48a (patch) | |
tree | 4b79b9362933cecaeb9ffde1199036d236cef7d0 | |
parent | 7485d836399333f60355cdb5ea7a9c3ab60f2ba6 (diff) | |
download | dotfiles-919197935a2c283d3c485eac39fbd10d0dbad48a.tar.gz |
feat: use regular Fira Code instead of bold
-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 |