mirror of
https://github.com/neon443/DockPhobia.git
synced 2026-03-11 06:49:12 +00:00
icon updates, remove sleep in infinite loop, increase actuation area for the dock
This commit is contained in:
Binary file not shown.
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user