My personal collection.
If you find any error or you think I need to add something to this readme please send a message to me on reddit
You need to install Polybar and FontAwesome:
Debian
$HOME
-> sudo apt install polybar fonts-font-awesomeUbuntu
$HOME
-> sudo apt install build-essential git cmake cmake-data pkg-config python3-sphinx libcairo2-dev libxcb1-dev libxcb-util0-dev libxcb-randr0-dev libxcb-composite0-dev python3-xcbgen xcb-proto libxcb-image0-dev libxcb-ewmh-dev libxcb-icccm4-dev libxcb-xkb-dev libxcb-xrm-dev libxcb-cursor-dev libasound2-dev libpulse-dev libjsoncpp-dev libmpdclient-dev libcurl4-openssl-dev libnl-genl-3-dev fonts-font-awesome
$HOME
-> git clone --recursive https://github.com/polybar/polybar && cd polybar && mkdir build && cd build && cmake .. && make -j$(nproc) && sudo make installFedora
$HOME
-> sudo dnf install polybar fontawesome-fontsIf you're having trouble I highly recommend you to take a look at polybar repo.
Also you need to download and install these fonts from nerd fonts:
- JetBrainsMono
- Iosevka
To install this font, copy/move to the folder ~/.fonts and run in the terminal:
$HOME
-> fc-cache -fvFirst you need to clone the repo in the $HOME directory:
$HOME
-> git clone https://github.com/Murzchnvok/polybar-collectionor clone to other directory and create a symlink of the folder in the $HOME directory:
$HOME/Projects
-> git clone https://github.com/Murzchnvok/polybar-collection
$HOME
-> ln -s $HOME/Projects/polybar-collection $HOME/polybar-collectionOther option is to copy a config folder to $HOME/.config/polybar/ directory:
$HOME
-> cp -r material $HOME/.config/polybaror create a symlink of the folder in the $HOME/.config/polybar/ directory:
$HOME
-> ln -s $HOME/Projects/polybar-collection/nord $HOME/.config/polybar/If you're using bspwm you need to add something like this to your bspwmrc:
$HOME/polybar-collection/launch.shRemember to keep updated:
$HOME
-> cd $HOME/polybar-collection && git pull- Rofi Collection
- Wallpaper Collection
- Pomotroid (pomodoro app)
- Taskbook (task and notes command line)
Quality is more important then quantity!














