lynks-- / lifebar

Transparent workspace bar for i3 window manager.
GNU General Public License v2.0
36 stars 6 forks source link

module presence and order #9

Closed jens-na closed 10 years ago

jens-na commented 10 years ago

This pull requests adds a new config key in ~/.lifebarrc named modules where you can activate modules which will be rendered.

Example ~/.lifebarrc:

modules            "bat0 fsone date time"

The items will be rendered in the order they have been specified in ~/.lifebarrc.

You can specify the following modules:

lynks-- commented 10 years ago

Hey this is great stuff, thanks! And thanks for keeping to the same layout and style. I intended on having different module lists for different screens, so you could just have everything on the rightmost monitor for example, but I will merge this anyway as it is a great start, thanks again.

jens-na commented 10 years ago

I like the idea of different module lists for different screens! I will start to implement something like this later on and open a pull request. Afterwards we can discuss the implementation in this PR.

Thanks for merging!