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}}"