use dpi value for size
This commit is contained in:
parent
990a8df5d2
commit
fe9ee01268
2
init.lua
2
init.lua
|
@ -321,7 +321,7 @@ end
|
||||||
-- Create the wiboxes, but don't show them
|
-- Create the wiboxes, but don't show them
|
||||||
|
|
||||||
function revelation.init(args)
|
function revelation.init(args)
|
||||||
hintsize = 60
|
hintsize = beautiful.xresources.apply_dpi(50)
|
||||||
local fontcolor = revelation.fg
|
local fontcolor = revelation.fg
|
||||||
local letterbox = {}
|
local letterbox = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue