This is meant for Arch based distros. Though I have WIP NixOS config. Dependencies might not be available for other distros.
Type of program | My default choice |
---|---|
Terminal Emulator | foot |
Shell | Fish |
File Manager | lf, pcmanfm |
Web Browser | qutebrowser, firefox |
editor (IDE or something) | Emacs |
Bar | Waybar |
Launcher | rofi |
Compositor | Hyprland |
At hyprland’s startup the script ~/.local/bin/pyrice
will be executed. Go there and edit walls_dir
variable to your own wallpapers directory.
After that you can execute the script from terminal or by pressing Super+ALT+R
or from script hub by pressing Super+Shift+Enter
.
Software riced with pywal [10/11]:
- [X] foot
- [X] rofi
- [X] gtk3 wpgtk
- [ ] gtk4
- [X] qt
- [X] emacs
- [X] qutebrowser
- [X] waybar
- [X] nvim
- [X] hyprland
- [X] zathura
Go to install/README.org to look at the dependencies and other tweaks.
Copy/move all files to your $HOME
directory.
Another way to manage this conveniently is to install stow.
- Move cloned repo into
~/repo-name
. - Backup your
~/.config
and delete everything inside if necessary. - Inside repo directory do
stow .
This will link all files automatically to its corresponding places.