17 lines
402 B
Plaintext
17 lines
402 B
Plaintext
# BAR
|
|
bar {
|
|
swaybar_command waybar
|
|
colors {
|
|
background $base
|
|
statusline $text
|
|
focused_statusline $text
|
|
focused_separator $base
|
|
|
|
# target border bg text
|
|
focused_workspace $base $mauve $crust
|
|
active_workspace $base $surface2 $text
|
|
inactive_workspace $base $base $text
|
|
urgent_workspace $base $red $crust
|
|
}
|
|
}
|