OkayDave / barr

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

interval faster than 1sec #46

Open derrickcope opened 6 years ago

derrickcope commented 6 years ago

Is there any way to have an interval shorter than 1 sec? You mentioned in the documentation that the bar refreshes every second.

OkayDave commented 6 years ago

In the released gem, 1s is the shortest interval. The rc/0.3.0 branch supports intervals of tenth seconds, but that's still a way out from release.

derrickcope commented 6 years ago

i found your comment on reddit and changed sleep to 0.5 . That works better since I want barr to indicate focused monitor, desktop, and window.

derrickcope commented 6 years ago

I put the 0.3 bspwm.rb into the gem and it worked great. It doesn't seem to support multimonitor though which is what i have. If you don't mind I will try to work on a multimonitor version or at least a dual monitor version.