Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -14,20 +14,20 @@ source: https://github.com/tldr-pages/tldr.git
- Create a new default config:
`conky -C > ~/.conkyrc`
`conky {{[-C|--print-config]}} > ~/.conkyrc`
- Launch Conky with a given configuration file:
`conky -c {{path/to/config}}`
`conky {{[-c|--config]}} {{path/to/config}}`
- Start in the background (daemonize):
`conky -d`
`conky {{[-d|--daemonize]}}`
- Align Conky on the desktop:
`conky -a {{top|bottom|middle}}_{{left|right|middle}}`
`conky {{[-a|--alignment]}} {{top|bottom|middle}}_{{left|right|middle}}`
- Pause for 5 seconds at startup before launching:
`conky -p {{5}}`
`conky {{[-p|--pause]}} {{5}}`