Updated hyprsolusctl

This commit is contained in:
Ethan Smith-Coss 2024-10-09 18:22:45 +01:00
parent 090f4dc78c
commit d3731b61f9
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
HYPRSOLUS_PATH="/usr/src/hyprsolus"
[[ ! -d "$HYPRSOLUS_PATH" ]] && exit 1
# create cache folder for Hyprland metadata
cache="$HOME/.cache/hyprsolus"