Optionally change i3bar color on focused output, implements #2020

This commit is contained in:
David Simon
2015-10-26 16:55:01 -04:00
parent 2451551f63
commit dc05d905c1
13 changed files with 99 additions and 12 deletions

View File

@ -109,6 +109,9 @@ bar {
colors {
background #ff0000
statusline #00ff00
focused_background #cc0000
focused_statusline #cccc00
focused_separator #0000cc
focused_workspace #4c7899 #285577 #ffffff
active_workspace #333333 #222222 #888888
@ -143,6 +146,9 @@ is_deeply($bar_config->{colors},
{
background => '#ff0000',
statusline => '#00ff00',
focused_background => '#cc0000',
focused_statusline=> '#cccc00',
focused_separator => '#0000cc',
focused_workspace_border => '#4c7899',
focused_workspace_text => '#ffffff',
focused_workspace_bg => '#285577',