LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   For SuperKaramba Theme on kde 3.5 (https://www.linuxquestions.org/questions/slackware-14/for-superkaramba-theme-on-kde-3-5-a-790630/)

ROXR 02-21-2010 05:35 PM

For SuperKaramba Theme on kde 3.5
 
I like to ability superkaramba theme for amount of free diskspace that it not work

theme
and I search some command to determine freeDiskSpace or partitions free and used space, as for example for memory
Code:

cat /proc/meminfo | grep 'MemFree:' | sed -e 's/.*: //' and
cat /proc/meminfo | grep 'MemTotal:' | sed -e 's/.*: //'

or for cpu freq.
Code:

cat /proc/cpuinfo | grep 'cpu MHz' | sed -e 's/.*: //'
thanks

edit: bad, this theme get too much resources, too many calls to program, the gadgets or plasmoids of KDE 4 are very smoother.

thanks on all modes

Didier Spaier 02-22-2010 03:40 AM

Conky is your friend ;)

ROXR 02-22-2010 04:44 PM

Quote:

Originally Posted by Didier Spaier (Post 3872337)
Conky is your friend ;)

Ok, conky is well and takes few resources.
Now I will see if I can compile conkyForecast for slackware.
Thanks

Didier Spaier 02-22-2010 05:07 PM

I didn't know conkyForecast, but with this snippet (quoted from my ~/.conkyrc) I display weather forecasting in text mode:

Code:

${color grey}Paris-Le Bourget le ${color}${weather http://weather.noaa.gov/pub/data/obs...etar/stations/ LFPB last_update} TU
${color grey}Température${color}${weather http://weather.noaa.gov/pub/data/obs...etar/stations/ LFPB temperature}°C
${color grey}Couverture nuageuse ${color}${weather http://weather.noaa.gov/pub/data/obs...etar/stations/ LFPB cloud_cover}
${color grey}Pression ${color}${weather http://weather.noaa.gov/pub/data/obs...etar/stations/ LFPB pressure} hPa
${color grey}Vitesse du vent ${color}${weather http://weather.noaa.gov/pub/data/obs...etar/stations/ LFPB wind_speed} km/h
${color grey}Direction du vent ${color}${weather http://weather.noaa.gov/pub/data/obs...etar/stations/ LFPB wind_dir}
${color grey}Humidité ${color}${weather http://weather.noaa.gov/pub/data/obs...etar/stations/ LFPB humidity}%

Creo que se traducen al Castellano no será tan difícil ;)


All times are GMT -5. The time now is 05:32 PM.