2 lines
303 B
Bash
2 lines
303 B
Bash
( while echo "RAM:$(free -h | awk '/^Mem:/ {print $3 "/" $2}') DiskFree:$(df -Ph | grep "/root" | awk {'print $4"/"$2'}) Vol:$(amixer get Master | tail -1 | awk '{ print $5 }' | tr -d '[]') $(date '+%e %b %Y %a %k:%M')"; do sleep 1; done ) | creek -fn Terminus:size=18 -hg 18 -nf 0xffffff -nb 0x000000
|