From 0c14112d600c97b9df22a3b80830247aca7dbdb8 Mon Sep 17 00:00:00 2001 From: "Celestial.y" Date: Tue, 7 Oct 2025 13:22:36 +0800 Subject: [PATCH] Update scriptdata/uv/README.md --- scriptdata/uv/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scriptdata/uv/README.md b/scriptdata/uv/README.md index 6c8bbfd05..488bc0089 100644 --- a/scriptdata/uv/README.md +++ b/scriptdata/uv/README.md @@ -8,6 +8,8 @@ - They will be installed to the virtual environment `$ILLOGICAL_IMPULSE_VIRTUAL_ENV`. - The default value of `$ILLOGICAL_IMPULSE_VIRTUAL_ENV` is `$XDG_STATE_HOME/quickshell/.venv`. + - The default value of `$XDG_STATE_HOME` is `$HOME/.local/state`. + - Currently we use `env = ILLOGICAL_IMPULSE_VIRTUAL_ENV, ~/.local/state/quickshell/.venv` in `~/.config/hypr/hyprland/env.conf` to set this environment variable. Hyprland seems to have problem dealing with recursive variable so we can not use `$XDG_STATE_HOME/quickshell/.venv` (according to some issues when we were using AGS for illogical-impulse). - See the function `install-python-packages()` defined in `/scriptdata/lib/package-installers.sh` for details. ## How to use the python packages installed through here?