-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
image: add reload options #247
Conversation
how to this visualizer in hyprlock |
nohow, it's processed cava raw output, you can check this python example particularly what you see on video, is futher processing of array (bar lengths) to print |
I only need cava when run music and also need hide the all things when music run only see the art and cava |
you need a wrapper script that will launch hyprlock with different config when something is playing, like #!/usr/bin/bash
if [[ $(playerctl status) == Playing ]]; then
hyprlock --config ~/.config/hypr/music.conf
else
hyprlock
fi as for cava, I suggest using Shape widget with |
Please Can you send music.conf with cava |
just use Shape with same size and position you will launch cava at, nothing special for example, 1920x1080 monitor: hyprctl dispatch -- exec "[float; size 600 200; move 660 740; noborder; noshadow; rounding 0] SDL_VIDEODRIVER=wayland SDL_VIDEO_ALLOW_SCREENSAVER=1 cava" before launching hyprlock, and shape {
size = 600, 200
position = 660, 140
halign = none
valign = none
xray = true
} I also suggest setting |
Thanks |
close #225
reload_time
- interval in secs to reload, if 0 can be reloaded withSIGUSR2
reload_cmd
- command to obtain new path, if empty reuse default onenot sure with option names (as always)
considering that only png is supported, I guess main usecase should be converting and then
killall -USR2
in script, if album arts for examplereload.mp4
mostly copied from label widget