mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +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" {
|
||||
programs.firefox = enabled {};
|
||||
|
||||
programs.librewolf = enabled {};
|
||||
}
|
||||
|
|
|
@ -196,7 +196,7 @@ $env.config.hooks = {
|
|||
return
|
||||
}
|
||||
|
||||
echo $"(ansi title)($prompt) - nu(char bel)"
|
||||
echo $"(ansi title)($prompt) — nu(char bel)"
|
||||
}
|
||||
]
|
||||
pre_prompt: []
|
||||
|
|
|
@ -29,8 +29,9 @@ homeConfiguration "nixos" {
|
|||
"hyprland/window" = {
|
||||
seperate-outputs = true;
|
||||
|
||||
rewrite."(.*) - Discord" = " $1";
|
||||
rewrite."(.*) — Mozilla Firefox" = " $1";
|
||||
rewrite."(.*) - nu" = " $1";
|
||||
rewrite."(.*) — nu" = " $1";
|
||||
};
|
||||
|
||||
modules-right = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue