mirror of
https://github.com/Snigdha-OS/snigdhaos-hyprland-config.git
synced 2025-09-23 21:15:00 +02:00
11 lines
344 B
JSON
11 lines
344 B
JSON
"backlight": {
|
|
"device": "intel_backlight",
|
|
"rotate": ${r_deg},
|
|
"format": "{icon} {percent}%",
|
|
"format-icons": ["", "", "", "", "", "", "", "", ""],
|
|
"on-scroll-up": "brightnessctl set 1%+",
|
|
"on-scroll-down": "brightnessctl set 1%-",
|
|
"min-length": 6
|
|
},
|
|
|