mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 14:00:43 +00:00
flake: update + walker rework
This commit is contained in:
parent
e52008cf2c
commit
3fea2d081e
5 changed files with 260 additions and 205 deletions
40
home/programs/graphical/launchers/walker/layout.json
Normal file
40
home/programs/graphical/launchers/walker/layout.json
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"ui": {
|
||||
"anchors": {
|
||||
"top": true
|
||||
},
|
||||
"window": {
|
||||
"v_align": "start",
|
||||
"box": {
|
||||
"width": 400,
|
||||
"margins": {
|
||||
"top": 200
|
||||
},
|
||||
"v_align": "start",
|
||||
"h_align": "center",
|
||||
"search": {
|
||||
"width": 400,
|
||||
"spacing": 10
|
||||
},
|
||||
"scroll": {
|
||||
"list": {
|
||||
"width": 400,
|
||||
"max_height": 300,
|
||||
"min_width": 400,
|
||||
"max_width": 400,
|
||||
"item": {
|
||||
"spacing": 5,
|
||||
"activation_label": {
|
||||
"x_align": 1.0,
|
||||
"width": 20
|
||||
},
|
||||
"icon": {
|
||||
"theme": "Papirus"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue