From 9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 15 Feb 2016 18:08:38 +0100 Subject: Change font to _Fantasque Sans Mono_ and enable airline symbols --- fish/.config/fish/functions/fish_prompt.fish | 4 ++-- i3wm/.i3/config | 4 ++-- pentadactyl/.pentadactylrc | 2 +- pwmt/.config/zathura/zathurarc | 2 +- vim/.gvimrc | 10 +++++++++- xorg/.Xresources | 4 ++-- 6 files changed, 17 insertions(+), 9 deletions(-) diff --git a/fish/.config/fish/functions/fish_prompt.fish b/fish/.config/fish/functions/fish_prompt.fish index 076eeae..4a0c974 100644 --- a/fish/.config/fish/functions/fish_prompt.fish +++ b/fish/.config/fish/functions/fish_prompt.fish @@ -25,10 +25,10 @@ function fish_prompt if test $last_status -gt 0 set_color $fish_color_cwd_root - echo -n -s ' ▸ ' + echo -n -s ' ‣ ' set_color normal else - echo -n -s ' ▸ ' + echo -n -s ' ‣ ' end end 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 diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc index 3e5ee73..a227d71 100644 --- a/pentadactyl/.pentadactylrc +++ b/pentadactyl/.pentadactylrc @@ -12,7 +12,7 @@ hi clear hi s_greenfont color:#aadb0f; hi s_palegreenfont color:#909737; hi s_grayback background:#161616; -hi s_normal font-size:14px; font-family:Dejavu Sans Mono; +hi s_normal font-size:16px; font-family:Fantasque Sans Mono; hi -link=s_normal,s_grayback,s_palegreenfont Normal border-top:1px solid #909737; hi -link=s_normal,s_grayback,s_palegreenfont StatusLine diff --git a/pwmt/.config/zathura/zathurarc b/pwmt/.config/zathura/zathurarc index 961c2fe..3438286 100644 --- a/pwmt/.config/zathura/zathurarc +++ b/pwmt/.config/zathura/zathurarc @@ -1,4 +1,4 @@ -set font "Dejavu Sans Mono 10.5" +set font "Fantasque Sans Mono 12" set inputbar-bg "#161616" set inputbar-fg "#909737" diff --git a/vim/.gvimrc b/vim/.gvimrc index 0700f99..896dedc 100644 --- a/vim/.gvimrc +++ b/vim/.gvimrc @@ -1,4 +1,4 @@ -set guifont=Dejavu\ Sans\ Mono\ 8 +set guifont=Fantasque\ Sans\ Mono\ 9.5 set guioptions=agim set guioptions-=m @@ -6,3 +6,11 @@ colorscheme akr let g:airline_theme = 'akr' let g:airline_powerline_fonts = 1 + +let g:airline_left_sep = '' +let g:airline_left_alt_sep = '' +let g:airline_right_sep = '' +let g:airline_right_alt_sep = '' +let g:airline_symbols.branch = '' +let g:airline_symbols.readonly = '' +let g:airline_symbols.linenr = '' 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 -- cgit v1.2.3