-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat: add dedicated layout for image mode #163
Conversation
Love the new layout for images, looks so clean and works perfectly |
To do:
|
I don't think loop and screenshot buttons should be included in the image layout. As images have no need to be looped and unless the image is non-local then you have no need for a screenshot button. And in the case of a non-local image you really should download the image not screenshot it. |
Fully agreed. |
Looks very nice. 👍 A tiny bit glitchy when advancing to next/previous image in a playlist (the full OSC pops up for a few frames) |
Yeah, I've noticed that as well. Once I get all the elements working correctly, and making sure that the regular layout wasn't affected by this change, I'll start addressing that issue. |
I want to apply |
Yup yup. I'll post an example auto-profile soon. |
OSC height should be decreased in modern-image, right? Since it holds less elements vertically. |
Ya, should be decreased. |
Now it looks OK after applying ab1a762 |
This should do the work: image-display-duration=inf Edit: Initially suggested an auto profile, but since |
@Xurdejl Nice. That's even better. Somehow I missed |
There is no need for an auto profile for this as |
Yeah, I realised shortly after posting it and edited the comment just when I got your notification, great timing haha |
Pinging @Commander07
Pinging @Xurdejl and @Keith94 as well.
Terribly sorry for the bother. Only if you can, could you help me test this please?
This is a restructure of #158
Now there are two layouts:
modern
modern-image
Handled with:
The
is_image()
function determines if the file is an image or not:Test script: /dev_imagemode_layout/modernz.lua