From d4a9ab55273d0e145b7ba103af6a351adf0d593e Mon Sep 17 00:00:00 2001 From: RedstoneRadiant <76220359+TheRedstoneRadiant@users.noreply.github.com> Date: Sun, 20 Nov 2022 17:43:55 -0500 Subject: [PATCH] fix: change `button.focus` to `button.focused` (#58) --- pages/Useful Utilities/Status-Bars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Useful Utilities/Status-Bars.md b/pages/Useful Utilities/Status-Bars.md index 6e191df..27a09c9 100644 --- a/pages/Useful Utilities/Status-Bars.md +++ b/pages/Useful Utilities/Status-Bars.md @@ -31,7 +31,7 @@ set to `top` and not `bottom`. ## Active workspace doesn't show up -Replace `#workspaces button.focus` with `#workspaces button.active` in `~/.config/style.css`. +Replace `#workspaces button.focused` with `#workspaces button.active` in `~/.config/style.css`. ## Scrolling through workspaces