
WheelLauncher
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A small launcher suitable for the corner of the screen (just 100x100 pixels).
you can use the mouse wheel to browse between the launchers in a circular fashion.
You need edit the script to point to your applications and their icons
shiva
16 years ago
i think that would maybe fit better on the screen!
Report
jimbox
16 years ago
after a quick dl and install it worked- but seemed sporadic in response to mouse scrolling. could've been other things hogging my cpu- so do affirmative criticism. ;)
some ideas for its future:
1. easier way to edit menu (likely already on the developer's menu)
2. parabolic icon enlargement (like the osx bar)
3. drag-n-drop additions to menu (extension of 1).
and thank to kriegel for their hacks!
Report
earlycj5
16 years ago
Report
earlycj5
16 years ago
Report
kriegel
16 years ago
But ;) Please change WheelLauncher.py:
78 baseangle=separation
into
78 baseangle+=separation
and
85 baseangle=0
into
85 baseangle-=separation
This should fix some movement anomalies.
Report
gotem
16 years ago
I'll add that to other changes I'm planning: allow you to drag & drop .desktop files and save the conf in a .rc file instead of hardcoded in the script
Report
butzomatic
16 years ago
A semicircle would be fine. But so far: Well done!
Report
yakhan
16 years ago
One suggestion... Maybe, if it's possible, an option to make it spin without the use of a wheel. It could spin faster the closer you hovered to the right and bottom edges. And sit still if you were over the center. Less fuss for the lazy. =]
I'm looking forward to see where this goes... good luck!
Report
bigtomrodney
16 years ago
Report