diff options
author | Adrian Kummerlaender | 2016-02-15 18:08:38 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2016-02-15 18:08:38 +0100 |
commit | 9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5 (patch) | |
tree | 627025a7eeb1993ebd05792c074756e14ad637e4 /i3wm/.i3/config | |
parent | 7bd0f7430a071205dbdd4613779dee730a0052ce (diff) | |
download | dotfiles-9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5.tar dotfiles-9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5.tar.gz dotfiles-9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5.tar.bz2 dotfiles-9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5.tar.lz dotfiles-9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5.tar.xz dotfiles-9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5.tar.zst dotfiles-9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5.zip |
Change font to _Fantasque Sans Mono_ and enable airline symbols
Diffstat (limited to 'i3wm/.i3/config')
-rw-r--r-- | i3wm/.i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 9e1f9e9..26de6d5 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -79,7 +79,7 @@ bar { status_command ~/.conky.sh workspace_buttons yes tray_output LVDS1 - font pango:Dejavu Sans Mono 13px + font pango:Fantasque Sans Mono 16px colors { background #161616 @@ -92,7 +92,7 @@ bar { } } -font pango:Dejavu Sans Mono 13px +font pango:Fantasque Sans Mono 16px hide_edge_borders both client.focused #909737 #909737 #222222 |