niri/walker: rework

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-01 12:44:01 +03:00
parent e599e4c5c4
commit 8fe81eb9cd

View File

@ -146,32 +146,30 @@
h_align = "center";
v_align = "center";
box = {
width = 450;
h_align = "center";
v_align = "center";
# spacing = 12;
orientation = "vertical";
search = {
margins = {
start = 8;
top = 8;
end = 8;
bottom = 0;
};
h_align = "top";
margins = {
start = 3;
top = 3;
end = 3;
bottom = 3;
};
};
scroll = {
overlay_scrolling = true;
list = {
margins = {
bottom = 8;
top = 4;
start = 8;
end = 8;
bottom = 3;
top = 0;
start = 3;
end = 3;
};
item = {
icon.theme = "${config.gtk.iconTheme.name}";
spacing = 4;
spacing = 3;
activation_label = {
x_align = 0.5;
y_align = 0.5;
@ -233,7 +231,7 @@
background: @base00;
color: @base05;
border-radius: 20px;
border: 3px solid @base0D;
/* border: 1px solid @base0D; */
}
#box {
@ -242,7 +240,7 @@
#search {
background: @base01;
border-radius: 12px 12px 6px 6px;
border-radius: 17px;
padding: 8px;
}
@ -269,8 +267,8 @@
}
#list {
padding: 8px;
border-radius: 6px 6px 12px 12px;
padding: 3px;
border-radius: 17px;
background: @base01;
}
@ -281,7 +279,7 @@
child:selected,
child:hover {
box-shadow: none;
border-radius: 8px;
border-radius: 14px;
background: @base02;
}