waybar: remove pipe from hyprland/window module format
This commit is contained in:
parent
89c7dfed5d
commit
6e6e50d2b5
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue