From 2609dcd85482d554ebdf0c238a762febc7fae60c Mon Sep 17 00:00:00 2001 From: Sho Date: Sun, 2 Aug 2026 14:56:12 +0900 Subject: [PATCH] fix: resolve Starship git_status.stashed format string warning in theme_sync.py --- quickshell/services/python/theme_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickshell/services/python/theme_sync.py b/quickshell/services/python/theme_sync.py index 2830680..9dde055 100644 --- a/quickshell/services/python/theme_sync.py +++ b/quickshell/services/python/theme_sync.py @@ -1383,7 +1383,7 @@ ahead = "⇡${{count}}" behind = "⇣${{count}}" diverged = "⇕⇡${{ahead_count}}⇣${{behind_count}}" untracked = "?${{count}}" -stashed = "$${{count}}" +stashed = "📦${{count}}" modified = "!${{count}}" staged = "+${{count}}" renamed = "»${{count}}"