You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
downspeed and upspeed seem not to be working.
The problem is, that when used without arguments (conky -t '$downspeed'), conky shows down/up speed for the default-net-device which is configured by default to eth0 for all Operating Systems in ConkyBuildOptions.cmake. Though, on macOS the default device is en0.
This problem can be easily amended by adding specific code for macOS or by always compiling conky with correct DEFAULTNETDEV.
The text was updated successfully, but these errors were encountered:
downspeed
andupspeed
seem not to be working.The problem is, that when used without arguments (
conky -t '$downspeed'
), conky shows down/up speed for the default-net-device which is configured by default toeth0
for all Operating Systems inConkyBuildOptions.cmake
. Though, on macOS the default device isen0
.This problem can be easily amended by adding specific code for macOS or by always compiling conky with correct DEFAULTNETDEV.
The text was updated successfully, but these errors were encountered: