replaced numbers in tags with more beautiful icons
This commit is contained in:
parent
d615882229
commit
45fb100b8a
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ awful.screen.connect_for_each_screen(function(s)
|
||||||
set_wallpaper(s)
|
set_wallpaper(s)
|
||||||
|
|
||||||
-- Each screen has its own tag table.
|
-- Each screen has its own tag table.
|
||||||
awful.tag({ "1", "2", "3", "4", "5", "6", "7", "8", "9" }, s, awful.layout.layouts[1])
|
awful.tag({ "➊", "➋", "➌", "➍", "➎", "➏", "➐", "➑", "➒" }, s, awful.layout.layouts[1])
|
||||||
|
|
||||||
-- Create a promptbox for each screen
|
-- Create a promptbox for each screen
|
||||||
s.mypromptbox = awful.widget.prompt()
|
s.mypromptbox = awful.widget.prompt()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue