logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

backlight - This module reads monitor backlight status

Configuration

┌──────┬────────┬─────┬────────────────────────┐ │ NameTypeReqDescription │ ├──────┼────────┼─────┼────────────────────────┤ │ name │ string │ yes │ The backlight device's │ │ │ │ │ name (one of the names │ │ │ │ │ in │ │ │ │ │ /sys/class/backlight) │ └──────┴────────┴─────┴────────────────────────┘

Description

This module reads monitor backlight status from /sys/class/backlight, and uses udev to monitor for changes.

Examples

bar: left: - backlight: name: intel_backlight content: string: {text: "backlight: {percent}%"}

Name

backlight - This module reads monitor backlight status

See Also

yambar-modules(5), yambar-particles(5), yambar-tags(5), yambar-decorations(5) 2024-04-20 yambar-modules-backlight(5)

Tags

┌────────────┬───────┬──────────────────────────────────────────────────────────────────────────────────┐ │ NameTypeDescription │ ├────────────┼───────┼──────────────────────────────────────────────────────────────────────────────────┤ │ brightness │ range │ The current brightness level, in absolute value │ ├────────────┼───────┼──────────────────────────────────────────────────────────────────────────────────┤ │ percent │ range │ The current brightness level, in percent │ └────────────┴───────┴──────────────────────────────────────────────────────────────────────────────────┘

See Also