Reply To: Conky Mods

Forum › Forums › antiX-development › Graphics › Conky Mods › Reply To: Conky Mods

#7627
BobC
Moderator

    At line 67/68 its pretty well marked in getweather7d.sh. Change the width from 80 to 29 and the number of line to the maximum you can fit. You can probably squeeze in today and tomorrow, anyway. They could probably be passed from the conky as a parameter, or just strung along in the conky code like you did with the current conditions

    		# wrap text for 80 char wide display, limit to 23 lines of output
    		fold -s -w 80 /tmp/getweather7d.tmp90.txt | sed -e '23,$d' > /tmp/getweather7d.tmp99.txt
                               ^^                                       ^^                                  
    

    Here is the link to SEARCH THE FORUM >> http://www.antixforum.com/search-forums