added installing my apps + custom fastfetch + fixes

This commit is contained in:
2026-06-08 23:00:07 -05:00
parent ac0b3447ad
commit ee79809332
9 changed files with 82 additions and 12 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Recordings = Path.home() / "records"
Tmp = tempfile.gettempdir()
def run(cmd):
return subprocess.run(cmd)
return subprocess.Popen(c, shell=True, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
def find_focused_pid(node):
if isinstance(node, dict):