nix-community / home-manager

Manage a user environment using Nix [maintainer=@rycee]
https://nix-community.github.io/home-manager/
MIT License
6.65k stars 1.75k forks source link

bug: hyprpaper socket misplaced (maybe) #5473

Closed Ciflire closed 3 months ago

Ciflire commented 3 months ago

Are you following the right branch?

Is there an existing issue for this?

Issue description

Hi, i'm trying to setup hyprpaper with HM with the following config

  services.hyprpaper = {
    enable = true;
    package = inputs.hyprpaper.packages.${pkgs.system}.hyprpaper;
    settings = {
      ipc = "off";
      splash = true;
      splash_offset = 2.0;
      preload = [ "../../arog.jpg" ];

      wallpaper = [
        "eDP-2,../../arog.png"
        "HDMI-A-1,../../arog.jpg"
      ];
    };
  };

it should be working, services is loaded and active i thought that i could use hyprctl hyprpaper commands but it seems it can't find the socket also it seems that the commit corresponding to the module was almost at the same time hyprland (vaxry) decided to change the sockets locations

Maintainer CC

@khan

System information

- system: `"x86_64-linux"`
 - host os: `Linux 6.9.2, NixOS, 24.11 (Vicuña), 24.11.20240529.ad57eef`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.2`
 - channels(root): `"nixos, nixpkgs"`
 - channels(ciflire): `""`
 - nixpkgs: `/nix/store/qgbn0imyridkb9527v6gnv6z3jzzprb9-source`
Ciflire commented 3 months ago

set ipc=on Also set absolute path