https://github.com/lizzyxr/niri-rice
my personally customized niri rice, clone --> move folders --> done
https://github.com/lizzyxr/niri-rice
arch helix linux linux-rice niri rice swaylock tofi trmt waybar
Last synced: 2 months ago
JSON representation
my personally customized niri rice, clone --> move folders --> done
- Host: GitHub
- URL: https://github.com/lizzyxr/niri-rice
- Owner: LizzyXR
- Created: 2025-10-17T15:00:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-08T16:27:54.000Z (7 months ago)
- Last Synced: 2025-12-11T17:18:27.727Z (7 months ago)
- Topics: arch, helix, linux, linux-rice, niri, rice, swaylock, tofi, trmt, waybar
- Language: Shell
- Homepage:
- Size: 15.6 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my niri rice
repositories: [niri](https://github.com/YaLTeR/niri),[waybar](https://github.com/Alexays/Waybar),[trmt](https://github.com/cenonym/trmt),[tofi](https://github.com/philj56/tofi),[helix](https://helix-editor.com/),[swww](https://github.com/LGFae/swww),[swaylock](https://github.com/swaywm/swaylock),[fastfetch](https://github.com/fastfetch-cli/fastfetch),[mako](https://github.com/emersion/mako)
# Preview

#
### required packages for arch (fedora, nix or deb-based package names may vary)
```
sudo pacman -S niri waybar kitty mako helix xwayland-satellite swaylock swww nwg-look fastfetch gammastep --needed
paru/yay -S tofi trmt wl-color-picker --needed
```
```
cd ~/
git clone https://github.com/lucysixsixsix/niri-rice
cd niri-rice/config
cp -r helix kitty niri tofi trmt walls waybar fastfetch mako gammastep ~/.config/
cd ../gtk-themes/theme
sudo cp -r GTK_THEME /usr/share/themes
cd ../gtk-themes/icons
sudo cp -r GTK_ICONS /usr/share/icons
```
# done!
### optional
#### see password when prompted
```
sudo visudo (press 'i' to start typing)
find the line that begins with Defaults, it might be Defaults env_reset or a similar line (Example: Defaults env_reset,pwfeedback)
add ,pwfeedback to the end of that line, or add a new line with just Defaults pwfeedback
save (press escape, press ':' and type wq)
```