hyprwm / hyprpaper

Hyprpaper is a blazing fast wayland wallpaper utility with IPC controls.
https://wiki.hyprland.org/Hypr-Ecosystem/hyprpaper/
BSD 3-Clause "New" or "Revised" License
761 stars 55 forks source link

Hyprpaper shows weird text over my wallpaper #180

Closed blueOkiris closed 2 months ago

blueOkiris commented 2 months ago

Over my wallpaper is the text "Say no way, say no way ya, no way!"

I cannot find info about it anywhere except some random person's logs in some unrelated issue talking about the splash screen but splash = false doesn't fix it

It's not in my wallpaper, and it goes away if I kill hyprpaper, so I know it's hyprpaper doing it.

I assume it's some inside joke, but the documentation doesn't make it clear how to fix it or what causes it

My config is this:

preload = /home/dylan/Pictures/Wallpapers/linux-supremecy-2.png
preload = /home/dylan/Pictures/Wallpapers/ww-wave.jpg

wallpaper = DP-3,/home/dylan/Pictures/Wallpapers/linux-supremecy-2.png
wallpaper = eDP-1,/home/dylan/Pictures/Wallpapers/ww-wave.jpg

What am I doing that's causing this?

blueOkiris commented 2 months ago

I finally figured it out

You have to disable splash in BOTH Hyprland AND Hyprpaper

misc::disable_splash_rendering = true in hyprland and splash = false in hyprpaper

If you just do one or the other, it won't work