Commit d4f6107328ccb61ef99426e8171753f38188fd12

Authored by Ian Foster
1 parent 1610fce59a
Exists in master

make brail tags a little more readable

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

awesome/awesome/rc.lua View file @ d4f6107
... ... @@ -146,7 +146,7 @@
146 146 -- {{{ Tags
147 147 -- Define a tag table which hold all screen tags.
148 148 tags = {
149   - names = { '⠒', '⠓', '⠣', '⠧', '⠗', '⠝', '⠵', '⠹', '⠳' },
  149 + names = { '⠂', '⠒', '⠣', '⠞', '⠟', '⠿', '⠹', '⠽', '⠻' },
150 150 layout = { layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1],},
151 151 }
152 152 for s = 1, screen.count() do