mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 02:56:02 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user