From d44bde166782928db85242e86df6190e9bcfa92a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:37:37 +1000 Subject: feat: theme hypr and terminals --- src/caelestia/utils/hypr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/caelestia/utils/hypr.py') diff --git a/src/caelestia/utils/hypr.py b/src/caelestia/utils/hypr.py index 621e28e..3ba89cf 100644 --- a/src/caelestia/utils/hypr.py +++ b/src/caelestia/utils/hypr.py @@ -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" -- cgit v1.2.3-freya