Jump to content


TheyLive

Member Since 25 Jul 2018
Offline Last Active 24 May 2020 10:46
-----

Topics I've Started

Command line for current internet download rate.

28 July 2018 - 11:58

Hi!

 

Is there command line for show current download rate.

Ideally, I need simple one number [Mbit per second]


Show command line output in first infobar

27 July 2018 - 10:53

Hi!

 

[OpenPLI 6.2]

 

Please, help me show command line output in infobars.

For example, CPU tempearature in milli Celsius degrees from command

cat /sys/class/thermal/thermal_zone0/temp

Or, for example, active memory in kB

cat /proc/meminfo | grep -m1 Active | awk '{ print int($2) }'

And so on