From 9f8df2fbd32797b568553729b50d987e10a70840 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Wed, 28 Jun 2023 13:21:24 -0300 Subject: aaaa Signed-off-by: Anna (navi) Figueiredo Gomes --- .config/sway/config.d/30-bar | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .config/sway/config.d/30-bar (limited to '.config/sway/config.d/30-bar') diff --git a/.config/sway/config.d/30-bar b/.config/sway/config.d/30-bar new file mode 100644 index 0000000..76a04c0 --- /dev/null +++ b/.config/sway/config.d/30-bar @@ -0,0 +1,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 + + } +} -- cgit v1.2.3