Updated cord

This commit is contained in:
2025-04-28 13:40:39 +02:00
parent 43e452b649
commit 5cb993e802

View File

@@ -12,6 +12,14 @@ return {
theme = "catppuccin", theme = "catppuccin",
flavor = "dark", flavor = "dark",
}, },
text = {
workspace = function(opts)
if opts.workspace_dir == vim.env.HOME then
return "In Home Directory"
end
return "In " .. opts.workspace
end,
},
buttons = { buttons = {
{ {
label = "Neovim", label = "Neovim",