mediaserver: Updates
This commit is contained in:
parent
2ef92ce992
commit
26d0aeeb03
3 changed files with 2 additions and 3 deletions
|
@ -33,6 +33,7 @@
|
||||||
(where t (t:find "^gallery-dl%s"))
|
(where t (t:find "^gallery-dl%s"))
|
||||||
{:title (t:gsub "^gallery-dl%s(.*)" "%1") :icon " " :color "#009900"}
|
{:title (t:gsub "^gallery-dl%s(.*)" "%1") :icon " " :color "#009900"}
|
||||||
(where t (t:find :^redis-)) {: title :icon " " :color "#DC372C"}
|
(where t (t:find :^redis-)) {: title :icon " " :color "#DC372C"}
|
||||||
|
(where t (t:find "^%[%w+%]%s")) {: title :icon " " :color colors.ssh}
|
||||||
_ {: title :icon " " :color "#F8F8F2"}))
|
_ {: title :icon " " :color "#F8F8F2"}))
|
||||||
|
|
||||||
(wezterm.on :format-tab-title
|
(wezterm.on :format-tab-title
|
||||||
|
|
|
@ -5,6 +5,7 @@ args@{ pkgs, ... }:
|
||||||
../programs/fish.nix
|
../programs/fish.nix
|
||||||
../programs/atuin.nix
|
../programs/atuin.nix
|
||||||
../programs/starship.nix
|
../programs/starship.nix
|
||||||
|
../programs/direnv.nix
|
||||||
|
|
||||||
../programs/nvim
|
../programs/nvim
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
victor-mono
|
|
||||||
noto-fonts
|
noto-fonts
|
||||||
unifont
|
unifont
|
||||||
|
|
||||||
|
@ -15,8 +14,6 @@
|
||||||
"NerdFontsSymbolsOnly"
|
"NerdFontsSymbolsOnly"
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
||||||
montserrat
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue