aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-21 14:41:34 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-21 14:41:34 +0530
commitbef7b7315f829e50b2b76a5ed544b8d225c53cd1 (patch)
treea2c071bb0eefb20b908f200fbd91caa0400f7b24
parent7a2e26072e9a555a23fbfeafc1ce1975191a4108 (diff)
changed error messages
-rwxr-xr-xawesome/rc.lua4
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)