Using wrapper for pywal inside venv

This commit is contained in:
clsty
2025-02-08 11:18:45 +08:00
parent 68b1dff79f
commit 2c15d6072c
2 changed files with 7 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# A wrapper for pywal inside the virtual env
source $(eval echo $ILLOGICAL_IMPULSE_VIRTUAL_ENV)/bin/activate
#wal "$@"
wal $*
deactivate