diff options
author | Florian Pritz <bluewind@xinu.at> | 2021-05-23 18:17:22 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2021-05-23 18:17:22 +0200 |
commit | db2c35ff5a6578ece0b1785e2c0791aaae7654b5 (patch) | |
tree | 8f28e9c0c0d779455e3f45cb24dce4b7e101a42b | |
parent | 7b283093d77b256368d4baa92e0dcf1647eee364 (diff) | |
download | dotfiles-db2c35ff5a6578ece0b1785e2c0791aaae7654b5.tar.gz dotfiles-db2c35ff5a6578ece0b1785e2c0791aaae7654b5.tar.xz |
i3: Increase i3bar fontsize
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ set $mod Mod4 # is used in the bar {} block below. # 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 +font pango:DejaVu Sans Mono 9 # Before i3 v4.8, we used to recommend this one as the default: # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 # The font above is very space-efficient, that is, it looks good, sharp and |