diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-10-20 20:41:57 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-10-20 20:42:15 +0200 |
commit | 009a7f8935b2310b70a1b54c973060a2a68ffa93 (patch) | |
tree | b6e26777138ac970a56e7fde01eaddd3f17cbe10 /modules/by-name/i3/i3status-rust/module.nix | |
parent | {modules,legacy}/{git,conf/mail}: Use new rfc42 git config (diff) | |
download | nixos-config-009a7f8935b2310b70a1b54c973060a2a68ffa93.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | modules/by-name/i3/i3status-rust/module.nix | 8 |
1 files changed, 0 insertions, 8 deletions
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 @@ -53,14 +53,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') "; interval = 60; |