From: Samir Benmendil Date: Tue, 6 Feb 2024 22:19:59 +0000 (+0000) Subject: awesome: fix calendar formatting X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/a4d4a348847b1fa4fc8db47e9f3e58d3fe540fbc?ds=inline awesome: fix calendar formatting The code returned to reset the color seems to have changed. This caused the rest of the formatting to break and no highlighting to be applied at all. --- diff --git a/awesome/widgets/calendar.lua b/awesome/widgets/calendar.lua index a8acb07..3206253 100644 --- a/awesome/widgets/calendar.lua +++ b/awesome/widgets/calendar.lua @@ -84,7 +84,7 @@ function calendar:show(inc_offset) text = text:gsub("%[7m","") - text = text:gsub("%[27m", "") + text = text:gsub("%[0m", "") cal_notification = naughty.notify({ text = text,