mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 19:53:33 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,19 +14,19 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Show the battery icon and set the update interval to 20 seconds:
|
||||
|
||||
`cbatticon --update-interval {{20}}`
|
||||
`cbatticon {{[-u|--update-interval]}} {{20}}`
|
||||
|
||||
- List available icon types:
|
||||
|
||||
`cbatticon --list-icon-types`
|
||||
`cbatticon {{[-t|--list-icon-types]}}`
|
||||
|
||||
- Show the battery icon with a specific icon type:
|
||||
|
||||
`cbatticon --icon-type {{standard|notification|symbolic}}`
|
||||
`cbatticon {{[-i|--icon-type]}} {{standard|notification|symbolic}}`
|
||||
|
||||
- List available power supplies:
|
||||
|
||||
`cbatticon --list-power-supplies`
|
||||
`cbatticon {{[-p|--list-power-supplies]}}`
|
||||
|
||||
- Show the battery icon for a specific battery:
|
||||
|
||||
@@ -34,4 +34,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Show the battery icon and which command to execute when the battery level reaches the set critical level:
|
||||
|
||||
`cbatticon --critical-level {{5}} --command-critical-level {{poweroff}}`
|
||||
`cbatticon {{[-r|--critical-level]}} {{5}} {{[-c|--command-critical-level]}} {{poweroff}}`
|
||||
|
||||
Reference in New Issue
Block a user