blob: 7876eac33745a0582f5f9d2cb09fe19d68e4245c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
bar {
status_command status-bar
position top
pango_markup disabled
font DejaVu Sans Mono 10
strip_workspace_numbers yes
colors {
background $bar_background
statusline $foreground
inactive_workspace $background $background $inactive
active_workspace $background $background $foreground
urgent_workspace $red $red $foreground
focused_workspace $primary $primary $foreground
}
}
|