geommer / yabar

A modern and lightweight status bar for X window managers.
MIT License
681 stars 49 forks source link

YABAR_BATTERY and YABAR_VOLUME not working #197

Open sid-kap opened 5 years ago

sid-kap commented 5 years ago

When I use the example config, I get the error:

Oct 28 21:01:37 nixos yabar[5973]: No type is defined for block: ya_volume. Skipping this block...
Oct 28 21:01:37 nixos yabar[5973]: No type is defined for block: ya_bat. Skipping this block...

When I add type: "periodic" to the field, I now get the error:

Oct 28 21:02:34 nixos yabar[6040]: /bin/sh: YABAR_BATTERY: command not found
Oct 28 21:02:34 nixos yabar[6040]: /bin/sh: YABAR_VOLUME: command not found

I'm using yabar v0.4.0 on nixos.

beigna commented 5 years ago

Hi @sid-kap Do you found any solution for this issue? Thanks

sid-kap commented 5 years ago

@nachopro Nope, I gave up and switched to a different status bar

lukelex commented 4 years ago

Is this project dead?

threeearcat commented 4 years ago

Well, this is an old issue but just in case: It seems you have an old version before the commit 756c1909ffd161b88e537039f565f0f7eae0ab37. v0.4.0 was released before the commit. The problem should be solved if you build the latest version from git by yourself.