From 43f830a1ce25f46350f093c3faabe4b0d5dbfd81 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 30 Mar 2020 03:25:21 +0000 Subject: [PATCH] replaced numbers in tags with more beautiful icons --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 6a0c3d92..0e6a630e 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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()