Wallpaper - ArtStation
showcase.mp4
- Window Manager: awesome-git
- Terminal: alacritty
- Shell: zsh
- Bar: polybar
- Compositor: pijulius-picom
- Editor: neovim(nvchad)
- Browser: firefox
- Firefox CSS: Cascade
- File Manager: nemo
- Application Launcher: adi1090x's rofi
- SDDM theme: Sugar Candy theme for SDDM
- Color scheme: Catppuccin
- Startpage: Chevron
(For yay in Arch Linux)
yay -S --needed awesome-git polybar picom-pijulius-git alacritty betterlockscreen catppuccin-gtk-theme-mocha conky logo-ls lxappearance neovim neofetch papirus-icon-theme feh rofi xidlehook sddm qt5-graphicaleffects qt5-quickcontrols2 qt5-svg
- zsh and ohmyzsh
- brightnessctl
- cool-retro-term with cmatrix used as a screensaver
- neofetch
- neovim
- nemo (file manager)
- redshift
Thanks to ka1ry for testing on different hardware!
Warning
Proceed with caution
git clone https://github.com/MeledoJames/awesome-setup
- Backup your .config folder or make it if it doesen't already exist
cp -r ~/awesome-setup/config/* ~/.config
cp -r ~/awesome-setup/fonts/* ~/.local/share/fonts
fc-cache -v -f
sudo cp -r ~/.config/sddm/sugar-candy /usr/share/sddm/themes/
sudo cp -r ~/.config/sddm/sddm.conf /etc/
systemctl enable betterlockscreen@$USER
cp -r ~/awesome-setup/cmatrix.sh ~/awesome-setup/grubupdate.sh ~/awesome-setup/.xinitrc ~/awesome-setup/.Xresources ~/awesome-setup/.zprofile ~/awesome-setup/.zshrc ~/
You can view all keybindings in awesomewm using Mod + s
Download the wallpaper from the artstation link and put it in your
~/Downloads
Change your latitude and longitude in
~/.config/polybar/weather.py
on lines 80 and 81 and~/.config/redshift/redshift.conf
on lines 60 and 61
Check
~/.config/awesome/autorun.sh
and lines 623 - 630 in~/.config/awesome/rc.lua
for startup programs. Modify to your liking
Theme your remaining apps from the Catppuccin Github
Missing Brightness Icon - Backlight and xbacklight modules
Missing Battery Icon - You probably don't have a battery in which case you can remove the battery module from line 85 of
~/.config/polybar/config.ini
Missing Network Icon - Polybar network wiki
- cd into ~/.mozilla/firefox/(release).default-release/chrome (make chrome folder if it doesen't exist already)
- copy files inside ~/awesome-setup/firefox/chrome to the folder in the above point
- Install Tab center reborn extension -> More details here Cascade
- Get the extension Vimium
- Copy text from firefox/vimium/vimium.css and paste it into "css for vimium ui" in the vimium settings
- Install npm
yay -S npm
sudo npm install http-server -g
- run
http-server ~/.config/chevron/dist/
and visit http://127.0.0.1:8080 in your browser - I've already added this command in autostart (check end of rc.lua)
- If you're on firefox you can use new tab override to change the new tab and home page
- For more details -> Chevron