diff options
Diffstat (limited to '.config/sway/bar')
-rw-r--r-- | .config/sway/bar | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/sway/bar b/.config/sway/bar new file mode 100644 index 0000000..54d225b --- /dev/null +++ b/.config/sway/bar @@ -0,0 +1,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 + } +} |