Skip to content

Commit

Permalink
Use solarized colors
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Aug 18, 2015
1 parent ea52eb5 commit 3d1c59c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions i3/config
Expand Up @@ -157,6 +157,17 @@ bindsym $mod+o mode "resize"
bar {
font pango:DejaVu Sans Mono 14
status_command py3status -i /home/vjousse/usr/src/python/pymodoro

colors {
background #002b36
statusline #93a1a1
separator #666666

focused_workspace #4c7899 #285577 #ffffff
active_workspace #333333 #5f676a #ffffff
inactive_workspace #333333 #222222 #888888
urgent_workspace #2f343a #900000 #ffffff
}
}

bindsym XF86AudioRaiseVolume exec --no-startup-id /home/vjousse/dotfiles/scripts/volume_pa.pl 1 up 4 && killall -SIGUSR1 i3status
Expand Down

0 comments on commit 3d1c59c

Please sign in to comment.