From 4b0e69c0a5d08125ddd9720dbe31379baf9222c7 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Sat, 27 Aug 2022 21:04:19 +0200 Subject: [PATCH] config: i3: specify fonts to be used for window titles and bar --- config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/i3/config b/config/i3/config index 92009f2..516e817 100644 --- a/config/i3/config +++ b/config/i3/config @@ -6,7 +6,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:monospace 8 +font pango:DejaVu Sans, FontAwesome 7 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -183,7 +183,7 @@ bindsym XF86MonBrightnessUp exec "brightnessctl set 4%+" bar { position top status_command i3status - font pango:DejaVu Sans, FontAwesome 8 + font pango:DejaVu Sans, FontAwesome 7 } exec --no-startup-id redshift