Advertisement
Guest User

Untitled

a guest
May 1st, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.01 KB | Software | 0 0
  1. {
  2.   "children": [
  3.     {
  4.       "children": [
  5.         {
  6.           "tint": "#9F8F82",
  7.           "url": "%rangeicon",
  8.           "size": 18,
  9.           "type": "Image"
  10.         },
  11.         {
  12.           "size": {
  13.             "width": 5
  14.           },
  15.           "type": "Spacer"
  16.         },
  17.         {
  18.           "align": "Center",
  19.           "bold": true,
  20.           "color": "#E3CDB8",
  21.           "text": "%rangesubtitle",
  22.           "textSize": "12",
  23.           "padding": {
  24.             "top": -1
  25.           },
  26.           "type": "Text",
  27.           "visibility": "%subtitlevisible"
  28.         },
  29.         {
  30.           "size": 3,
  31.           "type": "Spacer",
  32.           "visibility": "%subtitlevisible"
  33.         },
  34.         {
  35.           "align": "Center",
  36.           "bold": true,
  37.           "color": "#DFBBA1",
  38.           "text": "%rangetext",
  39.           "textSize": "12",
  40.           "padding": {
  41.             "top": -1
  42.           },
  43.           "type": "Text"
  44.         },
  45.         {
  46.           "size": {
  47.             "width": 5
  48.           },
  49.           "type": "Spacer"
  50.         },
  51.         {
  52.           "color": "#E3CDB8",
  53.           "progress": "%widgetvalue",
  54.           "progressType": "Linear",
  55.           "trackColor": "#2F2A27",
  56.           "cornerRadius": 5,
  57.           "size": {
  58.             "fillMaxWidth": true,
  59.             "height": 10
  60.           },
  61.           "type": "Progress"
  62.         }
  63.       ],
  64.       "horizontalAlignment": "Center",
  65.       "verticalAlignment": "Center",
  66.       "backgroundColor": "#000000",
  67.       "cornerRadius": 19,
  68.       "padding": 10,
  69.       "size": {
  70.         "fillMaxWidth": true,
  71.         "height": 36
  72.       },
  73.       "type": "Row"
  74.     }
  75.   ],
  76.   "horizontalAlignment": "Center",
  77.   "verticalAlignment": "Center",
  78.   "backgroundColor": "#E3CDB8",
  79.   "cornerRadius": 22,
  80.   "padding": 3,
  81.   "size": {
  82.     "fillMaxWidth": true,
  83.     "height": 42
  84.   },
  85.   "task": "Update Complication - Ranged 1&2",
  86.   "taskVariables": {
  87.     "par1": "droite,tourner"
  88.   },
  89.   "type": "Column",
  90.   "useMaterialYouColors": false
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement