added installing my apps + custom fastfetch + fixes
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user