[-] innocentz3r0@programming.dev 1 points 1 week ago

It's custom ascii art. I got it from archwiki. You can change the image/text used in fastfetch config

[-] innocentz3r0@programming.dev 2 points 2 months ago* (last edited 2 months ago)

Thanks for the kind words! For dotfiles, I used org-babel for a long time, keeping a literate config. Now I use a git repo to hold everything with a script to pull in whatever I think is necessary. That said, one of the long term plans for supac is to add dotfile management as well, something like nix-wrapper does it. Although it will certainly take some time before we get there.

[-] innocentz3r0@programming.dev 1 points 2 months ago

I agree and I tried hyprlock, but the issue is it doesn't fork from the calling tty, therefore when I use it as a pre-hook for suspend it just leaves the laptop open and then I have to unlock it and then the laptop goes to sleep.

gtklock and swaylock both support detaching from tty. I used gtklock but it had failures with multiple monitors on occasion, so I switched back to swaylock.

[-] innocentz3r0@programming.dev 1 points 2 months ago

Ah yes, I came across this when someone else pointed it out as well. The project looks neat, ngl. supac also shares some goals along these lines, but dcli looks more mature. I still prefer supac (it's my project duh) because supac allows you to script in nushell, which lets you do interactive development (if you use nushell as your shell, which you absolutely should!). I also don't prefer something like YAML for config, but since it's extensible with lua, I guess it makes sense to go with a config language as well. I do think the end goals are different, I try to orient supac to be a nix alternative but with integrated package management across different package managers. Also, supac is simpler in principle because a lot of the complexity is shifted to accompanying libs in nushell (such as systemd unit integration).

Not to mention, with a couple of lines of nushell code you can probably import all your yaml configs from dcli into supac :)

[-] innocentz3r0@programming.dev 1 points 2 months ago

I'd rather just use nix 🙃

[-] innocentz3r0@programming.dev 1 points 2 months ago

Yep, it should cover you alright! I use all the 5 package managers mentioned here (hence the order :p). Scriptability and post hooks in particular make it even better (cloning/copying dots, activating systemd units, other stuff, etc).

view more: ‹ prev next ›

innocentz3r0

joined 8 months ago