summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-29 16:56:02 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-29 16:56:02 +0900
commitf534ef493f53af5eeb385676b1795e49a87b77b5 (patch)
tree20de2575d86a784a18c3ee065136ccf795d6a6f3
parenta6d5ed198f3946e97f9d4a37e778e61a7802119f (diff)
modified plugins/silicon.lua
-rw-r--r--ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/silicon.lua9
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 = {