Mpd is a music player daemon and ncmpcpp is a music client. The client ncmpcpp runs in a terminal and connects to the daemon or server side to get the music. We start with reading the arch wiki of MPD and the arch wiki of NCMPCPP to get a general overview...
Tag Page
How to activate polybar on ArcoLinux i3
If you like you can switch from one bar system to the next. There are several choices. Here we will switch from the i3status bar to polybar. To start polybar we need to edit the file ~/.config/i3/config and search (CTRL + F) for the word polybar. Open the file with...
How to make the polybar transparent
Sometimes you want some transparency.You can make the polybar transparent and it is not that difficult.There are 3 color themes present 01/2019 and only one is active.Change this line of code frombackground = #2F343Ftobackground = #aa2F343FLine 43 in the image.The aa...
All modules that are available for polybar – any desktop
Icons in polybarThe little icons you see in the polybar are defined by the font awesome-terminal-fonts. Changing the icons could not be easier. Surf to the website and copy/paste the icon you would like to have to your polybar config. ...
Adding jgmenu to your polybar
In this article we installed jgmenu and talked about this new menu called jgmenu coming from this github. We can add this menu as well to polybar. Polybar is an alternative menu you can use on Openbox, i3, Bspwm and so many more. We will now show you how to get this...
How to theme polybar to match an orange wallpaper
Polybar can be used in many desktops. We have already visited : Openbox i3 Bspwm We will need it for other desktop environments we will discover. It can be themed anyway you want. It takes some time to get used to but it can be fun. We learn how to search in the...
Polybar configuration in more detail – general and openbox module
First we are going to take a look at the launch.sh file to start polybar. If you are on ArchMerge 6.3.1 awesome font is installed. You only need to install polybar. If you are on ArchMergeD you need to install them both yaourt -S polybar awesome-terminal-fonts You can...
Polybar configuration in more detail – general and i3 module
First we are going to take a look at the launch.sh file to start polybar. If you are on ArchMerge 6.3.1 awesome font is installed. You only need to install polybar. If you are on ArchMergeD you need to install them both yaourt -S polybar awesome-terminal-fonts You can...
General overview of polybar and pimping of atom to do the editing of polybar config
First we improve Atom to get a great workflow. You can add a folder to Atom and you will see all the files on the left. You can also add a second folder to Atom in this case : Polybar. We install some packages we like pigments minimap Launch.sh will launch...
How to install polybar and use it on i3 and openbox
Very often I refer to the wiki of Arch Linux but in this case this will be our link to get to know polybar. https://github.com/jaagr/polybar Polybar is an alternative panel or bar to use instead of the bars of i3 or tint2 in Openbox. It provides us with an alternative...