We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f0f09 commit 7049fdeCopy full SHA for 7049fde
main.py
@@ -42,6 +42,7 @@
42
sv_ttk.set_theme(theme.lower())
43
bg_color = ttk.Style().lookup(".", "background")
44
45
+
46
# SYSTEM CODE
47
def seticon(win):
48
try:
@@ -92,6 +93,7 @@ def fullredraw(e):
92
93
timer_minutes = int(config["default_minutes"])
94
timer_hours = int(config["default_hours"])
95
96
97
# FUNCTIONS
98
def playBuzzer():
99
playsound(config["sound_path"])
@@ -210,6 +212,7 @@ def setAlwaysOnTop():
210
212
211
213
setAlwaysOnTop()
214
215
216
# WINDOWS
217
def createManagerWindow(saveTimer, current_mins, current_secs, current_hrs):
218
global manager_app_window, config
0 commit comments