Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# i3-lemonbar

Status script and configuration for [Lemonbar] (https://github.com/LemonBoy/bar) and [i3wm] (https://i3wm.org/).
Status script and configuration for [Lemonbar](https://github.com/LemonBoy/bar) and [i3wm](https://i3wm.org/).

Configuration is taken from beautiful powerline setup by [electro7] (https://github.com/electro7/dotfiles/tree/master/.i3/lemonbar).
Configuration is taken from beautiful powerline setup by [electro7](https://github.com/electro7/dotfiles/tree/master/.i3/lemonbar).

Status feeder script is written completely in Python and uses [i3ipc] (https://github.com/acrisci/i3ipc-python) for most of the interaction with i3.
Status feeder script is written completely in Python and uses [i3ipc](https://github.com/acrisci/i3ipc-python) for most of the interaction with i3.

### Features

Expand All @@ -13,12 +13,12 @@ Status feeder script is written completely in Python and uses [i3ipc] (https://g

### Installation

* Install [lemonbar] (https://github.com/LemonBoy/bar).
* Install [i3ipc-python] (https://github.com/acrisci/i3ipc-python) library.
* Install [lemonbar](https://github.com/LemonBoy/bar).
* Install [i3ipc-python](https://github.com/acrisci/i3ipc-python) library.

pip install i3ipc

* Make sure you have terminus and terminesspowerline fonts installed. You can get them [here] (https://github.com/electro7/dotfiles).
* Make sure you have terminus and terminesspowerline fonts installed. You can get them [here](https://github.com/electro7/dotfiles).
* Clone this repo (e.g. to your .i3 directory).

mkdir ~/.i3/lemonbar && git clone https://github.com/mirekys/i3-lemonbar.git ~/.i3/lemonbar
Expand Down