diff --git a/rc/debug.lua b/rc/debug.lua
index 25b4181..23cef2b 100644
--- a/rc/debug.lua
+++ b/rc/debug.lua
@@ -33,7 +33,7 @@ local function client_info(c)
beautiful.fg_widget_value, tostring(c[inf[i]]))
end
- naughty.notify{ text = string.format('%s', v:sub(1,#v-1)),
+ naughty.notify{ text = string.format('%s', v:sub(1,#v-1)),
timeout = 0, margin = 10, screen = c.screen }
end
diff --git a/rc/widgets.lua b/rc/widgets.lua
index fa87cf7..bcc8fbb 100644
--- a/rc/widgets.lua
+++ b/rc/widgets.lua
@@ -62,10 +62,10 @@ local cal = (
calendar = naughty.notify(
{
text = string.format('%s',
- "Terminus 8",
+ "Terminus " .. 8 * theme.scale,
cal:gsub(" +\n","\n")),
timeout = 0, hover_timeout = 0.5,
- width = 160,
+ width = 160 * theme.scale,
screen = mouse.screen,
})
end