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 /.config/dunst/dunstrc | |
parent | 7485d836399333f60355cdb5ea7a9c3ab60f2ba6 (diff) | |
download | dotfiles-919197935a2c283d3c485eac39fbd10d0dbad48a.tar.gz |
feat: use regular Fira Code instead of bold
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r-- | .config/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |