diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index fcfdbc7..852c834 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -357,7 +357,7 @@ colors: # - (Linux/BSD) user login shell # - (Windows) powershell shell: - program: fish + program: zsh # args: # - --login diff --git a/home/home.nix b/home/home.nix index 1cce3cd..0ba38cd 100644 --- a/home/home.nix +++ b/home/home.nix @@ -710,7 +710,7 @@ window#waybar > box { sysuse = "systemctl --user"; myip = "curl icanhazip.com"; nixs = "nix search nixpkgs"; - ytd = "yt-dlp -o '~/Videos/%(title)s.%(ext)s'"; + ytd = "yt-dlp -o \"~/vids/%(title)s.%(ext)s\" $1"; }; programs.starship = { @@ -791,6 +791,7 @@ window#waybar > box { suspend = "systemctl suspend"; sysuse = "systemctl --user"; myip = "curl icanhazip.com"; + ytd = "yt-dlp -o \"~/vids/%(title)s.%(ext)s\" $1"; }; initExtra = '' macchina