diff options
author | Mateja <mail@matejamaric.com> | 2020-08-26 00:00:54 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-08-26 00:00:54 +0200 |
commit | f81b30d65d0b229fe12e8726204cbad404e819d5 (patch) | |
tree | 70adc84d7e852b3871b1253c3b6d33b1269f5097 /.config/xmobar | |
parent | d64d2ab3b7c999f5b7292433b039b60bc50a2424 (diff) | |
download | dotfiles-f81b30d65d0b229fe12e8726204cbad404e819d5.tar.gz dotfiles-f81b30d65d0b229fe12e8726204cbad404e819d5.zip |
change fonts to fira mono
Diffstat (limited to '.config/xmobar')
-rw-r--r-- | .config/xmobar/xmobarrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/xmobar/xmobarrc b/.config/xmobar/xmobarrc index 6aea9d1..9e8afce 100644 --- a/.config/xmobar/xmobarrc +++ b/.config/xmobar/xmobarrc @@ -1,4 +1,7 @@ -Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" +Config { + -- X Logical Font Description (xlsfonts, xfontsel) + -- font = "-misc-fira mono-medium-*-*-*-10-*-*-*-*-*-*-*" + font = "xft:Fira Mono:pixelsize=11" , additionalFonts = [] , borderColor = "black" , border = TopB |