waybar: remove pipe from hyprland/window module format
This commit is contained in:
parent
89c7dfed5d
commit
6e6e50d2b5
|
@ -37,7 +37,7 @@
|
|||
];
|
||||
# Module config
|
||||
"hyprland/window" = {
|
||||
"format" = "| {title}";
|
||||
"format" = "{title}";
|
||||
"rewrite" = {
|
||||
"(.*) - GNU Emacs at (.*)" = " $1 [$2]";
|
||||
"(Alacritty.*)" = " $1";
|
||||
|
|
Loading…
Reference in a new issue