mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-31 00:05:13 +02:00
widgets: better handling of HiDPI
This commit is contained in:
parent
9704e2c1ec
commit
39e515bab6
2 changed files with 3 additions and 3 deletions
|
@ -62,10 +62,10 @@ local cal = (
|
|||
calendar = naughty.notify(
|
||||
{
|
||||
text = string.format('<span font="%s">%s</span>',
|
||||
"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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue