# File rc.rb, line 164
def number_view_buttons
  bar = Wmii.fs.bar

  bar.read.each_with_index do |b, i|
    bar[b].data = "#{i + 1}:#{b}"
  end
end