Skip to content

kjw1985/polybar-collection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polybar Collection

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

Getting Started

Prerequisites

You need to install Polybar and FontAwesome:

Debian

$HOME
-> sudo apt install polybar fonts-font-awesome

Ubuntu

$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 install

Fedora

$HOME
-> sudo dnf install polybar fontawesome-fonts

If 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 -fv

Installing

First you need to clone the repo in the $HOME directory:

$HOME
-> git clone https://github.com/Murzchnvok/polybar-collection

or 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-collection

Other option is to copy a config folder to $HOME/.config/polybar/ directory:

$HOME
-> cp -r material $HOME/.config/polybar

or 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.sh

Remember to keep updated:

$HOME
-> cd $HOME/polybar-collection && git pull

You might be interested

Quality is more important then quantity!

Dracula

desktop

rofi

some apps

Material

desktop

rofi

some apps

Minimal

desktop

rofi

some apps

Neon

desktop

rofi

pomotroid

Nord

desktop

rofi

pomotroid

About

Beautiful collection of Polybar themes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.8%
  • Shell 48.2%