hyprpaper
hyprpaper copied to clipboard
Hyprpaper is a blazing fast wayland wallpaper utility with IPC controls.
Hello everyone, I'm opening this topic to discuss what is the best way to change wallpaper in hyprpaper: This is how I do it right now, basically reset the hyprpaper.conf...
For ease of use, hyprpaper should automatically preload any wallpaper you try to use if it is not already preloaded. Additionally, whenever this automatic preload gets triggered, it should unload...
This is a humble request to add support for animated backgrounds, there are some other utilities. I like to see a efficient wallpaper utility like hyprpaper support animated wallpapers.
Hyprpaper uses too much memory as you add more and more preload targets. An ability to use it in without preload and applying the wallpaper immediately would greatly help! Thanks
According to the guide, preloading should take "This can result in around 8 - 20MB of mem usage", but for me hyprpaper uses around 1.8gb, what is kinda weird, especially...
If I send ipc requests too rapidly, hyprpaper segfaults in a variety of places (curiously, often in `vnsprint`), or gets a bus error. I have a script to load a...
In the [Hyprland Wiki](https://wiki.hyprland.org/Configuring/Variables/#misc) there's options to change the splash's color and font family. Hyprpaper includes the option to have a splash, but it doesn't have these configuration options for...
I'm using the latest `Hyprpaper` from git ( `built from commit 1013a80608891f120184aa7c1a7cfde04bfc96fb` ) and when I run the following commands I seem to get a double output on the last...
Memory leak?
This is my script for slide show: ```bash #!/bin/sh # while (true); do sleep 4 LOOP_COUNT=1 ls -1 ~/Obrazy/Wallpapers | grep -v webp | grep -v mp4 | shuf |...
I built Hyprpaper from source and it crashes with sigsev. I was able to pin the issue to [this line](https://github.com/hyprwm/hyprpaper/blob/1013a80608891f120184aa7c1a7cfde04bfc96fb/src/Hyprpaper.cpp#L176C13-L176C21) using gdb and print statements it works without that line...