devaun updates/fixes

This commit is contained in:
2026-06-28 14:38:37 -05:00
parent dc0e48048f
commit 06cf856f24
6 changed files with 36 additions and 32 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ def take_screenshot(output_path):
try:
time.sleep(0.2)
freeze = subprocess.Popen(["/opt/bin/wayfreeze"])
freeze = subprocess.Popen([os.path.expanduser("~/.local/bin/wayfreeze")])
time.sleep(0.1)
try: