Browse Source

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

v2
lhark 7 years ago
parent
commit
1e7c15ebf9
  1. 3
      config/i3/config

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

Loading…
Cancel
Save