summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/dunst/dunstrc2
-rw-r--r--.config/fontconfig/fonts.conf7
2 files changed, 3 insertions, 6 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index cec19c4..7950b20 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -28,7 +28,7 @@
sort = yes
idle_threshold = 0
- font = "Ubuntu Nerd Font 15"
+ font = "NotoSans Nerd Font 15"
line_height = 0
markup = full
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf
index c5985b6..f59597e 100644
--- a/.config/fontconfig/fonts.conf
+++ b/.config/fontconfig/fonts.conf
@@ -4,21 +4,18 @@
<alias>
<family>serif</family>
<prefer>
- <!-- <family>NotoEmoji Nerd Font</family> -->
- <family>Ubuntu Nerd Font</family>
+ <family>NotoSans Nerd Font</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
- <!-- <family>NotoEmoji Nerd Font</family> -->
- <family>Ubuntu Nerd Font</family>
+ <family>NotoSans Nerd Font</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
- <!-- <family>NotoEmoji Nerd Font Mono</family> -->
<family>mononoki Nerd Font Mono</family>
</prefer>
</alias>