feat: theme hypr and terminals

This commit is contained in:
2 * r + 2 * t
2025-06-11 20:37:37 +10:00
parent f43987ef2f
commit d44bde1667
3 changed files with 89 additions and 1 deletions
+1 -1
View File
@@ -24,4 +24,4 @@ def message(msg: str, json: bool = True) -> str | dict[str, any]:
def dispatch(dispatcher: str, *args: list[any]) -> bool:
return message(f"dispatch {dispatcher} {' '.join(str(a) for a in args)}".rstrip(), json=False) == "ok"
return message(f"dispatch {dispatcher} {' '.join(map(str, args))}".rstrip(), json=False) == "ok"