From 2c6b52a6174c5051ce18ec597885cea843f6a3e6 Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Mon, 22 Apr 2024 17:30:39 -0700 Subject: [PATCH] oh. that doesn't work if the channel has a pipe --- modules/desktop/waybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/waybar.nix b/modules/desktop/waybar.nix index 66639b4..7bd7aed 100644 --- a/modules/desktop/waybar.nix +++ b/modules/desktop/waybar.nix @@ -129,7 +129,7 @@ in { "(\\S+\\.zig\\s.*)" = " $1"; "(\\S+\\.rs\\s.*)" = " $1"; "(\\S+\\.hs\\s.*)" = " $1"; - ".*Discord \\| (.*) \\| .*" = "$1 - $2"; + # ".*Discord \\| (.*) \\| .*" = "$1 - $2"; }; separate-outputs = true; };