From a64adf1e475ff6f58ae7e160347007384d474732 Mon Sep 17 00:00:00 2001 From: Ammar Haddadi <75220043+AmmarHaddadi@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:56:41 +0100 Subject: [PATCH] fixed typo --- 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 1e8f5af..956c112 100644 --- a/pages/Useful Utilities/Status-Bars.md +++ b/pages/Useful Utilities/Status-Bars.md @@ -19,7 +19,7 @@ sudo ninja -C build install If you want to use the workspaces module, first, copy the configuration files from `/etc/xdg/waybar/` into `~/.config/waybar/`. Then, in `~/.config/waybar/conf/` replace -all the references to `sway/workspaces/` with `wlr/workspaces`. +all the references to `sway/workspaces` with `wlr/workspaces`. For more info regarding configuration, see [The Waybar Wiki](https://github.com/Alexays/Waybar/wiki).