mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
waybar: add zen browser rewrite
This commit is contained in:
parent
b5be7ab1b3
commit
9c211e6372
2 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,7 @@
|
||||||
max-length = 50;
|
max-length = 50;
|
||||||
rewrite = {
|
rewrite = {
|
||||||
"(.*) — LibreWolf" = "$1";
|
"(.*) — LibreWolf" = "$1";
|
||||||
|
"(.*) — Zen Browser" = "$1";
|
||||||
"^$" = "👾";
|
"^$" = "👾";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -131,6 +131,7 @@
|
||||||
max-length = 50;
|
max-length = 50;
|
||||||
rewrite = {
|
rewrite = {
|
||||||
"(.*) — LibreWolf" = "$1";
|
"(.*) — LibreWolf" = "$1";
|
||||||
|
"(.*) — Zen Browser" = "$1";
|
||||||
"^$" = "👾";
|
"^$" = "👾";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue