dotfiles-test/.config/scripts/set_brightness.sh
2024-08-16 11:00:31 +03:00

6 lines
169 B
Bash
Executable File

result="$(brightnessctl set $1)"
current_perc="$(echo "$result" | grep -oP "\d{1,3}(?=%)")"
echo "$result"
echo "\"$current_perc\""
echo "$current_perc" >> /tmp/wobpipe