From 676d2eba6f86e2d7c643bcd2c2aa47ede470cc18 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 16 Jul 2024 08:30:56 +0100 Subject: [PATCH] Starship and Konsole config tweaks --- home/desktop/plasma/konsole.nix | 5 +++++ home/shell/starship.nix | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/home/desktop/plasma/konsole.nix b/home/desktop/plasma/konsole.nix index 40c50182..eea5b2ac 100644 --- a/home/desktop/plasma/konsole.nix +++ b/home/desktop/plasma/konsole.nix @@ -27,5 +27,10 @@ }; }; }; + extraConfig = { + "MainWindow" = { + "ToolBarsMovable" = "Disabled"; + }; + }; }; } diff --git a/home/shell/starship.nix b/home/shell/starship.nix index e5942c8c..102a3915 100644 --- a/home/shell/starship.nix +++ b/home/shell/starship.nix @@ -1,13 +1,13 @@ {...}: { programs.starship = { enable = true; - enableTransience = true; + enableTransience = false; settings = { - add_newline = false; + add_newline = true; c.symbol = " "; character = { - success_symbol = "[󰁔 ](bold green)"; - error_symbol = "[󰁔 ](bold red)"; + success_symbol = "[>](bold green)"; + error_symbol = "[>](bold red)"; }; command_timeout = 2000; directory = {