feat: enhance cache system for music and Wakatime integration with new options

This commit is contained in:
2024-08-31 16:42:02 -04:00
parent 1fe385f572
commit 7ca3fae110
3 changed files with 128 additions and 26 deletions
+12
View File
@@ -32,6 +32,18 @@ vim.g.usewakatime = true --- @type boolean Options: <true|false>
vim.g.usehardtime = false --- @type boolean Options: <true|false>
vim.g.useimage = true --- @type boolean Options: <true|false>
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Lualine Stats ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
vim.g.stats_wakatime = true --- @type boolean Options: <true|false>
vim.g.stats_music = true --- @type boolean Options: <true|false>
vim.g.stats_ignored_players = { --- @type string[] Options: [ignored players]
"chromium",
"firefox",
"kdeconnect",
"haruna",
"plasma-browser-integration",
"plasma-browser-integration-76042",
}
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ COLOR ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-- Background color
vim.o.background = "dark" --- @type string Options: <dark|light>