diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-21 14:41:34 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-21 14:41:34 +0530 |
commit | bef7b7315f829e50b2b76a5ed544b8d225c53cd1 (patch) | |
tree | a2c071bb0eefb20b908f200fbd91caa0400f7b24 /awesome/rc.lua | |
parent | 7a2e26072e9a555a23fbfeafc1ce1975191a4108 (diff) |
changed error messages
Diffstat (limited to 'awesome/rc.lua')
-rwxr-xr-x | awesome/rc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 05b8a98d..d5464384 100755 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -12,7 +12,7 @@ local naughty = require("naughty") -- another config (This code will only ever execute for the fallback config) if awesome.startup_errors then naughty.notify({ preset = naughty.config.presets.critical, - title = "Oops, there were errors during startup!", + title = "WHO FUCKED UP rc.lua", text = awesome.startup_errors }) end @@ -25,7 +25,7 @@ do in_error = true naughty.notify({ preset = naughty.config.presets.critical, - title = "Oops, an error happened!", + title = "Shit's fucked dude", text = tostring(err) }) in_error = false end) |