AutoYADM commit: 2024-12-04 19:00:04
This commit is contained in:
parent
e4716290a3
commit
d8ae0fe145
1 changed files with 11 additions and 11 deletions
|
@ -14,7 +14,7 @@ return {
|
||||||
width = 60,
|
width = 60,
|
||||||
row = nil, -- dashboard position. nil for center
|
row = nil, -- dashboard position. nil for center
|
||||||
col = nil, -- dashboard position. nil for center
|
col = nil, -- dashboard position. nil for center
|
||||||
pane_gap = 2, -- empty columns between vertical panes
|
pane_gap = 0, -- empty columns between vertical panes
|
||||||
autokeys = "1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", -- autokey sequence
|
autokeys = "1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", -- autokey sequence
|
||||||
-- These settings are used by some built-in sections
|
-- These settings are used by some built-in sections
|
||||||
preset = {
|
preset = {
|
||||||
|
@ -96,16 +96,16 @@ YMMMUP^
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
{ section = "header" },
|
{ section = "header" },
|
||||||
-- {
|
{
|
||||||
-- -- pane = 2,
|
-- pane = 2,
|
||||||
-- section = "terminal",
|
section = "terminal",
|
||||||
-- cmd = "fortune issa-haiku | ~/dev/pyku/pyku.py",
|
cmd = "colorscript -e 36",
|
||||||
-- hl = "header",
|
-- hl = "header",
|
||||||
-- height = 30,
|
-- height = 30,
|
||||||
-- random = 10,
|
random = 10,
|
||||||
-- indent = 12,
|
-- indent = 11,
|
||||||
-- -- padding = 1,
|
padding = 1,
|
||||||
-- },
|
},
|
||||||
-- { section = "keys", gap = 1, padding = 1 },
|
-- { section = "keys", gap = 1, padding = 1 },
|
||||||
{ section = "startup" },
|
{ section = "startup" },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue