|
| 1 | +{ |
| 2 | + "version": 3, |
| 3 | + "lines": [ |
| 4 | + [ |
| 5 | + { "id": "l1a", "type": "custom-text", "customText": "🤖 ", "color": "cyan" }, |
| 6 | + { "id": "l1b", "type": "model", "rawValue": true, "color": "cyan", "bold": true }, |
| 7 | + { "id": "l1c", "type": "custom-text", "customText": " 🧠 ", "color": "white" }, |
| 8 | + { "id": "l1d", "type": "context-bar", "rawValue": true, "color": "white" } |
| 9 | + ], |
| 10 | + [ |
| 11 | + { "id": "l2a", "type": "custom-text", "customText": "🟢 5h ", "color": "green" }, |
| 12 | + { "id": "l2b", "type": "session-usage", "rawValue": true, "color": "green", "metadata": { "display": "progress-short" } }, |
| 13 | + { "id": "l2c", "type": "custom-text", "customText": " ⟳ ", "color": "brightBlack" }, |
| 14 | + { "id": "l2d", "type": "reset-timer", "rawValue": true, "color": "brightBlack" }, |
| 15 | + { "id": "l2e", "type": "custom-text", "customText": " 📅 7d ", "color": "blue" }, |
| 16 | + { "id": "l2f", "type": "weekly-usage", "rawValue": true, "color": "blue", "metadata": { "display": "progress-short" } }, |
| 17 | + { "id": "l2g", "type": "custom-text", "customText": " ⟳ ", "color": "brightBlack" }, |
| 18 | + { "id": "l2h", "type": "weekly-reset-timer", "rawValue": true, "color": "brightBlack" } |
| 19 | + ], |
| 20 | + [ |
| 21 | + { "id": "l3a", "type": "custom-text", "customText": "🌿 ", "color": "magenta" }, |
| 22 | + { "id": "l3b", "type": "git-branch", "rawValue": true, "color": "magenta" }, |
| 23 | + { "id": "l3c", "type": "custom-text", "customText": " ", "color": "yellow" }, |
| 24 | + { "id": "l3d", "type": "git-changes", "color": "yellow" }, |
| 25 | + { "id": "l3e", "type": "custom-text", "customText": " ⏱ ", "color": "brightBlack" }, |
| 26 | + { "id": "l3f", "type": "session-clock", "rawValue": true, "color": "brightBlack" }, |
| 27 | + { "id": "l3g", "type": "custom-text", "customText": " 💾 ", "color": "brightBlack" }, |
| 28 | + { "id": "l3h", "type": "free-memory", "rawValue": true, "color": "brightBlack" } |
| 29 | + ] |
| 30 | + ], |
| 31 | + "flexMode": "full-minus-40", |
| 32 | + "compactThreshold": 60, |
| 33 | + "colorLevel": 2, |
| 34 | + "inheritSeparatorColors": false, |
| 35 | + "globalBold": false, |
| 36 | + "gitCacheTtlSeconds": 5, |
| 37 | + "minimalistMode": false, |
| 38 | + "powerline": { |
| 39 | + "enabled": false, |
| 40 | + "separators": [""], |
| 41 | + "separatorInvertBackground": [false], |
| 42 | + "startCaps": [], |
| 43 | + "endCaps": [], |
| 44 | + "autoAlign": false, |
| 45 | + "continueThemeAcrossLines": false |
| 46 | + } |
| 47 | +} |
0 commit comments