fn showfreq { echo -n 'freq:' `{ cat /sys/devices/system/cpu/cpu[01]/cpufreq/scaling_cur_freq | sed 's/.....$//g' |tr ' ' ' '} } mkrbar showfreq &