commit 8dc6dbb906c7cde13f8956a98a4c57cdb2268d7b parent aae742a3f77c7370ab17e6d8b099f1faefaf7e2d Author: 1jehuang <[email protected]> Date: Sat, 20 Dec 2025 17:19:28 -0800 Fix JSON output for strikethrough Diffstat:
| M | src/main.rs | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.rs b/src/main.rs @@ -130,7 +130,7 @@ fn output_status(workspaces: &[Workspace], windows: &[Window]) { }; let strike = if ws.is_active { - " strikethrough=\"true\"" + " strikethrough='true'" } else { "" };