dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 014c9bdf5caef644bde0cd27ac4b72ccc35f9405
parent 3fed62144f147d063eb5716ee9c1a25a4e251b91
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue,  7 Jan 2014 10:39:32 +0100

Changed i3 bar colors to suit erosionedit color scheme

Diffstat:
M.i3/config | 35++++++++++++++++++++++++++++-------
1 file changed, 28 insertions(+), 7 deletions(-)

diff --git a/.i3/config b/.i3/config @@ -28,15 +28,25 @@ font -misc-fixed-medium-r-normal--12-120-75-75-C-70-iso10646-1 new_window 1pixel # color class border backgr. text indicator + +# default #client.focused #4c7899 #285577 #ffffff #2e9ef4 ##client.focused_inactive #333333 #5f676a #ffffff #484e50 #client.focused_inactive #333333 #222222 #888888 #292d2e #client.unfocused #333333 #222222 #888888 #292d2e #client.urgent #2f343a #900000 #ffffff #900000 -client.focused #666666 #333333 #ffffff #555555 + +# gray +#client.focused #666666 #333333 #ffffff #555555 +#client.focused_inactive #333333 #222222 #888888 #333333 +#client.unfocused #333333 #222222 #888888 #222222 +#client.urgent #2f343a #900000 #ffffff #900000 + +# erosionedit +client.focused #bea492 #bea492 #332d29 #93a1a1 client.focused_inactive #333333 #222222 #888888 #333333 client.unfocused #333333 #222222 #888888 #222222 -client.urgent #2f343a #900000 #ffffff #900000 +client.urgent #181512 #900000 #ffffff #900000 # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod @@ -171,7 +181,7 @@ bar { status_command i3status --config ~/.i3/status #position top position bottom - mode hide + mode dock workspace_buttons yes tray_output none @@ -180,11 +190,22 @@ bar { colors { background #111111 statusline #ffffff + separator #333333 + + # colorclass <border> <backgr.> <text> + + # default + #focused_workspace #4c7899 #285577 #ffffff + #active_workspace #333333 #5f676a #ffffff + #inactive_workspace #333333 #222222 #888888 + #urgent_workspace #2f343a #900000 #ffffff + + # erosionedit + focused_workspace #bea492 #817267 #000000 + active_workspace #333333 #5f676a #ffffff + inactive_workspace #333333 #222222 #888888 + urgent_workspace #2f343a #900000 #ffffff - focused_workspace #ffffff #444444 - active_workspace #ffffff #333333 - inactive_workspace #888888 #222222 - urgent_workspace #ffffff #900000 } }