Closed npyl closed 6 years ago
Going with the
adding specific code for macOS or by always compiling conky with correct DEFAULTNETDEV
way. Also, must update wiki so that we never accidentally forget this.
Wiki updated: complete guide for compiling
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.