Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workspaces broke, not shown in bar - Arch (Hyprland) #2458

Closed
CarloCattano opened this issue Sep 3, 2023 · 1 comment
Closed

Workspaces broke, not shown in bar - Arch (Hyprland) #2458

CarloCattano opened this issue Sep 3, 2023 · 1 comment

Comments

@CarloCattano
Copy link

In a recent update , the workspaces are no longer showing up in the bar
image

Normally placed on the left corner.
Tried to write hyprland/workspaces, wlr/workspaces, to no avail.
Tried waybar from pacman, waybar-git , waybar-hyprland-git and got the same result

// Modules configuration
     "hyprland/workspaces": {
         "disable-scroll": false,
         "all-outputs": true,
         "format": "{icon}",
		 "on-click": "activate",
         "format-icons": {
             "1": "",
             "2": "",
             "3": "",
             "4": "",
             "5": "",
             "6": "",
             "7": "",
             "8": "",
             "9": "",
             "urgent":  "",
             "active":  "",
             "default": ""
         }
     },
	"hyprland/window": {
		"format": "{}",
		"separate-outputs": true,
                "on-click": "wlogout"
	},

It was working perfectly with wlr/workspaces not sure whats wrong since there is nothing particular in the logs.

Linux arch 6.4.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 24 Aug 2023 00:38:14 +0000 x86_64 GNU/Linux
hyprland-git 0.29.0.r21.f69c5469-1

@CarloCattano
Copy link
Author

There was still a line where wlr/workspaces was present , changing that to hyprland/workspaces did the trick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant