nixdots/config/waybar/scripts/backlight-hint.sh
2025-10-18 17:35:04 +03:00

12 lines
238 B
Bash
Executable file

#!/bin/bash
yad --width=100 --height=100 \
--center \
--fixed \
--title="Backlight" \
--no-buttons \
--timeout=10 \
--timeout-indicator=bottom \
yad \
--text="\nScroll your mouse wheel to change \n the backlight of the monitor." \