mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 18:55:36 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Set the screen temperature to 3000K:
|
||||
|
||||
`gummy --temperature {{3000}}`
|
||||
`gummy {{[-t|--temperature]}} {{3000}}`
|
||||
|
||||
- Set the screen backlight to 50%:
|
||||
|
||||
@@ -18,16 +18,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Set the screen pixel brightness to 45%:
|
||||
|
||||
`gummy --brightness {{45}}`
|
||||
`gummy {{[-b|--brightness]}} {{45}}`
|
||||
|
||||
- Increase current screen pixel brightness by 10%:
|
||||
|
||||
`gummy --brightness {{+10}}`
|
||||
`gummy {{[-b|--brightness]}} {{+10}}`
|
||||
|
||||
- Decrease current screen pixel brightness by 10%:
|
||||
|
||||
`gummy --brightness {{-10}}`
|
||||
`gummy {{[-b|--brightness]}} {{-10}}`
|
||||
|
||||
- Set the temperature and pixel brightness for the second screen:
|
||||
|
||||
`gummy --screen {{1}} --temperature {{3800}} --brightness {{65}}`
|
||||
`gummy {{[-s|--screen]}} {{1}} {{[-t|--temperature]}} {{3800}} {{[-b|--brightness]}} {{65}}`
|
||||
|
||||
Reference in New Issue
Block a user