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