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

Waybar on hyprland not showing all workspaces even with all the persistent options tested #3820

Closed
antomfdez opened this issue Dec 11, 2024 · 3 comments
Labels

Comments

@antomfdez
Copy link

antomfdez commented Dec 11, 2024

My config:

"hyprland/workspaces": {
		"all-outputs": true,
  		"disable-scroll": false,
		"format": "{icon}",
		"format-icons": {
			"1": "一",
			"2": "二",
			"3": "三",
			"4": "四",
			"5": "五",
			"6": "六",
			"7": "七",
			"8": "八",
			"9": "九",
			"10": "〇"
		},
		"persistent_workspaces": {
	        "*": 10
		}
	},

My style.css:

#workspaces button {
	padding: 0 2px;
	color: #fdf6e3;
}
#workspaces button.active {
	color: #b58900;
}
#workspaces button.persistent {
	color: #fdf6e3;
}

I have the last version of waybar and the last version of hyprland

Im on fedora and i tried with both versions:
image

@falconite400
Copy link

I have the same issue on Arch

@falconite400
Copy link

Ok I think I may have solved it, it should be "persistent-workspaces" with a hyphen, not with an underscore

@antomfdez
Copy link
Author

Ok I think I may have solved it, it should be "persistent-workspaces" with a hyphen, not with an underscore

i only can say THANK YOU

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

No branches or pull requests

2 participants