mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Magically change discord title as well and use correct character for nushell title
This commit is contained in:
parent
7ce9989379
commit
e3de1bd7bf
3 changed files with 5 additions and 2 deletions
|
@ -2,4 +2,6 @@
|
||||||
|
|
||||||
homeConfiguration "nixos" {
|
homeConfiguration "nixos" {
|
||||||
programs.firefox = enabled {};
|
programs.firefox = enabled {};
|
||||||
|
|
||||||
|
programs.librewolf = enabled {};
|
||||||
}
|
}
|
||||||
|
|
|
@ -196,7 +196,7 @@ $env.config.hooks = {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $"(ansi title)($prompt) - nu(char bel)"
|
echo $"(ansi title)($prompt) — nu(char bel)"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
pre_prompt: []
|
pre_prompt: []
|
||||||
|
|
|
@ -29,8 +29,9 @@ homeConfiguration "nixos" {
|
||||||
"hyprland/window" = {
|
"hyprland/window" = {
|
||||||
seperate-outputs = true;
|
seperate-outputs = true;
|
||||||
|
|
||||||
|
rewrite."(.*) - Discord" = " $1";
|
||||||
rewrite."(.*) — Mozilla Firefox" = " $1";
|
rewrite."(.*) — Mozilla Firefox" = " $1";
|
||||||
rewrite."(.*) - nu" = " $1";
|
rewrite."(.*) — nu" = " $1";
|
||||||
};
|
};
|
||||||
|
|
||||||
modules-right = [
|
modules-right = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue