- Shell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo/workflows | ||
| 5d-utilities-git | ||
| oc | ||
| openrgb-aorus | ||
| waifufetch | ||
| waifuwall | ||
| z13-power-git | ||
| .gitignore | ||
| README.md | ||
| setup.sh | ||
Software by Fifthdread
Tools and packages I've made, for any Arch-based distro. Installed with paru.
Install
Add my package repo to paru — one command (adds and syncs the repo, nothing else):
curl -fsSL https://5d.fyi/addrepo | bash
The script only sets up the repo; it doesn't install anything. Prefer not to run a script? Add the repo by hand, then sync:
mkdir -p ~/.config/paru && printf '[fifthdread]\nUrl = https://forgejo.fifthdread.com/Fifthdread/pkgbuilds.git\nSkipReview\n' >> ~/.config/paru/paru.conf
paru -Sy --pkgbuilds
Then install:
paru -S <name>
Keep everything updated with paru -Su.
What's here
waifufetch-git
System info with a waifu logo — a background-removed anime image rendered right in the kitty terminal, from a playlist that fills itself in the background.
paru -S waifufetch-git
Source and details: waifu_fetch
oc-git
A custom fork of opencode — hashline-anchored edits, KV-cache-friendly compaction, and built-in session/DB tools. Compiled single binary.
paru -S oc-git
The fork ships one non-bundled hook plugin (bash-file-op-guard.js). On install/upgrade, this package syncs it into ~/.config/opencode/plugins/ — restart oc to load it. If it didn't (e.g. installed as root without a SUDO_USER), copy /usr/share/oc/plugins/*.js into ~/.config/opencode/plugins/ manually. Details: malventano/oc plugins
Source and details: malventano/oc
z13-power-git
Control for the 2025 ASUS ROG Flow Z13 (GZ302) — a system tray service that
owns all profile switching (Automatic: AC → performance, battery → balanced,
low battery → silent, all configurable; manual picks + lock; KDE notifications),
plus a z13-power CLI and a settings window replacing z13gui: RGB lighting,
fan curves, battery charge limit, panel overdrive, boot sound, telemetry.
Dependencies are pulled automatically; z13gui is no longer needed.
paru -S z13-power-git
The install hook enables + starts the tray service for you. Verify setup with
z13-power diagnose — on a fresh machine: sudo z13ctl setup, then re-login
for the users group.
The settings window also ships as a standalone command (z13-power settings).
Source and details: rog-z13-power-management