theniceboy/ccstatusline/settings.json
2025-08-27 06:34:04 -07:00

48 lines
No EOL
978 B
JSON

{
"version": 3,
"lines": [
[
{
"id": "9fc4ae79-f172-4d4b-b7f8-c2c3e923e7aa",
"type": "current-working-dir",
"commandPath": "pwd | xargs basename",
"preserveColors": true,
"timeout": 5000,
"color": "white"
},
{
"id": "4f12f8ba-4728-4590-ac5d-8c2b96ec91e8",
"type": "git-branch"
},
{
"id": "fdb13982-03d6-4511-a241-aac58b846dab",
"type": "git-changes"
},
{
"id": "b77b87b9-679f-4437-af95-0907025e9c2c",
"type": "version"
}
],
[],
[]
],
"flexMode": "full",
"compactThreshold": 60,
"colorLevel": 2,
"inheritSeparatorColors": false,
"globalBold": false,
"powerline": {
"enabled": false,
"separators": [
""
],
"separatorInvertBackground": [
false
],
"startCaps": [],
"endCaps": [],
"autoAlign": false,
"theme": "nord-aurora"
},
"defaultPadding": " "
}