Basically, I want to take what's displayed on the desktop when I hit super+s, shrink it down to icon size, and replace the default Workspace Switcher icon with it in Ubuntu 12.04's launcher and still be fully functional. Any ideas?
I've done some poking around but I don't know much about code. There are quite a few workspace.js files. If anybody needs too see those to help me let me know. I saw lines in the code that were obviously telling the switcher where and how to display. Such as:
class Workspace(TweakModule):
__title__ = _('Workspace')
__desc__ = _('Workspace size and screen edge action settings')
__icon__ = 'workspace-switcher'
__category__ = 'desktop'
__desktop__ = ['ubuntu']
utext_edge_delay = _('Edge trigger delay (ms):')
utext_hsize = _('Horizontal workspace:')
utext_vsize = _('Vertical workspace:')