feat: Update app and windows
- 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
This commit is contained in:
parent
b67a8a893a
commit
0c16b43ec7
5 changed files with 102 additions and 48 deletions
13
source/data/windows.json
Normal file
13
source/data/windows.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"taskbar": {
|
||||
"position": "top",
|
||||
"color": "white",
|
||||
"hover": {
|
||||
"active": true,
|
||||
"color": "#52bed1"
|
||||
}
|
||||
},
|
||||
"window": {
|
||||
"name": "Custom"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue