From 64eb94c4f8de41843650d50ca5efb6c50fc3c96c Mon Sep 17 00:00:00 2001 From: simonkellet Date: Fri, 24 Sep 2021 15:48:05 +0100 Subject: [PATCH] added blexmono to font used --- i3/config | 4 +++- i3status/config | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index d55fa07..6c7172b 100644 --- a/i3/config +++ b/i3/config @@ -17,8 +17,10 @@ set_from_resource $split i3wm.color10 "#9E664B0" # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. #font pango: Source Code Pro 12px -font pango: IBM Plex Mono 11px +#font pango: IBM Plex Mono 11px #font pango: JetBrains Mono 8 +font pango: BlexMono Nerd Font 11px + # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). #font pango:DejaVu Sans Mono 8 diff --git a/i3status/config b/i3status/config index 79143e7..84320f3 100644 --- a/i3status/config +++ b/i3status/config @@ -36,7 +36,7 @@ ethernet _first_ { battery all { integer_battery_capacity = true last_full_capacity = true - format = "%status %percentage (%remaining)" + format = "%status %percentage (%remaining)" status_bat = "" status_chr = "" }