From 9932252ae66621d782f3100beb4ac5b706355371 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Sun, 23 Jul 2017 01:09:11 +0200 Subject: [PATCH] - Updated default colors scheme --- i3/config | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/i3/config b/i3/config index 2be7a26..2679371 100644 --- a/i3/config +++ b/i3/config @@ -161,6 +161,7 @@ bindsym $mod+r mode "resize" # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { + font pango:DejaVu Sans Mono, Icons 8 # status_command i3status status_command py3status colors { @@ -172,12 +173,6 @@ bar { } } -#colors: border backgr. text indicator -client.focused #222222 #6a9ef2 #ffffff #2b2b2b -client.focused_inactive #888888 #2b2b2b #ffffff #2b2b2b -client.unfocused #888888 #2b2b2b #ffffff #2b2b2b -client.urgent #900000 #900000 #ffffff #2b2b2b - #exec --no-startup-id i3-msg 'exec xcompmgr -c -f -n &' exec --no-startup-id i3-msg 'exec xautolock -time 5 -locker ~/Bin/lock.sh -detectsleep &' exec --no-startup-id i3-msg 'exec blueman-applet &' @@ -211,3 +206,9 @@ bindsym XF86AudioNext exec dbus-send --print-reply --dest=org.mpris.MediaPlayer2 # Take Screenshot bindsym Print exec xfce4-screenshooter #Control Print :Exec scrot -d 0 `date +%Y-%m-%d_%H-%M-%S`.png--no-startup- + +#colors border back text indicator +client.focused #0088CC #0088CC #ffffff #dddddd +client.focused_inactive #333333 #333333 #888888 #292d2e +client.unfocused #333333 #333333 #888888 #292d2e +client.urgent #2f343a #900000 #ffffff #900000