From c2937e440c62ae8cf157c866451b6888dfc80f78 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 3 Nov 2018 01:08:16 -0500 Subject: [PATCH] i3: Colorize, add colors to bar --- .config/i3/config | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 294cf9c6..ed27671c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -52,7 +52,7 @@ set_from_resource $cyan2 color14 #8ec07c set_from_resource $fg color15 #ebdbb2 # Set up titlebar and i3bar fonts -font pango:Roboto 10 +font pango:Inconsolata Bold 10 # Titlebar and borders hide_edge_borders smart @@ -84,10 +84,10 @@ focus_on_window_activation none # Apply colors to i3 # client.focused $blue2 $blue2 $bg $bgm $blue2 - client.focused_inactive $blue $blue $bg $bgm $bgm + client.focused_inactive $bgm $blue $bg $bgm $bgm client.unfocused $bgm $bg $blue $bg $bgm client.urgent $yellow2 $bg $yellow2 $yellow $bg - client.placeholder $purple2 $bg $purple2 $purple $bg + client.placeholder $purple2 $bg $purple2 $purple $purple2 client.background $bg ################### @@ -224,5 +224,16 @@ bindsym $mod+r mode "resize" bar { status_command i3status + colors { + background $bg + statusline $fg + separator $bgm + + focused_workspace $bg $bg $blue + active_workspace $bg $bg $bgm + inactive_workspace $bg $bg $fg + urgent_workspace $bg $bg $yellow + binding_mode $bg $bg $bgm + } }