update scripts to use the new python interpreter

This commit is contained in:
Zeyad Moustafa Kamal
2025-02-03 19:20:12 +02:00
parent 77edac927d
commit 307b2e33ab
4 changed files with 8 additions and 4 deletions
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
#!/usr/bin/env -S\_/bin/sh\_-xc\_"exec\_\$ILLOGICAL_IMPULSE_VIRTUAL_ENV/bin/python\_-E\_"\$0"\_"\$@""$ ./generate_colors_material.py
import argparse
import math
import json
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
#!/usr/bin/env -S\_/bin/sh\_-xc\_"exec\_\$ILLOGICAL_IMPULSE_VIRTUAL_ENV/bin/python\_-E\_"\$0"\_"\$@""$ ./get_keybinds.py
import argparse
import re
import os
@@ -1,5 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env -S\_/bin/sh\_-xc\_"exec\_\$ILLOGICAL_IMPULSE_VIRTUAL_ENV/bin/python\_-E\_"\$0"\_"\$@""$ ./wayland-idle-inhibitor.py
import sys
from dataclasses import dataclass
from signal import SIGINT, SIGTERM, signal
+3
View File
@@ -17,5 +17,8 @@ env = QT_QPA_PLATFORMTHEME, qt5ct
# ######## Screen tearing #########
# env = WLR_DRM_NO_ATOMIC, 1
# ######## Virtual envrionment #########
env = ILLOGICAL_IMPULSE_VIRTUAL_ENV, ~/.local/state/ags/.venv
# ############ Others #############