-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Thank you for this gem. It is exactly what I was looking for.
There is a problem in a few of the example scripts
line #9 of time_and_date.rb should be
date = Barr::Blocks::Clock.new format: '%d of %b %Y', bgcolor: '#570B7A', fgcolor: '#FFFFFF', align: :r, icon: "\uf073"
you had %m instead of %d
The bspwm example doesn't work at all, I am not sure why. That is what I use so I am somewhat motivated to help fix it but I am not sure if my ruby is good enough