waybar: remove pipe from hyprland/window module format

This commit is contained in:
Evie Litherland-Smith 2024-04-11 13:29:42 +01:00
parent 89c7dfed5d
commit 6e6e50d2b5

View file

@ -37,7 +37,7 @@
]; ];
# Module config # Module config
"hyprland/window" = { "hyprland/window" = {
"format" = "| {title}"; "format" = "{title}";
"rewrite" = { "rewrite" = {
"(.*) - GNU Emacs at (.*)" = " $1 [$2]"; "(.*) - GNU Emacs at (.*)" = " $1 [$2]";
"(Alacritty.*)" = " $1"; "(Alacritty.*)" = " $1";