DIR="$HOME/.config/hypr"
RASI="$DIR/rofi/launcher.rasi"

# Run
rofi \
    -show drun \
	-theme ${RASI}
