Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar only shows 20 pixels on right side of screen #251

Open
jdforsythe opened this issue Dec 14, 2021 · 0 comments
Open

Calendar only shows 20 pixels on right side of screen #251

jdforsythe opened this issue Dec 14, 2021 · 0 comments

Comments

@jdforsythe
Copy link

obj.canvas = hs.canvas.new({
x = cres.w-obj.calw-20,
y = cres.h-obj.calh-20,
w = obj.calw,
h = obj.calh
}):show()

This places the left side of the calendar 20px from the right side of my desktop. I had to edit the lua script inside the spoon to move it over. The placement should be configurable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant