Files
Taskbar-Launcher/config.example.json
2026-08-26 19:58:03 -04:00

56 lines
1.3 KiB
JSON

{
"Hotkey": "Ctrl+Alt+Space",
"DisplayMode": "CompactList",
"ThemeScheme": "MarkHaven",
"RecentItems": [],
"Items": [
{
"Title": "Folders",
"Type": "Menu",
"Target": "",
"Arguments": null,
"IconPath": null,
"DisplayMode": "CompactList",
"Children": [
{
"Title": "Documents",
"Type": "Folder",
"Target": "%USERPROFILE%\\Documents",
"Arguments": null,
"IconPath": "%USERPROFILE%\\Documents",
"DisplayMode": "CompactList",
"Children": []
},
{
"Title": "Downloads",
"Type": "Folder",
"Target": "%USERPROFILE%\\Downloads",
"Arguments": null,
"IconPath": "%USERPROFILE%\\Downloads",
"DisplayMode": "CompactList",
"Children": []
}
]
},
{
"Title": "Apps",
"Type": "Menu",
"Target": "",
"Arguments": null,
"IconPath": null,
"DisplayMode": "CompactList",
"Children": [
{
"Title": "Notepad",
"Type": "App",
"Target": "notepad.exe",
"Arguments": null,
"IconPath": "notepad.exe",
"DisplayMode": "CompactList",
"Children": []
}
]
}
]
}