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
|
||||||
|
@ -72,12 +71,13 @@ 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