[i3] Uses theme lime

- https://github.com/acrisci/i3-style
This commit is contained in:
Abhay Rana 2015-11-30 17:31:31 +05:30
parent 0b9b9bf84f
commit 17fb02f099
1 changed files with 21 additions and 17 deletions

View File

@ -58,8 +58,10 @@ bindsym $mod+Shift+q kill
#### Lock screen config #####
# Use i3lock as screensaver (works on suspend)
exec --no-startup-id xss-lock /home/nemo/projects/scripts/i3lock.sh
# Autolock screen after 2 minutes
exec --no-startup-id xautolock -corners -000 -detectsleep -time 2 -locker "/home/nemo/projects/scripts/i3lock.sh"
# Win+L
bindsym $mod+l exec --no-startup-id xautolock -locknow
@ -153,6 +155,9 @@ bindsym $mod+Shift+8 move container to workspace 8
bindsym $mod+Shift+9 move container to workspace 9
bindsym $mod+Shift+0 move container to workspace 10
# rename a workspace
# bindsym $mod+ctrl+r exec i3-input -F 'rename workspace to "%s"' -P 'New name: '
# reload the configuration file
bindsym $mod+Shift+c reload
@ -198,25 +203,19 @@ 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 py3status -c ~/.config/i3status/config
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
}
status_command py3status -c ~/.config/i3status/config
colors {
separator #888888
background #333333
statusline #FFFFFF
focused_workspace #4E9C00 #4E9C00 #FFFFFF
active_workspace #333333 #333333 #FFFFFF
inactive_workspace #333333 #333333 #888888
urgent_workspace #C20000 #C20000 #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
@ -245,4 +244,9 @@ smart_borders on
# Multi monitor
bindsym $mod+shift+a move workspace to output left
bindsym $mod+shift+s move workspace to output right
bindsym XF86Display exec arandr
bindsym XF86Display exec arandr
client.focused #4E9C00 #4E9C00 #FFFFFF #FFFFFF
client.focused_inactive #1B3600 #1B3600 #888888 #FFFFFF
client.unfocused #333333 #333333 #888888 #FFFFFF
client.urgent #C20000 #C20000 #FFFFFF #FFFFFF