From 5c84c16c88841d3f044678d77eabcceaa61abdd2 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Fri, 4 Aug 2023 15:15:06 +1200 Subject: [PATCH] changes to starship config, added tldr to shell default.nix --- home/ooks/opt/desktop/standard/wayland/kitty.nix | 2 +- home/ooks/opt/shell/default.nix | 1 + home/ooks/opt/shell/starship.nix | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/ooks/opt/desktop/standard/wayland/kitty.nix b/home/ooks/opt/desktop/standard/wayland/kitty.nix index 5b0ee35..0e2b44b 100644 --- a/home/ooks/opt/desktop/standard/wayland/kitty.nix +++ b/home/ooks/opt/desktop/standard/wayland/kitty.nix @@ -25,7 +25,7 @@ in shell_integration = "no-rc"; scrollback_lines = 4000; scrollback_pager_history_size = 2048; - window_padding_width = 5; + window_padding_width = 1; foreground = "#${colors.base05}"; background = "#${colors.base00}"; background_opacity = "1.0"; diff --git a/home/ooks/opt/shell/default.nix b/home/ooks/opt/shell/default.nix index b3e771e..018f3d1 100644 --- a/home/ooks/opt/shell/default.nix +++ b/home/ooks/opt/shell/default.nix @@ -20,6 +20,7 @@ lazygit comma # Install and run with "," btop + tldr ]; programs = { diff --git a/home/ooks/opt/shell/starship.nix b/home/ooks/opt/shell/starship.nix index 65813d9..511a917 100644 --- a/home/ooks/opt/shell/starship.nix +++ b/home/ooks/opt/shell/starship.nix @@ -9,8 +9,7 @@ cloud = "$aws$gcloud$openstack"; in '' - $username$hostname($shlvl)($cmd_duration) $fill ($nix_shell)$custom - $directory(${git})(- ${cloud}) $fill $time + ($nix_shell)$directory(${git})(- ${cloud}) $fill $time $jobs$character '';