From 97dc116cd21019f216c0597710ea26648c28ef52 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Thu, 14 Nov 2019 15:38:43 +0100 Subject: [PATCH] Show terminator titlebar with improved colors --- .config/terminator/config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/terminator/config b/.config/terminator/config index c5a0f99..c99517b 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -6,7 +6,13 @@ title_font = DejaVu Sans Mono 11 title_use_system_font = False use_custom_url_handler = True + title_transmit_bg_color = "#adbce6" + title_inactive_bg_color = "#C0BEBF" + title_receive_bg_color = "#adbce6" [keybindings] + broadcast_all = a + broadcast_group = g + broadcast_off = q go_down = Down go_left = Left go_next = n @@ -25,6 +31,7 @@ [[default]] [[[child1]]] parent = window0 + profile = default type = Terminal [[[window0]]] parent = "" @@ -38,5 +45,4 @@ font = DejaVu Sans Mono 11 scrollback_infinite = True scrollbar_position = hidden - show_titlebar = False use_system_font = False