From 009a7f8935b2310b70a1b54c973060a2a68ffa93 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 20 Oct 2025 20:41:57 +0200 Subject: Revert "modules/i3status-rs: Add the window title to the bar" This reverts commit f9b020a677b8723d2dbe16265f25befc4b0b3ae6. The bar is already quite full; there is no point trying to cram into more. --- modules/by-name/i3/i3status-rust/module.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'modules/by-name') diff --git a/modules/by-name/i3/i3status-rust/module.nix b/modules/by-name/i3/i3status-rust/module.nix index 1e2a5f8d..48bcd5de 100644 --- a/modules/by-name/i3/i3status-rust/module.nix +++ b/modules/by-name/i3/i3status-rust/module.nix @@ -52,14 +52,6 @@ in { }; blocks = [ - { - block = "focused_window"; - format = { - full = " $title.str(max_w:15) |"; - short = " $title.str(max_w:10) |"; - }; - } - { block = "time"; format = " $timestamp.datetime(format:'%d/%m/%y (%a) %H:%M %:z') "; -- cgit 1.4.1