Description: DESCRIPTION: Acrylic Monitor based on GlassMonitor v1.1 by Diego Ghersi : http://www.kde-look.org/content/show.php/GlassMonitor+-+DynamicPartition?content=52038
Displayed info: Machine name, distribution, kernel, KDE/QtUptime, CPU: [use, frequency, temp], RAM (use, swap), Process table and partitions info.
The design is pretty much the same, but i modified some of the displayed info to adapt to my needs and added a background image.
USAGE: To change background of theme, right clic / Configure Theme / Change Background, and choose the different background options.
MODIFICATIONS: -Changed name and logo for the monitor. -Changed "Machine" text and info for "Distro" text and info. -Rezised CPU Memory lines for longer names to fit -Modified the CPU graph to display dual core graph and percentage. -Removed Network Info and replaced it with Process Table. -Added custom background for Debian
I've been looking for a good theme to match my greyscale theme I've been working on for my kde installation on debian. I like this theme but it seems 'Distro :' is blank... Any ideas?
Hi, to display the Distro, the monitor uses this command:
lsb_release -d
In my case, this shows:
Description: Debian GNU/Linux testing (lenny)
Then, it uses sed and awk to filter "Description", and shows Debian GNU/Linux only.
Check around that command to see if there's a problem there.
Ratings & Comments
2 Comments
I've been looking for a good theme to match my greyscale theme I've been working on for my kde installation on debian. I like this theme but it seems 'Distro :' is blank... Any ideas?
Hi, to display the Distro, the monitor uses this command: lsb_release -d In my case, this shows: Description: Debian GNU/Linux testing (lenny) Then, it uses sed and awk to filter "Description", and shows Debian GNU/Linux only. Check around that command to see if there's a problem there.