summaryrefslogtreecommitdiff
path: root/mac/.config/TheSiahxyz
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-28 10:02:49 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-28 10:02:49 +0900
commitb1728e2d68d2297437d982b74fe3ac0c331eef2c (patch)
tree449e7d49933bf8adabcba8d44efba4e508420264 /mac/.config/TheSiahxyz
parent27dc4b4270481f7da877b31f122c03e6c0751811 (diff)
modified snippets/journal.lua, modified shell/bm-dirs, created snippets/journal.lua
Diffstat (limited to 'mac/.config/TheSiahxyz')
-rw-r--r--mac/.config/TheSiahxyz/lua/TheSiahxyz/snippets/journal.lua40
1 files changed, 37 insertions, 3 deletions
diff --git a/mac/.config/TheSiahxyz/lua/TheSiahxyz/snippets/journal.lua b/mac/.config/TheSiahxyz/lua/TheSiahxyz/snippets/journal.lua
index e966924..22e0dad 100644
--- a/mac/.config/TheSiahxyz/lua/TheSiahxyz/snippets/journal.lua
+++ b/mac/.config/TheSiahxyz/lua/TheSiahxyz/snippets/journal.lua
@@ -35,20 +35,39 @@ weather: <weather>
# Daily Journal
## Diary (Personal Events & Feelings)
+
- What happened today?
+ <happened>
- How did I feel?
+ <feeling>
- Memorable moments
+ <moments>
## Journal (Learning & Reflections)
+
- What I learned today
+ <learned>
- Challenges faced
+ <challenges>
- Ideas & inspirations
+ <ideas>
## Plans for Tomorrow
+
- <plans>
## Gratitude
-- <gratitude>
+
+1. <gratitude1>
+2. <gratitude2>
+3. <gratitude3>
+4. <gratitude4>
+5. <gratitude5>
+6. <gratitude6>
+7. <gratitude7>
+8. <gratitude8>
+9. <gratitude9>
+10. <gratitude10>
]],
{
title = i(1, "My Journal"),
@@ -75,8 +94,23 @@ weather: <weather>
t("🥱 bored"),
}),
weather = f(get_weather, {}),
- plans = i(3),
- gratitude = i(4),
+ happened = i(3),
+ feeling = i(4),
+ moments = i(5),
+ learned = i(6),
+ challenges = i(7),
+ ideas = i(8),
+ plans = i(9),
+ gratitude1 = i(10),
+ gratitude2 = i(11),
+ gratitude3 = i(12),
+ gratitude4 = i(13),
+ gratitude5 = i(14),
+ gratitude6 = i(15),
+ gratitude7 = i(16),
+ gratitude8 = i(17),
+ gratitude9 = i(18),
+ gratitude10 = i(19),
}
)
)