diff --git a/src/wallpaper.c b/src/wallpaper.c index 54423a8..a1b433e 100644 --- a/src/wallpaper.c +++ b/src/wallpaper.c @@ -106,7 +106,7 @@ static Shader load_shader_from_file(const char *vs_path, const char *fs_path) { } static const char* get_window_title() { - return getenv("DEBUG") != NULL ? "pihkaal-wallpaper-debug" : "pihkaal-wallpaper"; + return getenv("DEBUG") != NULL ? "pkl-wallpaper-debug" : "pkl-wallpaper"; } static char* get_hyprland_socket_path() {