oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git

added lsp reference to new bat string

Commit
9a5ea8040c2c02af9a2da9a1a2890a71f1f00390
Parent
0415a48
Author
tonybtw <tonybtw@tonybtw.com>
Date
2025-12-14 04:59:43

Diff

diff --git a/templates/oxwm.lua b/templates/oxwm.lua
index e2e724a..c71fc81 100644
--- a/templates/oxwm.lua
+++ b/templates/oxwm.lua
@@ -267,7 +267,7 @@ function oxwm.bar.block.shell(config) end
 function oxwm.bar.block.static(config) end
 
 ---Create a battery status block
----@param config {format: string, charging: string, discharging: string, full: string, interval: integer, color: string|integer, underline: boolean} Block configuration
+---@param config {format: string, charging: string, discharging: string, full: string, interval: integer, color: string|integer, underline: boolean, battery_name: string} Block configuration
 ---@return table Block configuration
 function oxwm.bar.block.battery(config) end