geommer / yabar

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

YABAR_DISKSPACE? #138

Closed DGalt closed 7 years ago

DGalt commented 7 years ago

Been trying to get yabar set up (really nice application, big fan so far), working from the example.conf in the examples folder in this repo. Most things seem to be working besides the diskspace block.

Getting: No type is defined for block: ya_diskspace. Skipping this block...

Looking through the internal blocks in ya_intern.c I don't see anything for YABAR_DISKSPACE

Is this just not available right now, or am I missing something?

I'm on Arch, installed the AUR yabar-git package.

NBonaparte commented 7 years ago

Good catch, sorry about that. It's in a different branch right now, but it will be merged soon. Originally we had both the config change and disk space block on a fork and transferred them over here individually at different times, which caused some desynchronization.

DGalt commented 7 years ago

OK, that's what I figured, just wanted to make sure.

Just FYI, there's also a typo in the ya_volume block.

The line for internal-option2 has a ; between Master and 0

jacksgt commented 7 years ago

@DGalt The semicolon space mismatch was my mistake - fixed in a2c8d036aafda77d5e25705151c04ff0b4c14a50

NBonaparte commented 7 years ago

I've merged the block into master, so I'll close this now.