brightness=$(cat /sys/class/backlight/acpi_video0/actual_brightness) temp=$(hyprctl hyprsunset temperature 2>/dev/null | grep -o '[0-9]\+') if [ -z "$temp" ]; then temp=6000; fi echo "$brightness $temp"