#!/bin/bash xrandr | grep " connected" | awk '{print $1}' | xargs -I% xrandr --output % --brightness $1