mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2025-01-27 10:09:49 +01:00
parent
b17d32fdd2
commit
4d5b68b7ad
1 changed files with 2 additions and 1 deletions
|
@ -580,7 +580,8 @@ void CHyprpaper::renderWallpaperForMonitor(SMonitor* pMonitor) {
|
||||||
|
|
||||||
if (*PRENDERSPLASH && getenv("HYPRLAND_INSTANCE_SIGNATURE")) {
|
if (*PRENDERSPLASH && getenv("HYPRLAND_INSTANCE_SIGNATURE")) {
|
||||||
auto SPLASH = execAndGet("hyprctl splash");
|
auto SPLASH = execAndGet("hyprctl splash");
|
||||||
SPLASH.pop_back();
|
if (!SPLASH.empty())
|
||||||
|
SPLASH.pop_back();
|
||||||
|
|
||||||
Debug::log(LOG, "Rendering splash: {}", SPLASH);
|
Debug::log(LOG, "Rendering splash: {}", SPLASH);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue