style(dashboard): remove unnecessary brackets from keys, including extras (#1809)

* style(dashboard): remove unnecessary brackets from keys, including the p key from the project extras

* review Folke

---------

Co-authored-by: abeldekat <abel@nomail.com>
This commit is contained in:
abeldekat
2023-10-20 11:27:10 +00:00
committed by GitHub
parent 0bb628053b
commit 786a061eaa

View File

@ -56,6 +56,10 @@ return {
icon = "",
key = "p",
}
projects.desc = projects.desc .. string.rep(" ", 43 - #projects.desc)
projects.key_format = " %s"
table.insert(opts.config.center, 3, projects)
end,
},