This commit is contained in:
Oscar Plaisant
2024-07-07 04:15:38 +02:00
parent ba4a8f79e1
commit 44cc38e148
268 changed files with 45693 additions and 8468 deletions

View File

@@ -0,0 +1,21 @@
{
"defaultPosition": "right",
"showDirectory": false,
"showCloseIcon": true,
"showPinnedIcon": true,
"showPinIconIfNotPinned": true,
"showTabIcon": false,
"customizeTabIcon": false,
"defaultTabIcon": "file",
"tabIconRules": [
{
"matchConfig": {
"target": "directory",
"condition": "startsWith",
"value": "daily"
},
"priority": 1,
"icon": "calendar"
}
]
}