[i3] Esthetics: Hack font and statusbar at the top

This commit is contained in:
lhark 2019-03-06 16:27:31 -05:00
parent aeeb952d58
commit 1e7c15ebf9

View file

@ -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
}