How to write comments within a .conkyrc
config file?
Asked
Active
Viewed 2,112 times
1
-
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 Answers
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
-
2Not working for me on raspbian Buster while commenting out things I don't want conky to process – FedeKrum Nov 06 '22 at 14:30