Skip to content

Instantly share code, notes, and snippets.

@rholak
Created November 13, 2012 16:51
Show Gist options
  • Save rholak/4066934 to your computer and use it in GitHub Desktop.
Save rholak/4066934 to your computer and use it in GitHub Desktop.
tags[1] = awful.tag(
{ "☣", "🐱", "⚡", "☃", " " }
, 1
, tags.layout)
-- Monitor 2
tags[2] = awful.tag(
{ "☷", "❁", "♳", "♴", " " }
, 2
, tags.layout)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment