Conky-for-macOS / conky-for-macOS

macOS port of the Light-weight system monitor for X.
https://github.com/Conky-for-macOS/conky-for-macOS/wiki
GNU General Public License v3.0
157 stars 9 forks source link

downspeed and upspeed don't work #26

Closed npyl closed 6 years ago

npyl commented 6 years ago

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.

npyl commented 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.

npyl commented 6 years ago

Wiki updated: complete guide for compiling