diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-05 13:01:20 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-05 13:01:20 -0400 |
| commit | 4df4a9cda1166750865b2d837d951cb9b8d8ea6e (patch) | |
| tree | f29fb8e2f1a099731cc066d413f7b1a3390de870 /.config | |
| parent | f663339ac294bbed4ee772c5b3d9d35c50df7c23 (diff) | |
| download | eibhear-4df4a9cda1166750865b2d837d951cb9b8d8ea6e.tar.gz eibhear-4df4a9cda1166750865b2d837d951cb9b8d8ea6e.tar.zst eibhear-4df4a9cda1166750865b2d837d951cb9b8d8ea6e.zip | |
formatting,font and color fixes
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3/config | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/i3/config b/.config/i3/config index e055cb8..b4ca333 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -19,7 +19,6 @@ for_window [class="^.*"] border pixel 3 gaps inner 15 gaps outer 15 -font pango:mono 11 set $mod Mod4 set $term --no-startup-id st set $stoprec --no-startup-id killrecording @@ -64,20 +63,21 @@ set_from_resource $darkwhite color7 #000000 set_from_resource $white color15 #000000 set $transparent #00000000 -# BORDER BACKGROUND TEXT INDICATOR CHILD_BORDER -client.focused $red $red $magenta $darkmagenta $darkblue -client.unfocused $transparent $blue $white $darkblue $transparent -client.focused_inactive $transparent $blue $white $darkblue $transparent -client.urgent $darkred $darkred $black $darkred $darkred +# BORDER BACKGROUND TEXT INDICATOR CHILD_BORDER +client.focused $red $red $magenta $darkmagenta $darkblue +client.unfocused $transparent $blue $white $darkblue $transparent +client.focused_inactive $transparent $blue $white $darkblue $transparent +client.urgent $darkred $darkred $black $darkred $darkred client.background $black bar { + font pango:mono 11 colors { background $darkblack statusline $darkwhite separator $cyan focused_workspace $blue $darkblue $darkwhite - active_workspace $blue $darkblue $darkwhite + active_workspace $blue $blue $darkwhite inactive_workspace $darkblack $darkblack $white urgent_workspace $darkblack $darkblack $white } |
