petrichor is a minimal niri setup utilising the bare minimum required to keep it user friendly, functional and clean.
More info will be added later.

- distro: chimera linux
- wm: niri
- bar: waybar
- run: fuzzel
- notif: mako
- term: foot
- shell: yash
- fetch: fetchy
- music: rmpc/spotify
- browser: qutebrowser/helium
- pdf viewer: zathura
- lock: swaylock
- files: yazi/nautilus
- font: personal fork of gohu
- colors are managed by reclr
- script dependencies: brightnessctl, playerctl, graphicsmagick, swww, jq
To install (after installing all the programs listed above (including those linked)) -
git clone https://codeberg.org/oceanicc/petrichor
cd petrichor
xstow -t "$HOME" . # same arguments with stow tooIn the future I might write a tiny helper script for this, but for now stow or xstow work fine.
To uninstall (unstow) -
cd petrichor # wherever you cloned it
xstow -t "$HOME" -D .To use the provided wallpapers -
git switch assets
cp -r wallpapers/* ~/pics/walls/ # wherever you want to save them
git switch main