muse / Captain

A dynamic lemonbar script written almost entirely in bash.
MIT License
49 stars 5 forks source link

Multihead/geometry features #2

Closed neeasade closed 8 years ago

neeasade commented 8 years ago

Dropping off some ideas to consider/interest gauge on your end (may be totes out of scope)

muse commented 8 years ago
neeasade commented 8 years ago

a setting in the [bar] section called geometry, that would take a setting like 1000x30+10+10, to pass along to the -g flag for lemonbar. Use case is to force location if you want.

on the text encapsulation, I'll continue the powerline example.

say I wanted all my left scripts to have the powerline > on the right side, without having to go to each script I plan to have on the left echo the powerline > after they're done. would be nice to have a meta option in maybe the [bar] section, something like left_surround = @>, where @ would represent the content of the script. then I would do the same for the right side, as there I would want the powerline < on the left side of my script outputs.

neeasade commented 8 years ago

The items in this feature request are now covered by my captain fork(lemonade) in dotfiles.

https://github.com/neeasade/dotfiles/tree/master/wm/.wm/panel

roqstr commented 8 years ago

hey @neeasade ,

could you explain why you forked captain and what your fork adds featurewise? Captain doesn't seem to be actively maintained and I'd love to switch over if it seems "worthy". Why don't you create a seperate repo for lemonade?

thanks!

neeasade commented 8 years ago

Hi,

explain why you forked captain and what your fork adds featurewise?

I forked it primarily to add the features addressed in OP of this issue.

other changes:

I'd love to switch over if it seems "worthy". Why don't you create a seperate repo for lemonade?

My goal is currently not to make something "worthy", only something that integrates well with my dots. This may change in the future, but for now it will reside in my dotfiles. You are free to extract and put in a repo to use/mess around with.

Thanks, neeasade

roqstr commented 8 years ago

only targets bspwm-git and uses jq

So I might get things wrong here (and I totally don't know if this is the right place to discuss this overall) but does this mean your fork wont properly/flawlessly work on any other wm than bspwm?

neeasade commented 8 years ago

Correct