fix: finally a working screenshot script

This commit is contained in:
2025-11-26 15:22:47 +01:00
parent 1c39877f14
commit 920b4451d9
5 changed files with 28 additions and 22 deletions

View File

@@ -1,10 +1,10 @@
require("yaziline"):setup({
separator_style = "angly",
select_symbol = "",
yank_symbol = "󰆐",
filename_max_length = 24, -- trim when filename > 24
filename_trim_length = 6, -- trim 6 chars from both ends
})
-- require("yaziline"):setup({
-- separator_style = "angly",
-- select_symbol = "",
-- yank_symbol = "󰆐",
-- filename_max_length = 24, -- trim when filename > 24
-- filename_trim_length = 6, -- trim 6 chars from both ends
-- })
-- require("starship"):setup {
-- config_file = "~/.config/yazi/starship.toml",
-- }