Answers for "polybar build source"

0

polybar build source

# Make sure to type the `git' command as-is to clone all git submodules too
git clone --recursive https://github.com/polybar/polybar
cd polybar
mkdir build
cd build
cmake ..
make -j$(nproc)
# Optional. This will install the polybar executable in /usr/local/bin
sudo make install
Posted by: Guest on May-01-2022

Browse Popular Code Answers by Language