Regolith Install: Regolith website
Copy-pasted from there:
- Register the Regolith public key to your local apt:
wget -qO - https://regolith-desktop.org/regolith.key | \ gpg --dearmor | sudo tee /usr/share/keyrings/regolith-archive-keyring.gpg > /dev/null
- Add the repository URL to your local apt:
echo deb "[arch=amd64 signed-by=/usr/share/keyrings/regolith-archive-keyring.gpg] \ https://regolith-desktop.org/release-debian-bullseye-amd64 bullseye main" | \ sudo tee /etc/apt/sources.list.d/regolith.list
- Update apt and install Regolith
sudo apt update sudo apt install -y regolith-desktop regolith-compositor-picom-glx sudo apt upgrade
- System Restart (you should now be able to choose Regolith in the ‘gear’ box on the bottom right, during login).
- Install status indicators:
sudo apt install -y i3xrocks-focused-window-name i3xrocks-rofication i3xrocks-info i3xrocks-app-launcher i3xrocks-memory i3xrocks-battery i3xrocks-time
- Install theme
sudo apt-get install -y regolith-look-gruvbox
- Set configuration
mkdir -p ~/.config/regolith2/i3/config.d ln -s ~/Code/personal/regolith-config/Xresources ~/.config/regolith2/Xresources ln -s ~/Code/personal/regolith-config/100_user_config ~/.config/regolith2/i3/config.d/100_user_config