summaryrefslogtreecommitdiff
path: root/.config/sway/config.d/30-bar
blob: 76a04c01208a883737cb1da641d7448d9f7f4abe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
bar {
	status_command i3status
	strip_workspace_numbers yes
	position bottom
	colors {
		background $base
		statusline $text
		separator #ff0000
		# Category         Border            Background        Text
		focused_workspace  $accent  $accent  #000000
		active_workspace   $uborder $uborder $text
		inactive_workspace $base    $base    $text
		urgent_workspace   $urgent  $urgent  $text
		binding_mode       $base    $base    $text

	}
}