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"))
|
||||
{:title (t:gsub "^gallery-dl%s(.*)" "%1") :icon " " :color "#009900"}
|
||||
(where t (t:find :^redis-)) {: title :icon " " :color "#DC372C"}
|
||||
(where t (t:find "^%[%w+%]%s")) {: title :icon " " :color colors.ssh}
|
||||
_ {: title :icon " " :color "#F8F8F2"}))
|
||||
|
||||
(wezterm.on :format-tab-title
|
||||
|
|
|
@ -5,6 +5,7 @@ args@{ pkgs, ... }:
|
|||
../programs/fish.nix
|
||||
../programs/atuin.nix
|
||||
../programs/starship.nix
|
||||
../programs/direnv.nix
|
||||
|
||||
../programs/nvim
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
fonts = with pkgs; [
|
||||
jetbrains-mono
|
||||
victor-mono
|
||||
noto-fonts
|
||||
unifont
|
||||
|
||||
|
@ -15,8 +14,6 @@
|
|||
"NerdFontsSymbolsOnly"
|
||||
];
|
||||
})
|
||||
|
||||
montserrat
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue