summaryrefslogtreecommitdiffstats
path: root/awesome
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-05-02 17:21:44 +0200
committerGravatar Tom Willemse2015-05-02 17:21:44 +0200
commit3947734df19a1203d6f65b096a1583f9eefaf543 (patch)
treec56ff48ebb1ca48871695602c488e8ad77a74654 /awesome
parente8bce6760b61ef48120e36b96b116335c9679104 (diff)
downloaddotfiles-3947734df19a1203d6f65b096a1583f9eefaf543.tar.gz
dotfiles-3947734df19a1203d6f65b096a1583f9eefaf543.zip
Give the mail icon some more room
Diffstat (limited to 'awesome')
-rw-r--r--awesome/.config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
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
- .. " <span face=\"FontAwesome\"></span>")
+ .. " <span face=\"FontAwesome\"></span> ")
else
self:set_text("")
end