diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-29 16:56:02 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-29 16:56:02 +0900 |
| commit | f534ef493f53af5eeb385676b1795e49a87b77b5 (patch) | |
| tree | 20de2575d86a784a18c3ee065136ccf795d6a6f3 | |
| parent | a6d5ed198f3946e97f9d4a37e778e61a7802119f (diff) | |
modified plugins/silicon.lua
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/silicon.lua | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/silicon.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/silicon.lua index f5bd3fa..b708e60 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/silicon.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/silicon.lua @@ -106,7 +106,14 @@ return { local timestamp = os.date("!%Y-%m-%d_%H-%M-%S") -- Get timestamp local file_name = vim.fn.expand("%:t:r") -- Get the file name without extension local file_extension = vim.fn.expand("%:e") - return home_dir .. "/" .. timestamp .. "_" .. file_name .. "_" .. file_extension .. ".png" + return home_dir + .. "/Pictures/screenshots" + .. timestamp + .. "_" + .. file_name + .. "_" + .. file_extension + .. ".png" end, }, keys = { |
