scorpion-26 / gBar

Blazingly fast status bar written with GTK
MIT License
498 stars 20 forks source link

Question: Hide empty workspaces #106

Open bashfulrobot opened 3 months ago

bashfulrobot commented 3 months ago

This is a question vs an issue (did not see docs).

Is there a way to hide empty workspaces? And then have them show only if an app is on it?

Thank you.

scorpion-26 commented 3 months ago

Do you mean "hide trailing empty workspaces"? If so, then you can use the newly added WorkspaceHideUnused config option. If you mean "hide all empty workspaces", then that is unfortunately currently not possible and it would probably be pretty difficult to implement with how the workspace widget is currently working under the hood.

bashfulrobot commented 3 months ago

What I meant was say I have 9 configured. But apps are open only on 1 and 4, the indicators would only show the two. I would assign a number with the label.

Make sense in how I described it?