Broke up sway config into multiple files

This commit is contained in:
2026-02-12 20:49:52 +01:00
parent 40bb01e3a3
commit ab09268eaa
9 changed files with 267 additions and 323 deletions

16
.config/sway/bar Normal file
View 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
}
}