
GlassHUDX
Source (link to git-repo or to original if based on someone elses unmodified work):
mytharak. It uses modified versions of the backgrounds and some
of the layout ideas.
GlassHUDX consists of the following widgets:
Glassmem - a memory sensor widget
Displays total memory, used memory,free memory w/o buffers/cache and free memory including buffers/cache.
Middle-clicking the widget displays the top 10 processes using
memory resources.
Glasscpu - a simple CPU monitor
Displays CPU type and CPU clock and shows CPU usage as graph.
Middle-clicking the widget displays the top 10 processes using
CPU resources.
The design is very close to the original GlassHUD CPU monitor.
Glassclock - a simple time and date display
Simple clock in 12/24 hour format.
Launches Korganizer when you click on the date meter.
Configuration option for 24 hour or 12 hour display.
Configuration option for date format strings.
Glasstemp - a sensor widget
Displays CPU temperature, MB temperature and CPU fan speed.
Temperatures are in Celsius. To display temperatures in
Fahrenheit, add TEMPUNIT=F to the KARAMBA line in glasstemp.theme.
You need the sensors program installed for this widget to work.
Glassmounter - a device mounter inspired by Ibayuk's MountApp for
WMaker
Mounts devices and displays the mount state of the selected
device. Any number of devices can be added. The selected device
can be mounted, unmounted or ejected (if supported). Clicking on
the device name mounts the device (if unmounted) and launches a
filemanger. The filemanager command can be configured (default is
"kfmclient exec").
Glasswifi - a wireless monitor and launch widget
Starts/stops a wireless interface.
Displays the link quality and either signal/noise level or bytes in/out.
The wireless interface can be set through the configuration menu
(default is ath0)
Have a look at the README for the configuration of the widgets
Any bug reports and improvements are welcome.
Enjoy!
v0.6
glassmem added
glassmem and glasscpu
- Middle-clicking now displays the top 10 tasks using CPU/Memory resources.
glasstemp
- Design changes. Sensors are now slightly larger than labels.
glassmounter
- Fixed bug in device handling, that required re-loading the widget for proper display of added devices
- More eye-candy.
glasswifi
- Design changes.
v0.5
glasswifi
- Reverted back to old signal strength calculation.
- Layout changed.
- WiFi image is now the Start/Stop button.
- Middle-clicking the widget now toggels signal/traffic view
glasstemp
- Layout changed.
- Removed style option from config menu.
glassmounter
- Improved code for device handling.
glassclock
- Added option to show seconds.
- Menu changed.
glasscpu
- Removed style option from config menu.
v0.4
I think, this is going to be the last version, there are only minor changes:
glasswifi
- New calculation of signal strength
- Layout changed
all
- New background added
v0.3
glasswifi
- Added signal strength bar
glassmounter
- Middle-clicking the widget toggels disk usage view on and off
all
- Some documentation changes
-- New background added
v0.2
glassmounter
- Fixed bug, that fonts were updated only after restarting the widget.
- Clicking the device name now mounts the device, if it is not mounted before launching the filemanager
- Device can now be changed with the mouse scroll wheel
glassclock
- Config option for date format added.
- Config option to toggle 12/24 hour time added
- Some layout changes
glasstemp
- Removed Celsius symbol.
all
- Some code clean up. Removed unneccessary calls to redrawWideget() and some redundant function calls
- New background added
Ratings & Comments
1 Comment
Ooops, there is a small bug in glasswifi when displaying kb/s in. To fix, download again v0.6. Sorry about that.