An open API service indexing awesome lists of open source software.

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

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
![alt text](https://raw.githubusercontent.com/LizzyXR/LizzyXR.github.io/refs/heads/main/images/rice.png "👀")
#

### 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)
```