2024-05-15 13:34:29 -05:00
|
|
|
bar {
|
|
|
|
position top
|
2024-08-29 17:55:25 -05:00
|
|
|
font pango:MonoLisa 13
|
2024-06-14 09:57:45 -05:00
|
|
|
status_command while ~/skynet/scripts/swaystatus.sh; do sleep 3; done
|
2024-06-13 21:40:54 -05:00
|
|
|
pango_markup enabled
|
2024-05-15 13:34:29 -05:00
|
|
|
|
|
|
|
colors {
|
|
|
|
background $base
|
|
|
|
statusline $text
|
|
|
|
focused_statusline $text
|
|
|
|
focused_separator $base
|
|
|
|
focused_workspace $base $green $base
|
|
|
|
active_workspace $base $blue $base
|
|
|
|
inactive_workspace $base $base $surface1
|
|
|
|
urgent_workspace $base $red $base
|
|
|
|
binding_mode $base $red $base
|
|
|
|
}
|
|
|
|
}
|