1

How to write comments within a .conkyrc config file?

Braiam
  • 1
  • 11
  • 47
  • 78
dankilev
  • 720
  • 2
  • 10
  • 32
  • And that is programming *how*? – tink Feb 19 '21 at 20:17
  • Because with conky you can program a range of monitoring tools. No need to explain in much further. People who use it would understand. – dankilev Feb 19 '21 at 20:36
  • I do understand conky, and I don't find it software development at all, it's a system monitoring tool. Please use [su] or [unix.se] or [ubuntu.se]. – Braiam Feb 19 '21 at 20:40
  • The way I see it, as far you can write comments and instructions it's 100% software development. Thanks – dankilev Feb 19 '21 at 20:45

1 Answers1

1

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

dankilev
  • 720
  • 2
  • 10
  • 32