From 935b8adb3704ac736d1ff03cfa7cbc5d281dd4e2 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Tue, 20 Sep 2022 09:13:34 +0200 Subject: [PATCH] Indent colorscheme for i3 --- roles/i3/templates/i3config.j2 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/roles/i3/templates/i3config.j2 b/roles/i3/templates/i3config.j2 index 5a24572..5acce0e 100644 --- a/roles/i3/templates/i3config.j2 +++ b/roles/i3/templates/i3config.j2 @@ -143,11 +143,11 @@ bar { statusline #eeeeee separator #4b5262 - # colour of border, background, and text - focused_workspace #222222 #bf616a #d8dee8 - active_workspace #222222 #222222 #d8dee8 - inactive_workspace #222222 #222222 #d8dee8 - urgent_workspace #222222 #ebcb8b #222222 + # colour of: border, background, text + focused_workspace #222222 #bf616a #d8dee8 + active_workspace #222222 #222222 #d8dee8 + inactive_workspace #222222 #222222 #d8dee8 + urgent_workspace #222222 #ebcb8b #222222 } status_command i3blocks } @@ -165,10 +165,10 @@ for_window [class=Xfburn|GParted|System-config-printer.py|Lxtask|Pavucontrol|Exo bindsym $super+z gaps inner current plus 5 bindsym $super+Shift+z gaps inner current minus 5 -# colour of border, background, text, indicator, and child_border -client.focused #bf616a #222222 #d8dee8 #bf616a #9fe89a -client.focused_inactive #222222 #222222 #d8dee8 #222222 #222222 -client.unfocused #222222 #222222 #d8dee8 #222222 #222222 -client.urgent #222222 #222222 #d8dee8 #222222 #222222 -client.placeholder #222222 #222222 #d8dee8 #222222 #222222 +# colour of: border, background, text, indicator, child_border +client.focused #bf616a #222222 #d8dee8 #bf616a #9fe89a +client.focused_inactive #222222 #222222 #d8dee8 #222222 #222222 +client.unfocused #222222 #222222 #d8dee8 #222222 #222222 +client.urgent #222222 #222222 #d8dee8 #222222 #222222 +client.placeholder #222222 #222222 #d8dee8 #222222 #222222 client.background #222222