07-10-2024, 03:11 PM
FYI: In case someone lands here looking for the same thing.
The information presented in the upper right-hand corner of a fresh DSL installation is provided by Conky. Information about Conky can be seen HERE and HERE.
To find your current configuration file location, from a terminal, type conky -v and look for System config file: /etc/conky/conky.conf
Then enter sudo nano /etc/conky/conky.conf to view and edit the file.
I found this section for Networking:
The information presented in the upper right-hand corner of a fresh DSL installation is provided by Conky. Information about Conky can be seen HERE and HERE.
To find your current configuration file location, from a terminal, type conky -v and look for System config file: /etc/conky/conky.conf
Then enter sudo nano /etc/conky/conky.conf to view and edit the file.
I found this section for Networking:
Code:
${color grey}Networking:
Up:$color ${upspeed eth0} ${color grey} - Down:$color ${downspeed eth0}
$hr