You are not logged in.
Pages: 1
Instead of having the workspace switcher on the panel I would rather just have the current workspace name/number.
Is there a command that would output the current workspace so I could use a script and the genmon panel plugin to show it?
Offline
Not sure as a panel item, I know you can do it with conky using this snippet:
${desktop_name}
Offline
wmctrl can do this.
wmctrl -d
and more specifically:
wmctrl -d | grep \* | tr -s " " | cut -d' ' -f10
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thank you very much to both.
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 520.03 KiB (Peak: 520.88 KiB) ]