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 /xorg/.Xresources | |
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 'xorg/.Xresources')
-rw-r--r-- | xorg/.Xresources | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/.Xresources b/xorg/.Xresources index fd95d02..74b2905 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -1,6 +1,6 @@ URxvt.saveLines: 10000 URxvt.scrollBar: false -URxvt.font: xft:Dejavu Sans Mono:size=8 +URxvt.font: xft:Fantasque Sans Mono:pixelsize=12 URxvt.transparent: false URxvt.inheritPixmap: false URxvt.fading: 20 @@ -50,7 +50,7 @@ URxvt.color15: #ffffff !rofi configuration rofi.location: 2 -rofi.font: Dejavu Sans Mono 11 +rofi.font: Fantasque Sans Mono 11 rofi.bg: #222222 rofi.fg: #605c5a rofi.hlbg: #111111 |