This commit is contained in:
acidburn
2023-04-29 21:42:13 -04:00
parent 3fbc7fb07c
commit 5f3afa9bf4
+2
View File
@@ -10,6 +10,7 @@ import subprocess
import requests
import logging
import gdown
import pyautogui
from rich.console import Console
from rich.theme import Theme
@@ -85,6 +86,7 @@ def main():
subprocess.check_call('lxappearance')
# subprocess.check_call('exec zsh', shell=True)
pyautogui.hotkey('win', 'shift', 'r')
################
# END OF MAIN #