formatting,font and color fixes
This commit is contained in:
parent
f663339ac2
commit
4df4a9cda1
1 changed files with 7 additions and 7 deletions
|
@ -19,7 +19,6 @@
|
||||||
for_window [class="^.*"] border pixel 3
|
for_window [class="^.*"] border pixel 3
|
||||||
gaps inner 15
|
gaps inner 15
|
||||||
gaps outer 15
|
gaps outer 15
|
||||||
font pango:mono 11
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
set $term --no-startup-id st
|
set $term --no-startup-id st
|
||||||
set $stoprec --no-startup-id killrecording
|
set $stoprec --no-startup-id killrecording
|
||||||
|
@ -64,20 +63,21 @@ set_from_resource $darkwhite color7 #000000
|
||||||
set_from_resource $white color15 #000000
|
set_from_resource $white color15 #000000
|
||||||
set $transparent #00000000
|
set $transparent #00000000
|
||||||
|
|
||||||
# BORDER BACKGROUND TEXT INDICATOR CHILD_BORDER
|
# BORDER BACKGROUND TEXT INDICATOR CHILD_BORDER
|
||||||
client.focused $red $red $magenta $darkmagenta $darkblue
|
client.focused $red $red $magenta $darkmagenta $darkblue
|
||||||
client.unfocused $transparent $blue $white $darkblue $transparent
|
client.unfocused $transparent $blue $white $darkblue $transparent
|
||||||
client.focused_inactive $transparent $blue $white $darkblue $transparent
|
client.focused_inactive $transparent $blue $white $darkblue $transparent
|
||||||
client.urgent $darkred $darkred $black $darkred $darkred
|
client.urgent $darkred $darkred $black $darkred $darkred
|
||||||
client.background $black
|
client.background $black
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
|
font pango:mono 11
|
||||||
colors {
|
colors {
|
||||||
background $darkblack
|
background $darkblack
|
||||||
statusline $darkwhite
|
statusline $darkwhite
|
||||||
separator $cyan
|
separator $cyan
|
||||||
focused_workspace $blue $darkblue $darkwhite
|
focused_workspace $blue $darkblue $darkwhite
|
||||||
active_workspace $blue $darkblue $darkwhite
|
active_workspace $blue $blue $darkwhite
|
||||||
inactive_workspace $darkblack $darkblack $white
|
inactive_workspace $darkblack $darkblack $white
|
||||||
urgent_workspace $darkblack $darkblack $white
|
urgent_workspace $darkblack $darkblack $white
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue