diff --git a/src/window.rs b/src/window.rs index 3ea9ada..c959607 100644 --- a/src/window.rs +++ b/src/window.rs @@ -35,9 +35,9 @@ impl<'a> std::fmt::Display for Window<'a> { fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> Result<(), std::fmt::Error> { write!( f, - "{} — {} [{}]", + "{} — {} [{}]", if self.node.urgent { - ", background=\"red\"" + " background=\"darkred\" foreground=\"white\"" } else { "" },