dotfiles/hypr/scripts/set-backlight.sh
2023-12-01 16:58:57 +08:00

6 lines
127 B
Bash
Executable File

#!/bin/bash
brightnessctl set $1
notify-send -r 1 "Brightness: $(brightnessctl | grep Current | grep -oP "(?<=\().*(?=\))")"