christopher-l / space-bar

GNOME Shell extension that shows workspaces buttons in top panel
171 stars 15 forks source link

Show only current workspace name #24

Closed karypid closed 1 year ago

karypid commented 1 year ago

In General setting of Behaviour, there is a toggle to "Show empty workspaces". I would love it if there was a similar switch to "Show only current workspace" which can default to false for backwards compatibility. If this were selected, rather than showing all workspace names, you would only show the name of the active workspace (it would change as you change workspace).

I use 7 workspaces so a lot of space is wasted by showing all of them...

christopher-l commented 1 year ago

I added an option that replaces the indicator with a simple label that shows the current workspace's name.

image

karypid commented 1 year ago

This is exactly what I was after. Just tested the new version and it works great. Thank you!