Skip to content

Commit

Permalink
Update: Silky
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemiii91 committed Jul 24, 2023
1 parent 10362ff commit d22f439
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 34 deletions.
44 changes: 12 additions & 32 deletions .github/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,49 +2,29 @@
"name": str,
"author": str,
"description": str,
"hideLabels": {
"icons": bool,
"hints": bool
},
"hideLabels": {"icons": bool, "hints": bool},
"batteryPercentage": {
"visible": bool,
"onleft": bool,
"onleft": bool, # deprecated
"fixed": bool,
"textAlign": str,
"offsetX": int,
"offsetY": int,
"font": str,
"size": int,
"color": str
},
"frame": {
"border-left": int,
"border-right": int
},
"title": {
"font": str,
"size": int,
"color": str
},
"hint": {
"font": str,
"size": int,
"color": str
},
"currentpage": {
"color": str
},
"total": {
"color": str
"color": str,
},
"frame": {"border-left": int, "border-right": int},
"title": {"font": str, "size": int, "color": str},
"hint": {"font": str, "size": int, "color": str},
"currentpage": {"color": str},
"total": {"color": str},
"grid": {
"font": str,
"grid1x4": int,
"grid3x4": int,
"color": str,
"selectedcolor": str
"selectedcolor": str,
},
"list": {
"font": str,
"size": int,
"color": str
}
"list": {"font": str, "size": int, "color": str},
}
Binary file modified release/Silky by DiMo.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions themes/Silky by DiMo/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"visible": true,
"color": "#FFFFFF",
"size": 18,
"offsetX": -4,
"onleft": false
"offsetX": 26,
"fixed": true
},
"title": {
"font": "/mnt/SDCARD/miyoo/app/Exo-2-Bold-Italic_Universal.ttf",
Expand Down
Binary file modified themes/Silky by DiMo/skin/power-0%-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/Silky by DiMo/skin/power-20%-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/Silky by DiMo/skin/power-50%-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/Silky by DiMo/skin/power-80%-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/Silky by DiMo/skin/power-full-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d22f439

Please sign in to comment.