Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-29 00:23:20 +00:00
parent 42ee16d1f0
commit 0b27d7dda4
118 changed files with 277 additions and 228 deletions

View File

@@ -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}}`