From d4f6107328ccb61ef99426e8171753f38188fd12 Mon Sep 17 00:00:00 2001 From: Ian Foster Date: Sat, 25 Jan 2014 14:42:00 -0800 Subject: [PATCH] make brail tags a little more readable --- awesome/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/awesome/rc.lua b/awesome/awesome/rc.lua index 64f9961..1476a7c 100644 --- a/awesome/awesome/rc.lua +++ b/awesome/awesome/rc.lua @@ -146,7 +146,7 @@ layouts = -- {{{ Tags -- Define a tag table which hold all screen tags. tags = { - names = { '⠒', '⠓', '⠣', '⠧', '⠗', '⠝', '⠵', '⠹', '⠳' }, + names = { '⠂', '⠒', '⠣', '⠞', '⠟', '⠿', '⠹', '⠽', '⠻' }, layout = { layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1],}, } for s = 1, screen.count() do -- 1.9.1