-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
animation support for background image #632
Comments
found a way to have screensaver on hyprlock
background{
} don't include it and also on general{
hide_cursor= true
ignore_empty_input= true
} i just think hiding the cursor and ignoring empty input are safer
imv -ft 1.5 $HOME/pics/* &
hyprlock -c $HOME/.config/hypr/hyprlock.conf on imv |
Please don't do this. This will break at some point when hyprland stops to rendering the full workspace below session-lock @nothingHereReally There are a bunch of people that use |
To me that is not an "animated background". That is being able to "change the background". |
I would also be interested in simple GIF or MP4 support. Is this the right issue to support or should we create a dedicated one? |
Background reload is supported since #583, so it is available in 0.6.1. |
I would say make a new one, because this issue is already a bit bloated and while "reload" and "animated" are related, they are not the same and would work very different. |
Description
is it already possible to have some screensaver like on hyprlock?
on your wiki page( https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/ ) on Widget list has this statement
Supported image formats are png, jpg and webp (no animations though)
which seems that it's not supported,but on
Background
which has this parameterreload_cmd
and a description ofcommand to get new path. If empty, old path will be used.
with a type ofstr
and the default is[[Empty]]
reload_cmd=$HOME/pics/blah_002.png
( and i also havepath=$HOME/pics/blah_001.png
) and setreload_time=2
,crossfade_time=2
reload_cmd= cmd[update:1000] echo "$HOME/pics/blah_002.png"
( and i also havepath=$HOME/pics/blah_001.png
) and setreload_time=2
,crossfade_time=2
both didn't work( what i expect from reload_cmd is that it should change my background image from blah_001.png to blah_002.png ), or am i using reload_cmd the wrong way, sorry i don't really understand on how to use this reload_cmd, if someone could explain to me the use of it, that would be great
if currently( 2025-1-2 ) hyprlock doesn't support screensaver( to change on multiple images, maybe support gif file ) like feature, please consider adding this feature to hyprlock
The text was updated successfully, but these errors were encountered: