Skip to content

Instantly share code, notes, and snippets.

@xtacocorex
Created June 17, 2016 03:36
Show Gist options
  • Save xtacocorex/d328917408843049eff2148e473f8567 to your computer and use it in GitHub Desktop.
Save xtacocorex/d328917408843049eff2148e473f8567 to your computer and use it in GitHub Desktop.
hacked up config.json for pocket chip to sets a second page of apps
{
"defaultPage" : "Apps",
"pages": [
{
"name": "Apps",
"items": [
{
"name": "Terminal",
"icon": "appIcons/terminal.png",
"shell": "vala-terminal -fs 8 -g 20 20"
},
{
"name": "Play PICO-8",
"icon": "appIcons/pico8.png",
"shell": "pico8"
},
{
"name": "Make Music",
"icon": "appIcons/musicsequencer.png",
"shell": "sunvox"
},
{
"name": "Get Help",
"icon": "appIcons/help.png",
"shell": "surf /usr/share/pocketchip-localdoc/index.html"
},
{
"name": "Write",
"icon": "appIcons/texteditor.png",
"shell": "leafpad"
},
{
"name": "Browse Files",
"icon": "appIcons/filebrowser.png",
"shell": "pcmanfm"
},
],
"cornerButtons": [
{
"location": "TopLeft",
"name": "Battery",
"icon": "battery_0.png"
},
{
"location": "TopRight",
"name": "WiFi",
"icon": "wifiOff.png"
},
{
"location": "BottomLeft",
"name": "Power",
"icon": "powerIcon.png"
},
{
"location": "BottomRight",
"name": "Settings",
"icon": "settingsIcon.png"
}
]
},
{
"name": "Settings"
},
{
"name": "Power"
},
{
"name": "WiFi"
},
{
"name": "Battery"
},
{
"name": "Apps2",
"items": [
{
"name": "Play PICO-8",
"icon": "appIcons/pico8.png",
"shell": "pico8"
},
{
"name": "Write",
"icon": "appIcons/texteditor.png",
"shell": "leafpad"
},
{
"name": "Make Music",
"icon": "appIcons/musicsequencer.png",
"shell": "sunvox"
},
{
"name": "Get Help",
"icon": "appIcons/help.png",
"shell": "surf /usr/share/pocketchip-localdoc/index.html"
},
{
"name": "Browse Files",
"icon": "appIcons/filebrowser.png",
"shell": "pcmanfm"
},
{
"name": "Terminal",
"icon": "appIcons/terminal.png",
"shell": "vala-terminal -fs 8 -g 20 20"
},
],
"cornerButtons": [
{
"location": "TopLeft",
"name": "Battery",
"icon": "battery_0.png"
},
{
"location": "TopRight",
"name": "WiFi",
"icon": "wifiOff.png"
},
{
"location": "BottomLeft",
"name": "Power",
"icon": "powerIcon.png"
},
{
"location": "BottomRight",
"name": "Settings",
"icon": "settingsIcon.png"
}
]
},
{
"name": "Settings"
},
{
"name": "Power"
},
{
"name": "WiFi"
},
{
"name": "Battery"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment