From 708e2dbcd39880f838de4f2e854f88ecca5a00fc Mon Sep 17 00:00:00 2001 From: Elias Renman Date: Sun, 3 Dec 2023 23:42:10 +0100 Subject: [PATCH] fix: workspaces --- waybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waybar/config b/waybar/config index d4f2f82..a399c5b 100644 --- a/waybar/config +++ b/waybar/config @@ -8,7 +8,7 @@ "height": 34, "modules-left": [ - "hyprland/workspaces", + "wlr/workspaces", ], "modules-center": [ @@ -123,7 +123,7 @@ "max-length": 120 }, - "hyprland/workspaces": { + "wlr/workspaces": { "format": "{icon}", "on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-down": "hyprctl dispatch workspace e-1"