- picom
- pamixer recommended
- awesome git version
- These are the fonts you need: FiraCode Nerd Font. Recommended
noto-fonts-cjk
. recommended: kitty or alacritty, neovim (with nvchad or your own config), blur and rounded corners in your picom config
git clone https://github.com/lvoidi/dots ~/.config/awesome
cd ~/.config/awesome
# rubato submodule
git submodule init
git submodule update
Change your variables con config/declarations.lua
Modify or add keybinds on config/keys.lua
Add rules on config/rules.lua
Change your color scheme inside theme.lua
Change your bar organization inside ui/bar/init.lua
You can find the configuration for the menu in ui/widgets/menu.lua. To change your username and description, make use
of the file theme.lua and modify theme.username
and theme.description
. If your menu doesn't fit the screen, reduce the font size
of every single piece of text inside of it. A patch allowing screen scaling will come soon!