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 for calendar referenced in #34 and #29 #36

Closed android-808 closed 11 years ago

android-808 commented 11 years ago

Fixes calendar mode options for distros based on Ubuntu that are using bsdmainutils version of cal. Util-linux uses a small case option for defining if the week starts on Monday/Sunday, bsdmainutils uses a capital letter for the option.

If the Ubuntu fix is incorrectly specified on a util-linux distro, the console output is displayed in conky's output. If Ubuntu fix is not specified on a bsdmainutil distro, no info is ouput.

Issue referenced in #34 and #29