From 1e7c15ebf90cc8eb1eeb6342391a300f6f85da0a Mon Sep 17 00:00:00 2001 From: lhark Date: Wed, 6 Mar 2019 16:27:31 -0500 Subject: [PATCH] [i3] Esthetics: Hack font and statusbar at the top --- config/i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/i3/config b/config/i3/config index 9cd4ab1..2b511f8 100644 --- a/config/i3/config +++ b/config/i3/config @@ -13,7 +13,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:Hack 8 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -181,5 +181,6 @@ bindsym $mod+Ctrl+l resize grow width 5 px or 5 ppt # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { + position top status_command i3status }