Dotfiles for rofi, polybar, alacritty and picom. Just copy and paste to get a sleek minimal window manager. The configs are primarily made in bspwm but works on all linux distribution and all window managers with mentioned programs , best for x11 based wm.
Here’s a preview of the setup in action:
- Do re-check all commands before running , dont copy paste.+ Nerdfonts are must , for icon/gylph support , use any nerd font.
set it up , in configs : by checking all nerd fonts in your system and adding your desired
font to config. Many tutorials out there on internet. Change dir to home then run commands --
cd ~
git clone https://github.com/yourusername/dotfiles.gitAfter clonig the repo , delete all .png files and readme file as it is of no use ; You can keep it if you want.
Now if you are on bspwm just these -
mv .config .config-backup
mv config .configIf not on bspwm , just copy the config files of the apps you want and paste in your config directory typically -
cd ~/.config && lsNow replace dir of your installed programs with dir from this repo : if want to change picom -
cd ~
mv config/picom .config/picom
Refer to the directory struct. give below and the programss wiki/manual for more info. And all set , enjoy your riced setup ....
- Alacritty — Terminal emulator
- Polybar — Status bar
- Rofi — Application launcher / menu
- sxhkd — Hotkeys configuration daemon
- Picom — Compositor for X11
- bspwm — Tiling window manager
dotfiles/
├── config
│ ├── alacritty
│ ├── bspwm
│ ├── picom
│ ├── rofi
│ ├── sxhkd
│ └── polybar
├── arch-br-normal.png
├── arch-picom-bg.png
├── arch-picom.png
├── arch-vim-normal.png
└── README.md
Inspired from -
with few tweaks...
Thanks for checking out my dotfiles!
Feel free to fork, tweak, and share improvements.



