#!/bin/sh hyprctl version 2>/dev/null | head -n1 | awk '{print $1 " " $2}' > "$HOME/.cache/hyprland-version"