- Move setAttributesAccordingToPosition to HippieTaskbar - Use TimeDisplay inside HippieTaskbar - Add readJsonFile and loadJson to app - Initialize taskbar with config from data/windows.json - Update jshint globals
13 lines
No EOL
155 B
JSON
13 lines
No EOL
155 B
JSON
{
|
|
"taskbar": {
|
|
"position": "top",
|
|
"color": "white",
|
|
"hover": {
|
|
"active": true,
|
|
"color": "#52bed1"
|
|
}
|
|
},
|
|
"window": {
|
|
"name": "Custom"
|
|
}
|
|
} |