From f7dc3319c8360c37c97559654e159d79049b2786 Mon Sep 17 00:00:00 2001 From: MightyPlaza <123664421+MightyPlaza@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:22:43 +0000 Subject: [PATCH] remove waybar wlr/workspaces patch (#434) modified: Status-Bars.md --- pages/Useful Utilities/Status-Bars.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pages/Useful Utilities/Status-Bars.md b/pages/Useful Utilities/Status-Bars.md index bd987ed..03ab7e2 100644 --- a/pages/Useful Utilities/Status-Bars.md +++ b/pages/Useful Utilities/Status-Bars.md @@ -8,19 +8,6 @@ Waybar is a GTK status bar made specifically for wlroots compositors and supports Hyprland by default. To use it, it's recommended to use your distro's package. -## Compiling Manually - -To compile manually: - -Clone the source, cd into it, then do: - -```bash -sed -i -e 's/zext_workspace_handle_v1_activate(workspace_handle_);/const std::string command = "hyprctl dispatch workspace " + name_;\n\tsystem(command.c_str());/g' src/modules/wlr/workspace_manager.cpp -meson --prefix=/usr --buildtype=plain --auto-features=enabled --wrap-mode=nodownload build -meson configure -Dexperimental=true build -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/config` replace all the references to `sway/workspaces` with `hyprland/workspaces`.