From fe31ae07808753a3b29b03e71aa768d37b9ad05e Mon Sep 17 00:00:00 2001 From: 1jehuang Date: Sat, 20 Dec 2025 18:35:26 -0800 Subject: Remove strikethrough rendering --- src/main.rs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/main.rs b/src/main.rs index 1bbcba3..5d28f90 100644 --- a/src/main.rs +++ b/src/main.rs @@ -129,15 +129,7 @@ fn output_status(workspaces: &[Workspace], windows: &[Window]) { "|" }; - let strike = if ws.is_active { - " strikethrough='true'" - } else { - "" - }; - output.push_str(&format!( - "{}", - color, strike, bar - )); + output.push_str(&format!("{}", color, bar)); } output }; -- cgit v1.3