programs/walker: some config
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -8,9 +8,13 @@
|
|||||||
runAsService = true;
|
runAsService = true;
|
||||||
config = {
|
config = {
|
||||||
activation_mode.labels = "neiotsra";
|
activation_mode.labels = "neiotsra";
|
||||||
# theme = "stylix";
|
|
||||||
as_window = false;
|
as_window = false;
|
||||||
disabled = ["clipboard"];
|
disabled = [
|
||||||
|
"clipboard"
|
||||||
|
"translation"
|
||||||
|
"custom_commands"
|
||||||
|
"bookmarks"
|
||||||
|
];
|
||||||
builtins = {
|
builtins = {
|
||||||
applications = {
|
applications = {
|
||||||
actions.enabled = true;
|
actions.enabled = true;
|
||||||
@ -19,10 +23,10 @@
|
|||||||
placeholder = "Applications";
|
placeholder = "Applications";
|
||||||
prioritize_new = true;
|
prioritize_new = true;
|
||||||
refresh = true;
|
refresh = true;
|
||||||
show_generic = false;
|
show_generic = true;
|
||||||
show_icon_when_single = true;
|
show_icon_when_single = true;
|
||||||
show_sub_when_single = true;
|
show_sub_when_single = true;
|
||||||
weight = 5;
|
weight = 10;
|
||||||
};
|
};
|
||||||
calc = {
|
calc = {
|
||||||
icon = "accessories-calculator";
|
icon = "accessories-calculator";
|
||||||
@ -44,7 +48,7 @@
|
|||||||
name = "commands";
|
name = "commands";
|
||||||
placeholder = "Commands";
|
placeholder = "Commands";
|
||||||
switcher_only = true;
|
switcher_only = true;
|
||||||
weight = 5;
|
weight = 8;
|
||||||
};
|
};
|
||||||
custom_commands = {
|
custom_commands = {
|
||||||
icon = "utilities-terminal";
|
icon = "utilities-terminal";
|
||||||
@ -112,7 +116,7 @@
|
|||||||
icon = "view-restore";
|
icon = "view-restore";
|
||||||
name = "windows";
|
name = "windows";
|
||||||
placeholder = "Windows";
|
placeholder = "Windows";
|
||||||
weight = 5;
|
weight = 10;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
disable_click_to_close = false;
|
disable_click_to_close = false;
|
||||||
@ -161,7 +165,7 @@
|
|||||||
list = {
|
list = {
|
||||||
margins = {
|
margins = {
|
||||||
bottom = 8;
|
bottom = 8;
|
||||||
top = 8;
|
top = 4;
|
||||||
start = 8;
|
start = 8;
|
||||||
end = 8;
|
end = 8;
|
||||||
};
|
};
|
||||||
@ -234,11 +238,11 @@
|
|||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
border-width: 4px;
|
border-width: 4px;
|
||||||
border-color: @base0D;
|
border-color: @base0D;
|
||||||
background: @base01;
|
background: @base00;
|
||||||
}
|
}
|
||||||
|
|
||||||
#search {
|
#search {
|
||||||
background: @base02;
|
background: @base01;
|
||||||
border-radius: 12px 12px 6px 6px;
|
border-radius: 12px 12px 6px 6px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
@ -268,7 +272,7 @@
|
|||||||
#list {
|
#list {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-radius: 6px 6px 12px 12px;
|
border-radius: 6px 6px 12px 12px;
|
||||||
background: @base02;
|
background: @base01;
|
||||||
}
|
}
|
||||||
|
|
||||||
child {
|
child {
|
||||||
@ -279,7 +283,7 @@
|
|||||||
child:hover {
|
child:hover {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background: @base03;
|
background: @base02;
|
||||||
}
|
}
|
||||||
|
|
||||||
#item {
|
#item {
|
||||||
|
Reference in New Issue
Block a user