From bef7b7315f829e50b2b76a5ed544b8d225c53cd1 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 21 Dec 2020 14:41:34 +0530 Subject: changed error messages --- awesome/rc.lua | 4 ++-- 1 file 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) -- cgit v1.2.3