Skip to content

Instantly share code, notes, and snippets.

View ayyvr's full-sized avatar

Lauren ayyvr

View GitHub Profile
@ayyvr
ayyvr / moonlightmenu
Created October 31, 2025 13:28
rofi menu to choose resolution/fps and open moonlight
#!/usr/bin/env bash
set -uo pipefail
err() { printf "[-] %s\n" "$*" >&2; }
info() { printf "[+] %s\n" "$*"; }
have() { command -v "$1" >/dev/null 2>&1; }
# ---- defaults (can be overridden by env or passthrough) ----