After running niri_install.sh, the system is usable immediately.
This guide is for the next step: making the setup truly yours.
Project:
1) Know What The Script Changed
Primary user-level config target:
~/.config/(synced from the repo)
Shell files:
~/.bashrc~/.zshrc
These are replaced from repo copies, with timestamped backups created first. If you had personal shell customizations, merge them back from backups.
2) Adjust Package Selection At The Source
Niri-install uses package list files so changes are easy to track:
packages/pacman-core.txtpackages/pacman-desktop.txtpackages/pacman-audio.txtpackages/pacman-fonts.txtpackages/pacman-extras.txtpackages/paru-apps.txtpackages/paru-themes.txt
If you fork the repo, this is the cleanest place to tailor what gets installed.
3) Tune Niri + Waybar
For day-to-day UI/UX adjustments, start here:
- Niri config under
~/.config/niri/ - Waybar config under
~/.config/waybar/
Typical edits:
- keybindings
- workspace behavior
- bar modules/order
- clock/network/audio formatting
The script already sets practical bindings (launcher/terminal/browser/file manager), so this stage is refinement rather than rebuild.
4) Theme + Cursor + Environment
The installer writes environment values in:
~/.config/environment.d/10-dracula.conf
This controls variables like:
GTK_THEMEXCURSOR_THEME- Wayland-related app behavior (
MOZ_ENABLE_WAYLAND,QT_QPA_PLATFORM, etc.)
If you swap themes/cursors later, update this file and re-login.
5) Services To Verify
System services:
NetworkManagerbluetoothseatdgreetd
User services:
pipewire.servicepipewire-pulse.servicewireplumber.service
Quick checks:
systemctl status greetd
systemctl --user status pipewire wireplumber
6) Session/Login Tweaks
greetd config path:
/etc/greetd/config.toml
Default command runs Niri via:
dbus-run-session niri
If you want alternate startup commands, this is where to edit them.
7) Keep Your Fork Maintainable
A simple pattern that works well:
- Keep package list changes in
packages/*.txt. - Keep desktop config changes in the repo’s
.config/. - Re-run the installer after major edits to verify reproducibility.
- Commit in small chunks so regressions are easy to isolate.
8) Recommended First Custom Pass
If you just finished install, do these first:
- Merge personal aliases/functions back into shell rc files.
- Adjust Niri keybindings to your muscle memory.
- Trim Waybar modules you do not use.
- Confirm cursor/theme consistency across GTK + Qt apps.
- Reboot once after major service/theme changes.
The goal is not just a pretty desktop; it is a setup you can rebuild quickly and trust.