From 5050e406294a87b99d655cf24abbf968789183ee Mon Sep 17 00:00:00 2001 From: Sho Date: Sun, 2 Aug 2026 16:37:53 +0900 Subject: [PATCH] fix(starship): set command_timeout = 2000 in starship_config generator to prevent git timeout warnings --- quickshell/services/python/theme_sync.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quickshell/services/python/theme_sync.py b/quickshell/services/python/theme_sync.py index be25b5a..a78d12c 100644 --- a/quickshell/services/python/theme_sync.py +++ b/quickshell/services/python/theme_sync.py @@ -1345,6 +1345,8 @@ def sync_starship(bg, surface, current_line, fg, accent, sub_accent, is_dark): cyan_color = "#8be9fd" if is_dark else "#0284c7" starship_config = f"""# Starship Minimal & Efficient Theme with Nerd Fonts (Auto-synced with Quickshell) +command_timeout = 2000 + format = \"\"\" $os\\ $directory\\