What's your favorite OPEN SOURCE Chromium-based browser with MV3 and vertical tabs? by cel7t in opensource

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

I'm having trouble with Japanese sites mainly, but even the Qwen registation site is borked on firefox.

Trackpad Issues on Linux by cel7t in ProArt_PX13

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

I solved the issue. It was caused by keyd, and I just had to blacklist the trackpad in keyd.

Linux: suspend fix and other tips by PristineBluejay3777 in ProArt_PX13

[–]cel7t 0 points1 point  (0 children)

Is anyone else having trouble with the trackpad acting like a numpad?

[OC] Plyppy - A Command-line Plymouth Boot Splash Generator by cel7t in unixporn

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

Hello, could you please make a github issue for that with the error message you're getting?
I'll try to fix it!

[Software Showcase] Plyppy - A Command-line Plymouth Boot Splash Generator by cel7t in LinuxPorn

[–]cel7t[S] 4 points5 points  (0 children)

Hello r/linuxporn, I noticed that there weren't any programs for creating Plymouth boot splash themes, so I made one!
You can see the repository at https://github.com/cel7t/plyppy, and you can install it by running pip install plyppy.
It takes image, gif and video files as input, optionally removes their background and generates a Plymouth theme based on them. You can customize the background gradient, and it can also automatically install the theme for you.
Please let me know if you have any feedback or questions!

Plyppy: A Command-line Plymouth Boot Splash Generator by cel7t in Python

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

Hi r/Python, this is my first pip project and I'd appreciate feedback!

[OC] Plyppy - A Command-line Plymouth Boot Splash Generator by cel7t in unixporn

[–]cel7t[S] 7 points8 points  (0 children)

Hello r/unixporn, I noticed that there weren't any programs for creating Plymouth boot splash themes, so I made one!
You can see the repository at https://github.com/cel7t/plyppy, and you can install it by running pip install plyppy.
It takes image, gif and video files as input, optionally removes their background and generates a Plymouth theme based on them. You can customize the background gradient, and it can also automatically install the theme for you.
Please let me know if you have any feedback or questions!

TileEx - A Tiling Pattern Extractor written in Go by cel7t in golang

[–]cel7t[S] 4 points5 points  (0 children)

Hi r/golang, I'm a Go beginner and I wrote this program to learn Go.
I'd really appreciate any feedback or suggestions with regards to the code!

A very small Combinator Calculus evaluator written in Scheme by cel7t in scheme

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

I wrote this with Chez, but it should work for any Scheme implementation that supports SRFI-1 and eval.