replaced numbers in tags with more beautiful icons
This commit is contained in:
parent
043869a1a8
commit
43f830a1ce
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ awful.screen.connect_for_each_screen(function(s)
|
|||
set_wallpaper(s)
|
||||
|
||||
-- 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
|
||||
s.mypromptbox = awful.widget.prompt()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue