From 5dd596aa0ea5aba19a5f4c57edaaed7c04403558 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Mon, 1 May 2023 13:04:14 -0500 Subject: Initial commit --- .config/sway/bar | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .config/sway/bar (limited to '.config/sway/bar') 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 + } +} -- cgit v1.2.3