soothing arch linux rice
Info
WM: Hyprland
FM: nemo
Launcher: wofi
Terminal: kitty
Shell: zsh with ohmyzsh
Bar: waybar
Notification: swaync
Make sure that you have yay installed.
yay -S hyprland-git waybar-hyprland lxappearance nemo wofi kitty bibata-cursor-theme catppuccin-gtk-theme-mocha nvim ttf-jetbrains-mono-nerd papirus-icon-theme pavucontrol brightnessctl zsh swaync noto-fonts noto-fonts-cjk noto-fonts-extra pamixer
Just copy .config to ~/.config, and .zshrc to ~/.
Setting themes
Open lxappearance, then set the theme (personally I use the sapphire one). Also set the cursor to Bibata.
Since lxappearance doesn't modify the gtk config, we are going to do it manually.
Open nvim ~/.config/gtk-3.0/settings.ini
, and change gtk-cursor-theme-name to the one you selected in lxappearance.
IMPORTANT also change the gtk configs in /usr/share/gtk-2.0 (and 3.0) For gtk-3.0 it's settings.ini, gtk-2.0 would be gtkrc.
If your browser (e.g Chromium) isn't respecting your cursor theme, open ~/.icons/default/index.theme then change the Inherits
key to the cursor theme you selected in lxappearance.