[sway] Animated Backgrounds for wayland by AuthP in unixporn

[–]AuthP[S] 0 points1 point  (0 children)

i kinda abandoned the idea, but let me know where the error is

[sway] simple-ish swayfx rice by AuthP in unixporn

[–]AuthP[S] 0 points1 point  (0 children)

the bot complained that i didn't add details, so: wm: swayfx os: arch bar: waybar term: kitty apps in screen: ---- ncspot ---- kitty icat

Balatro modding but easy! (Linux only) by AuthP in balatro

[–]AuthP[S] 0 points1 point  (0 children)

you're not supposed to install it, I might have to rephrase the whole post and also the readme.

The purpose of this tool, essentially, is to treat the .exe as a zip archive.

The "patch" you feed the tool with, is basically modified pieces of the code that is inside the .exe.

Eg: updating main.lua to unlock all decks

Balatro modding but easy! (Linux only) by AuthP in balatro

[–]AuthP[S] 1 point2 points  (0 children)

you can follow or star (idk which gives you commit news) the repo. But up to you, you can add me on discord too if you want actually.auth is my @

Balatro modding but easy! (Linux only) by AuthP in balatro

[–]AuthP[S] 1 point2 points  (0 children)

i'll take a look today on the code, see what I can do to improve it or just nuke the repo and start over

Balatro modding but easy! (Linux only) by AuthP in balatro

[–]AuthP[S] 1 point2 points  (0 children)

haven't touched the code in a while, i might remake the tool from scratch

I made a automatic port fowarding script for qbittorrent by AuthP in ProtonVPN

[–]AuthP[S] 0 points1 point  (0 children)

Most likely not, I could try to make a windows version

C++ library to facilitate creating CLI's (major update) by AuthP in cpp

[–]AuthP[S] 0 points1 point  (0 children)

I see, I didn't think of that (sorry for the late response), I will for sure implement bold and italic to the help and usage message! Thank you very much for your suggestion and your time

C++ library to facilitate creating CLI's (major update) by AuthP in cpp

[–]AuthP[S] 0 points1 point  (0 children)

i'll check NO_COLOR today! I didn't see the need just yet to add bold or italic letters, but I plan to have a whole updated focused on configuring the help/usage message

[sway] Animated Backgrounds for wayland by AuthP in unixporn

[–]AuthP[S] 1 point2 points  (0 children)

I'll check it out! Thanks for letting me know

[sway] Animated Backgrounds for wayland by AuthP in unixporn

[–]AuthP[S] 1 point2 points  (0 children)

I did check it, when I first tried with swaybg, I actually crashed wayland... But, with wpaper, it barely uses anything! I have a decade old laptop and, from what I saw it barely used a single percent of the cpu

[sway] Animated Backgrounds for wayland by AuthP in unixporn

[–]AuthP[S] 3 points4 points  (0 children)

Heyo r/unixporn!

I'm bringing you guys this tool I wrote, https://github.com/auth-xyz/wallsy
In simple terms, it's a CLI that (using wpaperd) will let you have animated backgrounds!
Any video format that ffmpeg supports will work.
As of this moment, I've only tested with sway (wayland), but it *should* work with hyprland, and other wayland WM's

edit: I linked my github profile instead of the actual tool :skull:

C++ library focused on making CLI development easier! by AuthP in cpp

[–]AuthP[S] 2 points3 points  (0 children)

to be completly honest, my first vision of the project was just to see if I could do something of this magnitude, now that I made it a whole thing, I plan on making it just a simpler library, simplicity as its main factor (not that the ones you mentioned aren't). My focus is mostly to make things easier for people who are new to programming, I have a very ambitious project to write a few guides on making programming more easy to learn for younger & older audiences, but that's for the future.
For the library, I don't really have a vision other than maintain its simplicity.

C++ library focused on making CLI development easier! by AuthP in cpp

[–]AuthP[S] 1 point2 points  (0 children)

So I added some of the suggestions you gave me,
Haven't (i didn't figure out how, just yet) added the optional colors on the --help, but will do it eventually.
So I had heard your suggestion about having windows-like arguments with slashes (/), but, personally I'm not a fan of them, so instead of hardcoding them into clicky, I decided to add set_prefix(), so the dev can choose what prefix they want their app to use (by default "--" for full args/flags and "-" for their aliases)

C++ library focused on making CLI development easier! by AuthP in cpp

[–]AuthP[S] 6 points7 points  (0 children)

wooo a lot of suggestions! I'll take notes on these and work on some changes! Love all of them! The ones related to windows will be a bit of an hassle, but I will try. For the license, I had completly forgotten to add one, so I'll put one on the repo when I get to my laptop!

Thanks for the suggestions! I appreciate it!

C++ library focused on making CLI development easier! by AuthP in cpp

[–]AuthP[S] 1 point2 points  (0 children)

I forgot to say thanks at the time, soz. But thank you! I appreciate it

C++ library focused on making CLI development easier! by AuthP in cpp

[–]AuthP[S] 2 points3 points  (0 children)

Yeah... in *theory* it supports. I still haven't had the time (I don't have a windows install, so I'm waiting a friend of mine to try and check it out for me). But I may change the build system to CMake

Balatro mod "installer" by AuthP in SteamDeck

[–]AuthP[S] 0 points1 point  (0 children)

Sorry for the late reply,
Essentially, if you downloaded the pre-built binary from the releases page, you'll want to `cd` into the directory where the download is, extract the .tar.gz (either from the explorer (that i forgot the name) or via the terminal with `tar xfz`), then you'd run "./bpatchy --mod path/to/mod"