mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pages/*: add and update Indonesian translations * common/ls, windows/comp: fix Indonesian translations * Update comp.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update comp.md --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
16 lines
383 B
Markdown
16 lines
383 B
Markdown
# brightness
|
|
|
|
> Tampilkan dan ubah pengaturan tingkat pencahayaan (brightness) untuk layar monitor internal maupun eksternal.
|
|
> Informasi lebih lanjut: <https://github.com/nriley/brightness>.
|
|
|
|
- Tampilkan tingkat pencahayaan saat ini:
|
|
|
|
`brightness -l`
|
|
|
|
- Ubah tingkat pencahayaan secara spesifik:
|
|
|
|
`brightness {{0..1}}`
|
|
|
|
- Ubah tingkat pencahayaan menjadi 50%:
|
|
|
|
`brightness {{0.5}}`
|