5

I'm using ubuntu with more than the default 4 workspaces. The workspace indicator icon in the left sidebar only shows 4 workspaces. So i can't see in which workspace I'm currently are.

Is there a plugin or something that can show i.e. all 8 configured workspaces with the current workspace highlighted?

Max K.
  • 79

3 Answers3

2

I found a workspace indicator for ubuntu on github. It should work for all kind of workspace compositions.

ubuntu works

Max K.
  • 79
0

Would an indicator suffice, rather than an icon in the launcher (left sidebar)? Try indicator-workspaces here.

Bernmeister
  • 1,149
0

You can change the number of workspaces in the default workspace indicator, using simple cli commands:

gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ vsize 3

gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ hsize 3
Yaniv
  • 101