Search code examples
conky

How to write comments within .conkyrc config file?


How to write comments within a .conkyrc config file?


Solution

  • Please find below some quick examples:

    -- Comment one
        -- Comment two
    --     Comment three
    --Comment four
    

    You need to use "--" on each line you would like to place a comment on