Add .config/walker/config.json
Add .config/walker/themes/default.json Add .config/walker/themes/default.css Add .config/walker/themes/default.toml
This commit is contained in:
parent
024f45246d
commit
3df253d915
4 changed files with 617 additions and 0 deletions
102
private_dot_config/walker/themes/private_default.toml
Normal file
102
private_dot_config/walker/themes/private_default.toml
Normal file
|
@ -0,0 +1,102 @@
|
|||
# AUTO GENERATED. DO NOT EDIT. CHANGES WILL BE OVERWRITTEN.
|
||||
|
||||
[ui.anchors]
|
||||
bottom = true
|
||||
left = true
|
||||
right = true
|
||||
top = true
|
||||
|
||||
[ui.window]
|
||||
h_align = "fill"
|
||||
v_align = "fill"
|
||||
|
||||
[ui.window.box]
|
||||
h_align = "center"
|
||||
width = 450
|
||||
|
||||
[ui.window.box.bar]
|
||||
orientation = "horizontal"
|
||||
position = "end"
|
||||
|
||||
[ui.window.box.bar.entry]
|
||||
h_align = "fill"
|
||||
h_expand = true
|
||||
|
||||
[ui.window.box.bar.entry.icon]
|
||||
h_align = "center"
|
||||
h_expand = true
|
||||
pixel_size = 24
|
||||
theme = ""
|
||||
|
||||
[ui.window.box.margins]
|
||||
top = 200
|
||||
|
||||
[ui.window.box.ai_scroll]
|
||||
name = "aiScroll"
|
||||
h_align = "fill"
|
||||
v_align = "fill"
|
||||
max_height = 300
|
||||
min_width = 400
|
||||
height = 300
|
||||
width = 400
|
||||
|
||||
[ui.window.box.ai_scroll.margins]
|
||||
top = 8
|
||||
|
||||
[ui.window.box.ai_scroll.list]
|
||||
name = "aiList"
|
||||
orientation = "vertical"
|
||||
width = 400
|
||||
spacing = 10
|
||||
|
||||
[ui.window.box.ai_scroll.list.item]
|
||||
name = "aiItem"
|
||||
h_align = "fill"
|
||||
v_align = "fill"
|
||||
x_align = 0
|
||||
y_align = 0
|
||||
wrap = true
|
||||
|
||||
[ui.window.box.scroll.list]
|
||||
max_height = 300
|
||||
max_width = 400
|
||||
min_width = 400
|
||||
width = 400
|
||||
|
||||
[ui.window.box.scroll.list.item.activation_label]
|
||||
h_align = "fill"
|
||||
v_align = "fill"
|
||||
width = 20
|
||||
x_align = 0.5
|
||||
y_align = 0.5
|
||||
|
||||
[ui.window.box.scroll.list.item.icon]
|
||||
pixel_size = 26
|
||||
theme = ""
|
||||
|
||||
[ui.window.box.scroll.list.margins]
|
||||
top = 8
|
||||
|
||||
[ui.window.box.search.prompt]
|
||||
name = "prompt"
|
||||
icon = "edit-find"
|
||||
theme = ""
|
||||
pixel_size = 18
|
||||
h_align = "center"
|
||||
v_align = "center"
|
||||
|
||||
[ui.window.box.search.clear]
|
||||
name = "clear"
|
||||
icon = "edit-clear"
|
||||
theme = ""
|
||||
pixel_size = 18
|
||||
h_align = "center"
|
||||
v_align = "center"
|
||||
|
||||
[ui.window.box.search.input]
|
||||
h_align = "fill"
|
||||
h_expand = true
|
||||
icons = true
|
||||
|
||||
[ui.window.box.search.spinner]
|
||||
hide = true
|
Loading…
Add table
Add a link
Reference in a new issue