naughty.notify({ preset = naughty.config.presets.critical,
title = "Oops, an error happened!",
- text = err })
+ text = tostring(err) })
in_error = false
end)
end
-- Variable definitions {{{1
--- Themes define colours, icons, and wallpapers
+-- Themes define colours, icons, font and wallpapers.
beautiful.init(awful.util.getdir("config").."/themes/mlp/theme.lua")
-- This is used later as the default terminal and editor to run.