diff options
author | streetturtle <streetturtle@gmail.com> | 2017-02-01 21:45:15 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2017-02-01 21:45:15 -0500 |
commit | fa430134310cb6b3c98f445e423fa6095d800743 (patch) | |
tree | dd319e57b1a955cb3715ead7eda1eafc1e77969a /email-widget | |
parent | e214e416d3ce53dec14e5f0e81ceae587f1fd4bc (diff) |
readme update
Diffstat (limited to 'email-widget')
-rw-r--r-- | email-widget/email.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/email-widget/email.lua b/email-widget/email.lua index 22a7b6d..cee74e8 100644 --- a/email-widget/email.lua +++ b/email-widget/email.lua @@ -3,7 +3,7 @@ local awful = require("awful") local naughty = require("naughty") local watch = require("awful.widget.watch") -local path_to_icons = "/usr/share/icons/Arc-Icons/actions/22/" +local path_to_icons = "/usr/share/icons/Arc/actions/22/" email_widget = wibox.widget.textbox() email_widget:set_font('Play 9') |