waybar: added rewrite rule for window titles

This commit is contained in:
Tigor Hutasuhut 2024-10-17 12:00:18 +07:00
parent 2fa91a97f9
commit 78c7c4a0bc

View file

@ -110,6 +110,14 @@ let
tooltip = false;
};
"hyprland/window" = {
rewrite = {
"(.*) - Microsoft Edge$" = " $1";
"(.*) - NVIM" = " $1";
"^foot$" = " Foot";
};
};
"custom/notification" = {
tooltip = false;
format = "{icon}";