I am yashraj (snaps a finger)
So does it mean passing --cmd Hyprland > /dev/null
to Tuigreet? If so then that wouldn’t work with my setup, as I use sessions instead of cmd.
Here is how I have it in nixos
services.greetd = {
enable = true;
settings = {
default_session = {
user = "greeter";
command = ''
${getExe' pkgs.unstable.greetd.tuigreet "tuigreet"} \
--time \
--sessions ${cfg.sessionDirs} \
--remember \
--remember-session
'';
};
};
};
The sessionDirs
is this
modules.services.greetd.sessionDirs = ["${hyprlandPackage}/share/wayland-sessions"];
Yeah , no For system logs I have it on quiet but these are for when Hyprland starts. I forgot to mention that.
I know… For a long and I mean long time I had it, but yk I wan’t to hide it just to spice things up.
Yeah you’re right. you’re a lifesaver, was frustrated the whole day abt it. Much love to you.
I am basing my config on this https://github.com/JManch/nixos/blob/main/modules/nixos/services/greetd.nix
And I don’t see 'em using --cmd
only difference I’ve noticed so far is that they use a flake to define the package of hyprland.
ha ha!! take that!
looks amazing!!!
Could I get the hex codes you used for this rice?
lol. I am glad I became privacy conscious before this happened.
Solved it. Just needed to use progressbar and progress classes in style.css. Adding background color did the job.
What? Gosh my network is hell these days.
Hm looks amazing. Tq.
what hyprland blur settings you’re using?
Its solved, see the mentioned link.
Yeah mine also shows global flake:nixpkgs github:NixOS/nixpkgs/nixpkgs-unstable
instead of what I have defined in flake.nix i.e 23.11
Yeah that’s what I am using currently but I was told that by default it follows whatever nixpkgs version is in flake.nix and doing the registry thing is an extra step to make it more systematic. For now I will keep using that.
Alright. Thank you so so so much.
Would you be able to provide an example code? It would help me grasp the concept more effectively.