From 3947734df19a1203d6f65b096a1583f9eefaf543 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 2 May 2015 17:21:44 +0200 Subject: Give the mail icon some more room --- awesome/.config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 0098296..2673aca 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -259,7 +259,7 @@ mymailwidget.set_count = function (self) if count then self:set_markup(" " .. count - .. " ") + .. " ") else self:set_text("") end -- cgit v1.2.3-54-g00ecf