fix when selected iface goes down see #224
condition to check that net_iface is a correct nic name + smooth switching behaviour
cls.net_iface needs to be cleared after setting the nic
#* If the network graphs color gradient should scale to bandwith usage or auto scale, bandwith usage is based on "net_download" and "net_upload" values
net_color_fixed=$net_color_fixed
#* Starts with the Network Interface specified here.
net_iface=$net_iface
#* Show battery stats in top right if battery is present
show_battery=$show_battery
@ -356,7 +359,7 @@ class Config:
'''Holds all config variables and functions for loading from and saving to disk'''