-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
widgets: add progress-bar widget implementation #658
base: main
Are you sure you want to change the base?
Conversation
- config: introduce special category and config values for scale - renderer: integrate scale widget into widget creation - scale: implement CScale class with drawing and timer functionality
I think 'progress-bar"/CProgressBar would be a better name. Is the duration purely handled by the animation speed? How do you sync the song's progress with the progress of the shape widget? |
Showcase: music-info
hyprlock.conf
|
I was inspired by eww, but I agree that |
- renamed scale widget to progressbar - updated configuration values for progressbar - modified renderer to use progressbar instead of scale
Adds a new widget type
CScale
. With this widget and functionality in #653 it is now possible to implement such things:Details