replaced numbers in tags with more beautiful icons

This commit is contained in:
Johannes Findeisen 2020-03-30 03:25:21 +00:00
commit 43f830a1ce

View file

@ -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()