Skip to content

Dotfiles for Arch ricing with Awesome WM for Public and Private use

Notifications You must be signed in to change notification settings

sleepy-coder-101/Arch-Rice-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

My Arch Setup 💻

About the setup

"Neofetch"

"Picom background blur"

This ricing setup uses the Awesome window manager with Alacritty as terminal and Rofi as window switcher, with Picom as compositor for those cool looking background blurs. It also features a Polybar with basic styling. All of them uses the dracula theme.

Instruction

Just move the .config file into the '~' (home) directory or move its contents into ~/.config/

Installation

  1. Clone the repo
git clone https://github.com/sleepy-coder-101/Arch-Rice-1
  1. Install the required packages
sudo pacman -S awesome alacritty neovim picom polybar rofi xsel neofetch 

sudo pacman -S ttf-nerd-fonts-symbols ttf-font-awesome ttf-jetbrains-mono 
  1. Copy the downloaded config files into the .config folder
cp -rf ~/Arch-Rice-1/.config/* ~/.config/

Useful Links