Waybar/man/waybar-backlight.5.scd

84 lines
1.7 KiB
Plaintext
Raw Normal View History

2019-08-24 14:39:46 +00:00
waybar-backlight(5)
# NAME
waybar - backlight module
# DESCRIPTION
The *backlight* module displays the current backlight level.
2019-08-24 20:46:56 +00:00
# CONFIGURATION
2019-08-24 14:39:46 +00:00
2020-04-12 16:41:44 +00:00
*interval*: ++
2019-08-24 14:39:46 +00:00
typeof: integer ++
default: 2 ++
The interval in which information gets polled.
2020-04-12 16:41:44 +00:00
*format*: ++
2019-08-24 14:39:46 +00:00
typeof: string ++
default: {percent}% ++
The format, how information should be displayed. On {} data gets inserted.
2020-04-12 16:41:44 +00:00
*max-length*: ++
2019-08-24 14:39:46 +00:00
typeof: integer ++
The maximum length in characters the module should display.
2021-02-01 16:34:51 +00:00
*min-length*: ++
typeof: integer ++
The minimum length in characters the module should take up.
*align*: ++
typeof: float ++
The alignment of the text, where 0 is left-aligned and 1 is right-aligned. If the module is rotated, it will follow the flow of the text.
2019-08-24 14:39:46 +00:00
2020-04-12 16:41:44 +00:00
*rotate*: ++
2019-08-24 14:39:46 +00:00
typeof: integer ++
Positive value to rotate the text label.
2020-04-12 16:41:44 +00:00
*states*: ++
2019-08-24 14:39:46 +00:00
typeof: array ++
A number of backlight states which get activated on certain brightness levels.
2020-04-12 16:41:44 +00:00
*on-click*: ++
2019-08-24 14:39:46 +00:00
typeof: string ++
Command to execute when the module is clicked.
2019-12-29 04:19:11 +00:00
*on-click-middle*: ++
typeof: string ++
Command to execute when middle-clicked on the module using mousewheel.
2020-04-12 16:35:41 +00:00
*on-click-right*: ++
2019-08-24 14:39:46 +00:00
typeof: string ++
Command to execute when the module is right clicked.
2020-04-12 16:35:41 +00:00
*on-update*: ++
typeof: string ++
Command to execute when the module is updated.
2020-04-12 16:41:44 +00:00
*on-scroll-up*: ++
2019-08-24 14:39:46 +00:00
typeof: string ++
Command to execute when performing a scroll up on the module.
2020-04-12 16:41:44 +00:00
*on-scroll-down*: ++
2019-08-24 14:39:46 +00:00
typeof: string
Command to execute when performing a scroll down on the module.
2020-04-12 16:41:44 +00:00
*smooth-scrolling-threshold*: ++
2019-08-24 14:39:46 +00:00
typeof: double
Threshold to be used when scrolling.
2019-08-24 20:46:56 +00:00
# EXAMPLE:
2019-08-24 14:39:46 +00:00
```
"backlight": {
"device": "intel_backlight",
"format": "{percent}% {icon}",
"format-icons": ["", ""]
}
```
2019-08-24 20:46:56 +00:00
# STYLE
2019-08-24 14:39:46 +00:00
2019-08-24 16:44:29 +00:00
- *#backlight*