From 0e18fa461cc764e54f6271a0c62f29b38c30455b Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Mon, 29 Jun 2015 05:15:59 +0530 Subject: [PATCH] Color changes --- files/i3/.i3/config | 53 ++++++++++++++++++++++++++++++--------------- 1 file changed, 35 insertions(+), 18 deletions(-) diff --git a/files/i3/.i3/config b/files/i3/.i3/config index 6686e85..a4f69f4 100644 --- a/files/i3/.i3/config +++ b/files/i3/.i3/config @@ -153,26 +153,26 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu # resize window (you can also use the mouse for that) mode "resize" { - # These bindings trigger as soon as you enter the resize mode + # These bindings trigger as soon as you enter the resize mode - # Pressing left will shrink the window’s width. - # Pressing right will grow the window’s width. - # Pressing up will shrink the window’s height. - # Pressing down will grow the window’s height. - bindsym j resize shrink width 10 px or 10 ppt - bindsym k resize grow height 10 px or 10 ppt - bindsym l resize shrink height 10 px or 10 ppt - bindsym semicolon resize grow width 10 px or 10 ppt + # Pressing left will shrink the window’s width. + # Pressing right will grow the window’s width. + # Pressing up will shrink the window’s height. + # Pressing down will grow the window’s height. + bindsym j resize shrink width 10 px or 10 ppt + bindsym k resize grow height 10 px or 10 ppt + bindsym l resize shrink height 10 px or 10 ppt + bindsym semicolon resize grow width 10 px or 10 ppt - # same bindings, but for the arrow keys - bindsym Left resize shrink width 10 px or 10 ppt - bindsym Down resize grow height 10 px or 10 ppt - bindsym Up resize shrink height 10 px or 10 ppt - bindsym Right resize grow width 10 px or 10 ppt + # same bindings, but for the arrow keys + bindsym Left resize shrink width 10 px or 10 ppt + bindsym Down resize grow height 10 px or 10 ppt + bindsym Up resize shrink height 10 px or 10 ppt + bindsym Right resize grow width 10 px or 10 ppt - # back to normal: Enter or Escape - bindsym Return mode "default" - bindsym Escape mode "default" + # back to normal: Enter or Escape + bindsym Return mode "default" + bindsym Escape mode "default" } bindsym $mod+r mode "resize" @@ -188,9 +188,26 @@ bindsym XF86AudioMute exec amixer -D pulse set Master toggle # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { - status_command i3status + status_command i3status + colors { + # Whole color settings + background #000000 + statusline #ffffff + separator #666666 + + # Type border background font + focused_workspace #008fff #007fff #ffffff + active_workspace #333333 #5f676a #ffffff + inactive_workspace #333333 #222222 #888888 + urgent_workspace #aa0000 #990000 #ffffff + } } +# Colors +client.focused #007fbf #007fbf #ffffff +client.unfocused #666666 #666666 #ffffff +client.urgent #aa0000 #990000 #ffffff + # Special assignments for programs assign [class="Transmission-gtk"] → $WS3