icon updates, remove sleep in infinite loop, increase actuation area for the dock

This commit is contained in:
neon443
2025-03-15 19:59:25 +00:00
parent f7458ddbc9
commit 4373233432
2 changed files with 2 additions and 2 deletions

View File

Binary file not shown.

View File

@@ -53,7 +53,7 @@ def getDockHeight():
dockHeight = fullHeight - visibleHeight dockHeight = fullHeight - visibleHeight
percentage = (dockHeight / fullHeight) percentage = (dockHeight / fullHeight)
return percentage+0.03 # increase size return percentage+0.05 # increase size
screenSize = getScreenSize() screenSize = getScreenSize()
@@ -116,4 +116,4 @@ while True:
dockSide = "left" dockSide = "left"
#mouse is at right but bottom half #mouse is at right but bottom half
time.sleep(0.01) # time.sleep(0.01)