jvc84
jvc84
Faced same issue. If you use wayland, I recommend to switch to: foot + ranger-git + sixel (libsixel) . ```rc.conf``` looks like this: ``` set preview_images true set preview_images_method sixel...
Also installed not so long ago and had this issue. It seems to be some kind of bug, just replace 9th line in `/home/shel5o/.config/hypr/hyprland.conf` with this `background_color = rgba(131313FF)`, for...
You can get notifications like that with ```dunst``` notification daemon and ```exiftool``` to get track info. Use bash script that looks something like this: ``` #!/bin/bash function get_track() { track=$(cat...