Would you be able to provide an example code? It would help me grasp the concept more effectively.
I am yashraj (snaps a finger)
Would you be able to provide an example code? It would help me grasp the concept more effectively.
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.
Solved it. Just needed to use progressbar and progress classes in style.css. Adding background color did the job.
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.
Yeah thats what I am going to use cuz before when I was using jetbrainsmono I had all the bold, bold_italic etc and suddenly just removing em all doesn’t feel good to me.
Yep totally for satisfaction!
Gotcha. One last thing. Do I need to define helper colors as well? currently I am not doing that, but it is defined in the adw styleguide. Ain’t no way gruvbox has that much color varieties so what’s your suggestion?
Um actually no. the prompt sets the placeholder text in the search bar (top bar with search icon).
Thanks for the replies. The issue seems to be with the stable branch version and is fixed in the unstable branch. The maintainer has opened a request to backport those changes to stable branch as well.
Hmm that’s a good one.
lol
OMG you’re so right. I didn’t look at the last commit date. I just saw “RUST” and my mind said “yes”. Didn’t consider anything else. Well I use nixos and so can’t use two_percent. I am gonna wait for a while for any update or will move back to fzf then. Thank you for pointing it out, otherwise I would have been in hopes that my issue will get answered on github lol.
Actually this happened. I just read this issue https://github.com/Misterio77/nix-starter-configs/pull/73
OpenNutriTracker I use it for my daily intake tracking. Not sure if it’s actively maintained or not atleast last commit was 2 months ago.