SimplyKyle!

Results 110 comments of SimplyKyle!

Actually, you don't need to state that it require the rust toolchain since it has cargo in makedepends(which automatically configures the rust toolchain for you, and you can choose to...

hmm, I can't get `just build-linux` to work, but I could get `just build-linux-nogui` to build? it seems like `build-linux` will also build for windows but I don't have the...

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ferium-git Yep after the latest commit, this now works!

Because that's what people normally do for source packages, enable features if your computer has that functionality. But for binary packages, it's not the normal thing to do Also another...

oh, my apologies. https://aur.archlinux.org/packages/ferium-git https://aur.archlinux.org/packages/ferium-gui-git And the `ferium-gui-bin` dependencies is set to `gtk3`! Thanks so much for your help, I still need to learn a lot about AUR packaging!

`--verbose` Yes, just the latest version would be enough Also, it would be great if this behavious can be enabled in config, instead of having to pass the `--verbose` time...

Ah yes the age old problem I guess it's ok to print out the first download Since it's not that big of an issue

Yep, normally release description are served as small changelogs

`printf "[general]\nframerate=60\nbars = 7\n[output]\nmethod = raw\nraw_target = /dev/stdout\ndata_format = ascii\nascii_max_range = 7\n" | cava -p /dev/stdin | sed -u 's/;//g;s/0/▁/g;s/1/▂/g;s/2/▃/g;s/3/▄/g;s/4/▅/g;s/5/▆/g;s/6/▇/g;s/7/█/g; '` A better performance version(since the original one costed cpu...

similar behaviour found in https://github.com/otsaloma/catapult a rust port of ulauncher also shares it https://github.com/diced/dlauncher all three are gtk-based app launchers https://github.com/diced/dlauncher/tree/trunk/data/ui check the gtk code if you want ( ![image](https://user-images.githubusercontent.com/68589851/216768366-2b136a0a-a282-4054-93b6-d5c80b205615.png)...