zk-phi / symon

Tiny graphical system monitor
289 stars 26 forks source link

Lisp expression? #11

Closed seemsindie closed 9 years ago

seemsindie commented 9 years ago

When i run symon-mode, the prompt comes and asks for Lisp expression, why?

zk-phi commented 9 years ago

argument for function read is probably unexpectedly nil. are you running symon on linux right ?

seemsindie commented 9 years ago

Yes on arch linux 64bit

zk-phi commented 9 years ago

thanks. can you check that -o option for free command is supported on your system ?

seemsindie commented 9 years ago

╭─ivan@development ~
╰─$ free -o free: invalid option -- 'o'

Usage: free [options]

Options: -b, --bytes show output in bytes -k, --kilo show output in kilobytes -m, --mega show output in megabytes -g, --giga show output in gigabytes --tera show output in terabytes -h, --human show human-readable output --si use powers of 1000 not 1024 -l, --lohi show detailed low and high memory statistics -t, --total show total for RAM + swap -s N, --seconds N repeat printing every N seconds -c N, --count N repeat printing N times, then exit -w, --wide wide output

 --help     display this help and exit

-V, --version output version information and exit

For more details see free(1).

zk-phi commented 9 years ago

thanks, I got it, will be fixed soon.

seemsindie commented 9 years ago

Thanks, really nice of you :+1: