mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-25 05:15:41 +02:00
doc: module: backlight: example
This commit is contained in:
parent
839de289ba
commit
52dc372a9f
1 changed files with 11 additions and 0 deletions
|
@ -113,6 +113,17 @@ _/sys/class/backlight_, and uses *udev* to monitor for changes.
|
||||||
: yes
|
: yes
|
||||||
: The backlight device's name (one of the names in _/sys/class/backlight_)
|
: The backlight device's name (one of the names in _/sys/class/backlight_)
|
||||||
|
|
||||||
|
## EXAMPLES
|
||||||
|
|
||||||
|
```
|
||||||
|
bar:
|
||||||
|
left:
|
||||||
|
- backlight:
|
||||||
|
name: intel_backlight
|
||||||
|
content:
|
||||||
|
string: {text: "backlight: {percent}%"}
|
||||||
|
```
|
||||||
|
|
||||||
# SEE ALSO
|
# SEE ALSO
|
||||||
|
|
||||||
*f00bar-particles*(5), *f00bar-tags*(5), *f00bar-decorations*(5)
|
*f00bar-particles*(5), *f00bar-tags*(5), *f00bar-decorations*(5)
|
||||||
|
|
Loading…
Add table
Reference in a new issue