From e8e4216a3b2a004ce55d4c8468f04416623de9ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Tue, 7 Mar 2017 00:47:11 +0100 Subject: [PATCH] Switch to a better font (terminus-font) --- files/.config/i3/config | 2 +- files/.config/terminator/config | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/files/.config/i3/config b/files/.config/i3/config index 538652e..43bd472 100644 --- a/files/.config/i3/config +++ b/files/.config/i3/config @@ -202,7 +202,7 @@ bindsym $mod+r mode "resize" bar { tray_output eDP1 # position top - font pango:DejaVu Sans Mono, Awesome 12 + font pango:DejaVu Sans Mono, Awesome 8 status_command py3status # status_command i3status # tray_output primary diff --git a/files/.config/terminator/config b/files/.config/terminator/config index 2ffeb41..4e33307 100644 --- a/files/.config/terminator/config +++ b/files/.config/terminator/config @@ -25,10 +25,12 @@ background_image = None background_type = transparent cursor_color = "#fffeab" - font = DejaVu Sans Mono 8 + custom_command = TERM='xterm-256color' bash -l + font = Monospace 8 foreground_color = "#faffb4" scrollbar_position = hidden show_titlebar = False + use_custom_command = True use_system_font = False [[Proj_nocursor]] background_color = "#ffffff"