From 83c9f98d0ac6a3e3bf09b9fe2edd9e50b4a029e3 Mon Sep 17 00:00:00 2001 From: "Celestial.y" Date: Tue, 7 Oct 2025 13:42:27 +0800 Subject: [PATCH] Fix typo --- scriptdata/uv/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptdata/uv/README.md b/scriptdata/uv/README.md index 7fa0afe29..91e7d9720 100644 --- a/scriptdata/uv/README.md +++ b/scriptdata/uv/README.md @@ -12,7 +12,7 @@ - Currently we use `env = ILLOGICAL_IMPULSE_VIRTUAL_ENV, ~/.local/state/quickshell/.venv` in `~/.config/hypr/hyprland/env.conf` to set this environment variable.[^1] - See the function `install-python-packages()` defined in `/scriptdata/lib/package-installers.sh` for details. -[^1]: Hyprland seems to have weird problem dealing with recursive variable, so we can not use `$XDG_STATE_HOME/quickshell/.venv`. else `$XDG_STATE_HOME` will possibly not expanded but recognised as literally `$XDG_STATE_HOME`. This problem never happens for some users, but according to some issues when we were using recursive variable setting in the past, it's possible to happen for other users. Reason unknown. +[^1]: Hyprland seems to have weird problem dealing with recursive variable, so we can not use `$XDG_STATE_HOME/quickshell/.venv`, else `$XDG_STATE_HOME` will possibly not expanded but recognised as literally `$XDG_STATE_HOME`. This problem never happens for some users, but according to some issues when we were using recursive variable setting in the past, it's possible to happen for other users. Reason unknown. ## How to use the python packages installed through here?