Page:
Module: Backlight
Pages
Abrar's Waybar
Add a custom plugin.
Anik's waybar config (super waybar)
Ariacna Æsama
Arkboi
Chocolate & Cream
Configuration
Dynamic wallust powered waybar
ERS’ waybar
Examples
FAQ
Home
Installation
JohanChane's waybar
Module: Backlight Slider
Module: Backlight
Module: Battery
Module: Bluetooth
Module: CFFI
Module: CPU
Module: Cava
Module: Cava: GLSL
Module: Cava: Raw
Module: Clock
Module: Custom
Module: Custom: Examples
Module: Custom: Menu
Module: Custom: Third party
Module: Disk
Module: Dwl
Module: Gamemode
Module: Group
Module: Hyprland
Module: Idle Inhibitor
Module: Image
Module: JACK
Module: Keyboard State
Module: Language
Module: Load
Module: MPD
Module: MPRIS
Module: Memory
Module: Network
Module: Niri
Module: PowerProfilesDaemon
Module: Privacy
Module: PulseAudio Slider
Module: PulseAudio
Module: River
Module: Sndio
Module: Sway
Module: Systemd failed units
Module: Taskbar
Module: Temperature
Module: Tray
Module: UPower
Module: User
Module: WirePlumber
Module: Workspaces
Modules
Simple and Attractive
States
Styling
That's all bitches
Themes
Thos' config based on pywal
Tray Applets
Writing Modules
apachaiz's waybar
d00m1k's configuration
lingllqs's simple dark style configuration
mechabar
mudi4's waybar
new waylyrics
nitrobigchill's waybar
rdk‐codes configuration
waybar config
Clone
Table of Contents
The backlight module displays the current backlight level.
Config
Addressed by backlight
| option | typeof | default | description |
|---|---|---|---|
interval |
integer | 2 | The polling interval (in seconds) for the backlight level. |
format |
string | {percent}% |
The format, how information should be displayed. On {} data gets inserted. |
format-icons |
array | Based on the current screen brightness, the corresponding icon gets selected. The order is low to high. |
|
max-length |
integer | The maximum length in characters the module should display. | |
rotate |
integer | Positive value to rotate the text label. | |
states |
array | A number of backlight states which get activated on certain brightness levels. See States |
|
on-click |
string | Command to execute when clicking on the module. | |
on-click-middle |
string | Command to execute when you middle click on the module using the mousewheel. | |
on-click-right |
string | Command to execute when you right click on the module. | |
on-scroll-up |
string | Command to execute when scrolling up on the module. This replaces the default behaviour of brightness control. | |
on-scroll-down |
string | Command to execute when scrolling down on the module. This replaces the default behaviour of brightness control. | |
smooth-scrolling-threshold |
double | Threshold to be used when scrolling. | |
reverse-scrolling |
bool | false | Option to reverse the scroll direction for devices other than a mouse (touchpad, trackpad, etc) |
reverse-mouse-scrolling |
bool | false | Option to reverse the scroll direction for mice |
scroll-step |
float | 1.0 | The speed in which to change the brightness when scrolling. |
tooltip |
bool | true |
Option to disable tooltip on hover. |
tooltip-format |
string | Text to be displayed in the tooltip |
Format replacements:
| string | replacement |
|---|---|
{percent} |
Screen brightness as a percentage |
{icon} |
Icon, as defined in format-icons. |
Example:
"backlight": {
"device": "intel_backlight",
"format": "{percent}% {icon}",
"format-icons": ["", ""]
}
Style
#backlight
See also
- External screen brightness (using ddcutil)
- Another external screen brightness (using ddcutil too)
- Screen brightness without external scripts (still ddcutil) Note: Can close Monitor OnScreenDisplay each set interval (e.g.: AOC 27G2G8)
- Screen brightness with simple bash script (with ddcutil too)
- Home
- Installation
- Configuration
- Styling
- Examples
- FAQ
- Modules:
- Backlight/Slider
- Backlight
- Battery
- Bluetooth
- CPU
- Cava
- CFFI
- Clock
- Custom
- DWL
- Disk
- Gamemode
- Group
- Hyprland
- Idle Inhibitor
- Image
- JACK
- Keyboard State
- Language
- Load
- MPD
- MPRIS
- Memory
- Network
- Niri
- Power Profiles Daemon
- Privacy
- PulseAudio/Slider
- PulseAudio
- River
- Sndio
- Sway
- Systemd failed units
- Taskbar
- Temperature
- Tray
- UPower
- User
- WirePlumber
- Workspaces
- Writing Modules