View Single Post
Posts: 111 | Thanked: 9 times | Joined on May 2010
#2902
Originally Posted by Switch_ View Post
The uptime widget is DCEW.

Code:
uptime|cut -d" " -f4-|sed 's/\, *load.*//'
By some reason the uptime came automaticly to my desktop when i installed DCEW. Now i'm about to do the script for cpu freq:

awk '{print $1/1000" MHz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq

What i don't understand is where to enter this code?!