#!/bin/sh # Start the brightness overlay after a short delay so the Wayland/X session # and compositor are ready (autostart often runs before the display is usable). SCRIPT_DIR="$(dirname "$0")" sleep 6 exec "$SCRIPT_DIR/brightness-overlay.py"