From f47f02166e8f3e70db8f730b1d400586b52e3761 Mon Sep 17 00:00:00 2001 From: David Chen Date: Wed, 27 Aug 2025 06:34:04 -0700 Subject: [PATCH] ccstatusline update --- ccstatusline/settings.json | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/ccstatusline/settings.json b/ccstatusline/settings.json index a8ff345..c6bf7d2 100644 --- a/ccstatusline/settings.json +++ b/ccstatusline/settings.json @@ -4,31 +4,20 @@ [ { "id": "9fc4ae79-f172-4d4b-b7f8-c2c3e923e7aa", - "type": "custom-command", + "type": "current-working-dir", "commandPath": "pwd | xargs basename", "preserveColors": true, - "timeout": 5000 - }, - { - "id": "42c8ee58-8b00-4d3f-8d14-b77569cb85e2", - "type": "separator" + "timeout": 5000, + "color": "white" }, { "id": "4f12f8ba-4728-4590-ac5d-8c2b96ec91e8", "type": "git-branch" }, - { - "id": "6b5de7fa-7369-46dc-abf0-e00ef3f29b84", - "type": "separator" - }, { "id": "fdb13982-03d6-4511-a241-aac58b846dab", "type": "git-changes" }, - { - "id": "3e43a92c-ab16-4bb1-b54b-a08c788648a8", - "type": "separator" - }, { "id": "b77b87b9-679f-4437-af95-0907025e9c2c", "type": "version" @@ -51,6 +40,9 @@ false ], "startCaps": [], - "endCaps": [] - } + "endCaps": [], + "autoAlign": false, + "theme": "nord-aurora" + }, + "defaultPadding": " " } \ No newline at end of file