helmuthdu / conky_colors

CONKY-colors is an easier way to configure Conky
GNU General Public License v3.0
123 stars 39 forks source link

Fix SLS when swap is disabled #22 #37

Closed android-808 closed 11 years ago

android-808 commented 11 years ago

Prevents display being incomplete and errors in console regarding concatenating a nil value.

When no swap is present, display reads N/A. When swap is present, show percentage.

Fixes #22