diff options
-rw-r--r-- | .config/dunst/dunstrc | 8 | ||||
-rw-r--r-- | .config/fontconfig/fonts.conf | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 89f074c..655f6b0 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -28,7 +28,7 @@ sort = yes idle_threshold = 0 - font = "Ubuntu Nerd Font 16" + font = "UbuntuMono Nerd Font 17" line_height = 0 markup = full @@ -113,9 +113,9 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. -[espeak] # >shutup - summary = "*" # >shutup - script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup +#[espeak] # >shutup +# summary = "*" # >shutup +# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup #[script-test] # summary = "*script*" diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index f59597e..604ccd5 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -4,13 +4,13 @@ <alias> <family>serif</family> <prefer> - <family>NotoSans Nerd Font</family> + <family>UbuntuMono Nerd Font</family> </prefer> </alias> <alias> <family>sans-serif</family> <prefer> - <family>NotoSans Nerd Font</family> + <family>UbuntuMono Nerd Font</family> </prefer> </alias> <alias> |