sunaku / wmiirc

Ruby configuration for WMII window manager
ISC License
82 stars 26 forks source link

Document dependency on barometer gem #32

Closed 0x64746b closed 12 years ago

0x64746b commented 12 years ago

Without that gem, loading my config.yaml fails (despite the weather bar applet being disabled).

sunaku commented 12 years ago

That's true. The way I designed the status barlet system is that: if you don't want to use a particular barlet, simply do not import it. So try replacing the import status/* directive with a list of status barlets that you want to use.

0x64746b commented 12 years ago

yeah, stupid me -.- Of course. Hint in README appreciated nevertheless! thx.