Commit 6368bf64318aec5ee65f4be978ae164a6023ab89

Authored by Ian Foster
1 parent 0a54620365
Exists in master

better tag names

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

awesome/awesome/rc.lua View file @ 6368bf6
... ... @@ -125,7 +125,7 @@
125 125 -- {{{ Tags
126 126 -- Define a tag table which hold all screen tags.
127 127 tags = {
128   - names = { 1, 2, 3, 4, 5, 6, 7, 8, 9 },
  128 + names = { '⠒', '⠓', '⠣', '⠧', '⠗', '⠝', '⠵', '⠹', '⠳' },
129 129 layout = { layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1],},
130 130 }
131 131 for s = 1, screen.count() do