From 608753b484dc77953bf66cf624f7e17a2c6561b0 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Tue, 6 Feb 2024 22:11:22 -0600 Subject: [PATCH] fix --- sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/config b/sway/config index 0888850..5593623 100644 --- a/sway/config +++ b/sway/config @@ -125,8 +125,8 @@ bar { colors { background #00000000 statusline #ffffff - focused_workspace #2e9ef450 #2e9ef420 #ffffff - inactive_workspace #00000000 #00000000 #2e9ef4 + focused_workspace #2e9ef450 #2e9ef420 #2e9ef4 + inactive_workspace #00000000 #00000000 #ffffff gaps 10 10 } }