mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 16:53:33 +00:00
Update cheatsheets
This commit is contained in:
33
linux/gummy
Normal file
33
linux/gummy
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# gummy
|
||||
|
||||
> Screen brightness/temperature manager for Linux/X11.
|
||||
> More information: <https://github.com/Fushko/gummy>.
|
||||
|
||||
- Set the screen temperature to 3000K:
|
||||
|
||||
`gummy --temperature {{3000}}`
|
||||
|
||||
- Set the screen backlight to 50%:
|
||||
|
||||
`gummy --backlight {{50}}`
|
||||
|
||||
- Set the screen pixel brightness to 45%:
|
||||
|
||||
`gummy --brightness {{45}}`
|
||||
|
||||
- Increase current screen pixel brightness by 10%:
|
||||
|
||||
`gummy --brightness {{+10}}`
|
||||
|
||||
- Decrease current screen pixel brightness by 10%:
|
||||
|
||||
`gummy --brightness {{-10}}`
|
||||
|
||||
- Set the temperature and pixel brightness for the second screen:
|
||||
|
||||
`gummy --screen {{1}} --temperature {{3800}} --brightness {{65}}`
|
||||
Reference in New Issue
Block a user