Commit dfb109ed3e62488a87406695727c6a0fd8bcdb55

Authored by Ian Foster
1 parent 15beeca370
Exists in master

braille counting for awesome workspaces

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

awesome/awesome/rc.lua View file @ dfb109e
... ... @@ -147,7 +147,7 @@
147 147 -- {{{ Tags
148 148 -- Define a tag table which hold all screen tags.
149 149 tags = {
150   - names = { '⠂', '⠒', '⠣', '⠞', '⠟', '⠿', '⠹', '⠽', '⠻' },
  150 + names = { '⠁', '⠃', '⠉', '⠙', '⠑', '⠋', '⠛', '⠓', '⠊' },
151 151 layout = { layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1],},
152 152 }
153 153 for s = 1, screen.count() do