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

Show all workspaces? #210

Closed
FunctionalHacker opened this issue Mar 9, 2019 · 7 comments
Closed

Show all workspaces? #210

FunctionalHacker opened this issue Mar 9, 2019 · 7 comments
Labels
question Further information is requested

Comments

@FunctionalHacker
Copy link

I'm very new to Sway and Waybar, so sorry if this is a stupid question.

I have my setup almost complete, but I would like to show all workspaces, even empty ones. Is this possible to do somehow? The reason for doing this, is if I open something in workspace 2 before workspace 1, they appear in the wrong order on the bar which is very confusing.

@FlorianFranzen
Copy link

Yes, just add the following to your config:

"sway/workspaces": {
    "all-outputs": true
}

@FunctionalHacker
Copy link
Author

FunctionalHacker commented Mar 10, 2019

I already have that in my config, still doesn't show all workspaces

@Alexays Alexays added the question Further information is requested label Mar 12, 2019
@Alexays
Copy link
Owner

Alexays commented Mar 12, 2019

Sway only gives the workspace that are created, so it is not possible unless the user specifies the workspace in the waybar config file and we can add this feature

@AGCaesar
Copy link

I would love this feature. AwesomeWM has it as a default behaviour, but sway refuses do implement this. @Alexays what do you mean with specify the workspaces in waybar config?
I tried this, but it still only showed the first workspace:

"sway/workspaces": {
"disable-scroll": false,
"all-outputs": true,
"format": "{name}: {icon}",
"format-icons": {
"1": ".",
"2": "",
"3": "",
"4": ".",

@Alexays
Copy link
Owner

Alexays commented Mar 12, 2019

@AGCaesar Yeah it's just a exemple to how we can implement this feature

@AGCaesar
Copy link

Please try to implement it! I searched for persistent workspaces for sawy/i3 and found many people who would love this feature!
Thanks for your work with this beautiful and easy to use bar!

@Alexays
Copy link
Owner

Alexays commented May 20, 2019

Done in #330

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

No branches or pull requests

4 participants