From ef2d949b7f89e6e0051bb72855de1bb7536de719 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 15 Oct 2025 16:57:56 +0200 Subject: font --- .config/dunst/dunstrc | 2 +- .config/fontconfig/fonts.conf | 6 +++--- .config/x11/xresources | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 8fce8b8..967e506 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -27,7 +27,7 @@ sort = yes idle_threshold = 0 - font = "BlexMono Nerd Font Medium 18" + font = "Terminess Nerd Font:size=19" # font = "NotoSans Nerd Font 17" line_height = 0 markup = full diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index dbced38..cfb114c 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -4,19 +4,19 @@ serif - BlexMono Nerd Font Text + Terminess Nerd Font sans-serif - BlexMono Nerd Font Text + Terminess Nerd Font monospace - BlexMono Nerd Font + Terminess Nerd Font diff --git a/.config/x11/xresources b/.config/x11/xresources index ef2cae9..355b977 100644 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -9,6 +9,6 @@ Xcursor.theme: "Simp1e-Gruvbox-Dark" Xcursor.size: 18 Nsxiv.window.background: #1d2021 Nsxiv.window.foreground: #ebdbb2 -Nsxiv.bar.font: BlexMono Nerd Font-11 +Nsxiv.bar.font: Terminess Nerd Font-12 Vncviewer.grabKeyboard: true Vncviewer.FullScreen: 1 -- cgit v1.2.3