diff options
author | Alan Pearce | 2018-05-21 12:19:53 +0200 |
---|---|---|
committer | Alan Pearce | 2018-05-21 12:19:53 +0200 |
commit | 9c4f9e89943bcf3eedb100b230db56e6274c3a51 (patch) | |
tree | f8a39cb5305b8ba68c65d6e866739f1049aa2de9 /i3 | |
parent | 9bb3c9394abc62ab47853fcb60c99c4e9165aee9 (diff) | |
download | nixfiles-9c4f9e89943bcf3eedb100b230db56e6274c3a51.tar.lz nixfiles-9c4f9e89943bcf3eedb100b230db56e6274c3a51.tar.zst nixfiles-9c4f9e89943bcf3eedb100b230db56e6274c3a51.zip |
Tweak fonts some more
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index ee5f1291..28c41715 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -51,11 +51,11 @@ set $Locker i3lock-color # 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, Font Awesome 9 +# font pango:Monospace, Font Awesome 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). -font pango:Liberation Mono 7 +font pango:Liberation Mono, Font Awesome 7 # 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 |