From 7a3930984e289f400023e4c3878efbecebd71ed0 Mon Sep 17 00:00:00 2001 From: NightyEve <139539603+NightyEve@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:52:35 +0100 Subject: [PATCH 1/2] Update config.jsonc hyprland/workspace --- waybar/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 596d848..4c6e3f2 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -6,7 +6,7 @@ "passthrough": false, "gtk-layer-shell": true, "height": 50, - "modules-left": ["custom/launch_wofi","wlr/workspaces","cpu","memory","disk","hyprland/window"], + "modules-left": ["custom/launch_wofi","hyprland/workspaces","cpu","memory","disk","hyprland/window"], "modules-center": ["custom/lock_screen","custom/updates","clock","custom/power_btn"], "modules-right": ["temperature","custom/power_profile","battery","backlight","pulseaudio","pulseaudio#microphone","tray","custom/weather","custom/light_dark"], From 8f78800935c2a8e2c09788567559c050d61df572 Mon Sep 17 00:00:00 2001 From: NightyEve <139539603+NightyEve@users.noreply.github.com> Date: Thu, 7 Dec 2023 16:20:01 +0100 Subject: [PATCH 2/2] Update config.jsonc changed wlr/workspace to hyprland/workspace --- waybar/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 4c6e3f2..717a812 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -71,7 +71,7 @@ "tooltip": true }, - "wlr/workspaces": { + "hyprland/workspaces": { "disable-scroll": true, "all-outputs": true, "on-click": "activate",