1
Fork 0
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:
RGBCube 2023-11-22 08:26:52 +03:00
parent 7ce9989379
commit e3de1bd7bf
No known key found for this signature in database
3 changed files with 5 additions and 2 deletions

View file

@ -2,4 +2,6 @@
homeConfiguration "nixos" { homeConfiguration "nixos" {
programs.firefox = enabled {}; programs.firefox = enabled {};
programs.librewolf = enabled {};
} }

View file

@ -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: []

View file

@ -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 = [