
qeldroma's Bar
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
This is a heavily manipulated TUXBAR. The big left button opens the menu, the rest is:
Home - evolution - mozilla - wine - OOffice - gimp - konsole - xmms - eclipse - xine
The meters show CPU/Network Out/In/Memory-usage from left to right.
The icons are from the IceOSX-Theme.
The first shot is the whole desktop, the second only the bar.
Have fun.
-----------------------------
If you don't see it, it's perhaps below your screen ;-) Modify the .theme for your resolution.
qeldroma
17 years ago
Well, it's a taskbar showing 5 tasks ;-)
@background pic:
It's a wallpaper in a wallpaper RPM i installed. Must be from texstar or PLF...
Report
ZennouRyuu
17 years ago
Traceback (most recent call last):
File "/home/dusty/EyeCandy/karamba/qs/qeldromasBar.py", line 43, in widgetUpdated
if init == 0:
UnboundLocalError: local variable 'init' referenced before assignment
I get this constantly, about 5 or 10 each second printed to konsole, and I do not get the nice background that your screenshot shows
Report
SunOfTux
17 years ago
Here is how to fix it:
1. Open qeldromasBar.py with a text editor.
2. Add the line "global init" (without quotes) somewhere between "def widgetUpdated(widget):" and "if init == 0:"
3. That should fix it. :)
Report
Cye
17 years ago
Report
qeldroma
17 years ago
Report
Cye
17 years ago
Report
qeldroma
17 years ago
Report
aaronjb
17 years ago
Report
qeldroma
17 years ago
Just the same color as the background.
In fact it's only the kicker with all removed but tasks.
Then i moved it there via DragNDrop.
Is there a way to switch it transparent??
Report