https://github.com/aniruddhgutta/petrichor
[mirror] the (best) cozy niri setup
https://github.com/aniruddhgutta/petrichor
dotfiles linux niri posix posix-shell wayland
Last synced: about 2 months ago
JSON representation
[mirror] the (best) cozy niri setup
- Host: GitHub
- URL: https://github.com/aniruddhgutta/petrichor
- Owner: aniruddhgutta
- Created: 2025-12-05T00:36:59.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-05-06T11:52:37.000Z (about 2 months ago)
- Last Synced: 2026-05-06T12:16:51.160Z (about 2 months ago)
- Topics: dotfiles, linux, niri, posix, posix-shell, wayland
- Language: Shell
- Homepage: https://codeberg.org/oceanicc/petrichor
- Size: 186 KB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# petrichor
**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.



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