summaryrefslogtreecommitdiff
path: root/.config/sway/bar
blob: 54d225b78a0f278cbb589ed53c4f546727ad3021 (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
    }
}