waybar: added rewrite rule for window titles
This commit is contained in:
parent
2fa91a97f9
commit
78c7c4a0bc
|
@ -110,6 +110,14 @@ let
|
|||
tooltip = false;
|
||||
};
|
||||
|
||||
"hyprland/window" = {
|
||||
rewrite = {
|
||||
"(.*) - Microsoft Edge$" = " $1";
|
||||
"(.*) - NVIM" = " $1";
|
||||
"^foot$" = " Foot";
|
||||
};
|
||||
};
|
||||
|
||||
"custom/notification" = {
|
||||
tooltip = false;
|
||||
format = "{icon}";
|
||||
|
|
Loading…
Reference in a new issue