Is there any way to display terminal output value on Linux(Ubuntu 20.04) window top bar(GNOME Shell)?

97 Views Asked by At

Is there any way to display terminal output value on Linux(Ubuntu 20.04) window top bar(GNOME Shell) ?first of all i just need to view vnstat -t this outcome continually. this command terminal output like this enter image description here

I tried for using of a tool called "Argos". I Created an Argos script to display the terminal output value as following

#!/bin/bash
echo "$(vnstat -t)"

but it look like this enter image description here.

but i need this type of view enter image description here.

how ever i need to track internet usage(download & upload) by daily is there any way to do this or how to solve this issue.???

0

There are 0 best solutions below