You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This file is mostly Windows slop but until my Linux switch it has to stay that way
2
-
3
-
fromPILimportImage
4
1
importsubprocess
5
-
importthreading
6
-
importwin32gui
7
-
importwin32con
8
-
importpystray
9
2
importsignal
10
3
importtime
11
4
importsys
@@ -17,56 +10,37 @@
17
10
configuration=0
18
11
width=0
19
12
height=0
20
-
tray=0
21
13
PORT=54217
22
14
23
-
argumentsCount=len(sys.argv)
15
+
arguments_count=len(sys.argv)
24
16
minimum=False
25
-
stopRequested=False
26
-
hideOnce=False
27
-
program=win32gui.GetForegroundWindow()
28
17
29
-
defnotEnoughArguments():
18
+
defnot_enough_arguments():
30
19
print("[MAIN] Not enough arguments provided")
31
-
print("[MAIN] Usage: liquidWeb configuration (0-1) url fps (0-30) brightness (0-100%) orientation (0-360°) system-tray (0-1) port (Optional. Will use the selected one plus two next ones. Default 54217,54218,54219)")
20
+
print("[MAIN] Usage: liquidWeb configuration (0-1) url fps (0-30) brightness (0-100%) orientation (0-360°) port (Optional. Will use the selected one plus two next ones. Default 54217,54218,54219)")
0 commit comments