No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Fifthdread (auto) c61d4702e9
All checks were successful
pkg checks / lint PKGBUILDs (push) Successful in 31s
pkg checks / build packages (push) Successful in 30m47s
oc-git: bump to 378.82fc553f2 (auto)
2026-09-21 13:45:02 -04:00
.forgejo/workflows ci: skip oc build in container (bun->github ConnectionRefused; builds on hosts via paru) 2026-09-03 16:08:13 -04:00
5d-utilities-git
oc oc-git: bump to 378.82fc553f2 (auto) 2026-09-21 13:45:02 -04:00
openrgb-aorus openrgb-aorus: bump to 1.0.19.gcd44e41 (generate udev rules at build time) 2026-09-18 20:58:42 -04:00
waifufetch waifufetch-git: bump to 85.bbf0a7d (changelog: v1.43.0 disk module + v1.42.0 backfill — docs only) 2026-09-03 15:26:17 -04:00
waifuwall bump waifuwall-git pkgver to 36.ca8a111 (v1.14.0: -x/--next) 2026-09-04 18:20:22 -04:00
z13-power-git z13-power-git: bump to 60.a2b2c63 (PR #10: feature grid, --version, bounded I/O; custom 5-93W TDP, TV/tablet Quiet; ship z13_power_io.py) 2026-09-08 15:55:20 -04:00
.gitignore
README.md oc-git: ship + sync bash-file-op-guard.js via oc.install (non-bundled plugin) 2026-09-10 11:43:40 -04:00
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