Conky Variable Configuration Settings? (for graphs)

Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite Is it possible to alternate configuration settings in a single conky coniguration file? The problem I have is that I want visible scales on some graphs, but not all. This involves the show_graph_scale , which can be set to either 'yes' or 'no'. Currently I run multiple instances of conky to achieve what I want, but conditional lines (e.g. if_running ) cause them to overlap in some situations. Not exactly a perfect fix. configuration settings conky share | improve this question asked Mar 31 at 16:13 zaruvi 47 9 Can you provide conky version? conky --version | head -n1 â WinEunuuchs2Unix Mar 31 at 16:47 Conky 1.9.0 compiled Wed Feb 19 18:44:57 UTC 2014 for Linux 3.2.0-37-generic (x86_64). Is it possible for newer versions? I looked over the documentation and didn't find anything. â zaruvi Mar 31 at 20:02 ...