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
18
.jshintrc
18
.jshintrc
|
|
@ -14,20 +14,20 @@
|
|||
"unused": false,
|
||||
"browser": true,
|
||||
"globals": {
|
||||
"HIPPIE": false,
|
||||
"hippie": true,
|
||||
"viewHover": true,
|
||||
"basicEase": true,
|
||||
"debugOn": true,
|
||||
"TimeDisplay": true,
|
||||
"DateDisplay": true,
|
||||
"HIPPIE": false,
|
||||
"HippieTaskBar": true,
|
||||
"TimeDisplay": true,
|
||||
"basicEase": true,
|
||||
"centerElementUnderCursor": false,
|
||||
"checkButtonAndTarget": false,
|
||||
"debugOn": true,
|
||||
"getClosestEdgeToElement": false,
|
||||
"getClosestEdgeToMouse": false,
|
||||
"centerElementUnderCursor": false,
|
||||
"setAttributesAccordingToPosition": false,
|
||||
"hippie": true,
|
||||
"randomIntFrom": false,
|
||||
"readJsonFile": false,
|
||||
"replaceLineBreaks": false,
|
||||
"HippieTaskBar": true
|
||||
"viewHover": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue