walker: fix layout
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
57051fcf55
commit
d74f26e5a7
1 changed files with 9 additions and 16 deletions
|
@ -69,7 +69,7 @@ in {
|
||||||
|
|
||||||
emojis = {
|
emojis = {
|
||||||
placeholder = "Unicode";
|
placeholder = "Unicode";
|
||||||
switcher_only = false;
|
switcher_only = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
finder = {
|
finder = {
|
||||||
|
@ -98,23 +98,16 @@ in {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# https://github.com/abenz1267/walker/blob/master/internal/config/layout.default.json
|
# https://github.com/abenz1267/walker/blob/master/internal/config/layout.default.json
|
||||||
layout.ui.window.box = rec {
|
layout.ui.window.box.scroll.list = {
|
||||||
height = 300 / config.custom.scale;
|
max_height = 500 / config.custom.scale;
|
||||||
width = 1000 / config.custom.scale;
|
min_width = 750 / config.custom.scale;
|
||||||
|
|
||||||
scroll.list = {
|
item = {
|
||||||
max_height = height;
|
text.sub.hide = true; # Subtext
|
||||||
max_width = width;
|
|
||||||
min_width = width;
|
|
||||||
|
|
||||||
# Icon resolution
|
icon = {
|
||||||
item = {
|
icon_size = "largest"; # 128px
|
||||||
text.sub.hide = true; # Subtext
|
pixel_size = 32; # Downscale
|
||||||
|
|
||||||
icon = {
|
|
||||||
icon_size = "largest"; # 128px
|
|
||||||
pixel_size = 32; # Downscale
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue