#!/bin/bash yad --progress --image=display-brightness-symbolic --splash --no-buttons --on-top --no-focus --undecorated --text='Brightness' --text-align=center --sticky --percentage=$(( $(brightnessctl get) * 100 / $(brightnessctl max) )) --no-escape --borders=10 --skip-taskbar --center