Meow
Meow
@romanstingler , what kind of environment do you have?
Showcase: music-info ``` #!/bin/bash ## Get data COVER="/tmp/music_cover.png" MUSIC_DIR="$HOME/Music" ## Get status get_status() { if [[ "$(playerctl status 2>/dev/null)" == "Playing" ]]; then echo " " else echo " "...
> 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...
Yeah, it's kind of crazy. But don't rely on `!important`. Create a separate file with the css class and then connect it during initialization, so your solution will be more...
> @Memoraike, since you commented on the other PR, which solution would you prefer? I prefer https://github.com/hyprwm/hyprlock/pull/591, it's more flexible and perfectly solves the problem I faced when developing complex...
Try this > Size - integer value `echo "Xcursor.size: Size" > ~/.Xresources` `xrdb -load ~/.Xresources`