Broke up sway config into multiple files
This commit is contained in:
16
.config/sway/bar
Normal file
16
.config/sway/bar
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user