From 671f2625e5b39d3a4a09bdac0af1060cddb022cf Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Thu, 26 Aug 2021 23:58:50 +0200 Subject: [PATCH] Change statusbar background color --- roles/dotfiles/files/i3_config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/dotfiles/files/i3_config b/roles/dotfiles/files/i3_config index ddd3656..7a4abba 100644 --- a/roles/dotfiles/files/i3_config +++ b/roles/dotfiles/files/i3_config @@ -170,4 +170,8 @@ bindsym $mod+r mode "resize" bar { status_command i3status font pango:Roboto 10 + colors { + background #333333 + statusline #eff0f1 + } }