HarveyHunt / i3situation

A replacement for i3status written in Python 3 with support for huge customisability through plugins.
GNU General Public License v3.0
34 stars 5 forks source link

Sugesstion: mentioning what valid .conkyrc should have #18

Closed jpalczewski closed 8 years ago

jpalczewski commented 8 years ago

It might be nice for future users(and would help them to save a bit of time) to specify what "valid conkyrc" file means, i.e. by adding

conky.config = { 
...
 out_to_console = true,
 out_to_x = false,
...
}

to .conkyrc/conky.conf file.

HarveyHunt commented 8 years ago

I've added this in 3160a21006fcc6961f240988874e228a5ec6f18e - thanks.