OkayDave / barr

Barr is a status line style generator for LemonBar
MIT License
80 stars 8 forks source link

Error with i3wm #28

Closed klitztuch closed 3 years ago

klitztuch commented 8 years ago

Getting an Error when trying to click on a workspace.

sh: Line 1: barr_i3ipc: Command not found.

Tried installing ruby-i3ipc, but no changes

OkayDave commented 8 years ago

Thanks for the report. Looks like executable isn't in your $PATH for some reason.

Are you using ruby from a distro repo or is it installed via rvm/rbenv? Is Barr installed via gem install barr or another method?

klitztuch commented 8 years ago

Hey, I'm using ruby from my distro repo and barr is installed via gem install barr

florianmski commented 8 years ago

Just got the same, gem install i3ipc fixed it 👍