1
0
Fork 0

mediaserver: Updates

This commit is contained in:
Daniel Kempkens 2023-05-06 00:12:14 +02:00
parent 2ef92ce992
commit 26d0aeeb03
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
3 changed files with 2 additions and 3 deletions

View file

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

View file

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

View file

@ -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
]; ];
}; };
} }