Sfoglia il codice sorgente

Archive no longer updated windowgrid

Miroslav Abrahám 2 anni fa
parent
commit
dd580a9109

+ 39 - 39
settings/windowgrid/WindowGrid.settings → bucket-archive/settings/windowgrid/WindowGrid.settings

@@ -1,39 +1,39 @@
-{
-    "App":
-    {
-        "Portable": true,
-        "SplashScreen": false,
-        "UpdateOnStart": false,
-        "UpdateSilent": false
-    },
-    "Grid":
-    {
-        "GridX": 60,
-        "GridY": 34,
-        "BlurRadius": 3,
-        "FillWindow": true,
-        "Opacity": 0.75,
-        "RadialGradient": true,
-        "ThemeName": "default",
-        "Themes":
-        [
-            {
-                "Name": "default",
-                "ColorLine": "#FF00BDD4",
-                "ColorStart": "#FF0097A7",
-                "ColorEnd": "#FFB2EBF2"
-            }
-        ]
-    },
-    "Input":
-    [
-        {
-            "Key": "MOUSE_RBUTTON",
-            "Command": "Resize"
-        },
-        {
-            "Key": "MOUSE_MBUTTON",
-            "Command": "Move"
-        }
-    ]
-}
+{
+    "App":
+    {
+        "Portable": true,
+        "SplashScreen": false,
+        "UpdateOnStart": false,
+        "UpdateSilent": false
+    },
+    "Grid":
+    {
+        "GridX": 60,
+        "GridY": 34,
+        "BlurRadius": 3,
+        "FillWindow": true,
+        "Opacity": 0.75,
+        "RadialGradient": true,
+        "ThemeName": "default",
+        "Themes":
+        [
+            {
+                "Name": "default",
+                "ColorLine": "#FF00BDD4",
+                "ColorStart": "#FF0097A7",
+                "ColorEnd": "#FFB2EBF2"
+            }
+        ]
+    },
+    "Input":
+    [
+        {
+            "Key": "MOUSE_RBUTTON",
+            "Command": "Resize"
+        },
+        {
+            "Key": "MOUSE_MBUTTON",
+            "Command": "Move"
+        }
+    ]
+}

+ 21 - 21
bucket/windowgrid.json → bucket-archive/windowgrid.json

@@ -1,21 +1,21 @@
-{
-    "version": "1.3.1.1",
-    "description": "WindowGrid is a modern window management program for Windows.",
-    "license": "Unknown",
-    "homepage": "http://windowgrid.net",
-    "hash": "sha512:6178bb63b4a567d5a01d0642707c95cb8aef4b90a2035f6903df127f2e62283815198891154dd01379e9829a94a7be34c7577e86d5481df50b1a515d4b5b7b82",
-    "url": "http://windowgrid.net/public/downloads/WindowGrid_1.3.1.1.zip",
-    "bin": [
-      "WindowGrid.exe"
-    ],
-    "shortcuts": [
-      [
-        "WindowGrid.exe",
-        "WindowGrid"
-      ]
-    ],
-    "pre_install": [
-      "if (!(test-path \"$dir\\WindowGrid.settings\")) { Invoke-WebRequest -Uri 'https://bitbucket.org/kunago/scoop-bucket/raw/master/settings/windowgrid/WindowGrid.settings' -OutFile \"$dir\\WindowGrid.settings\" }"
-    ],
-    "persist": "WindowGrid.settings"
-}
+{
+    "version": "1.3.1.1",
+    "description": "WindowGrid is a modern window management program for Windows.",
+    "license": "Unknown",
+    "homepage": "http://windowgrid.net",
+    "hash": "sha512:6178bb63b4a567d5a01d0642707c95cb8aef4b90a2035f6903df127f2e62283815198891154dd01379e9829a94a7be34c7577e86d5481df50b1a515d4b5b7b82",
+    "url": "http://windowgrid.net/public/downloads/WindowGrid_1.3.1.1.zip",
+    "bin": [
+      "WindowGrid.exe"
+    ],
+    "shortcuts": [
+      [
+        "WindowGrid.exe",
+        "WindowGrid"
+      ]
+    ],
+    "pre_install": [
+      "if (!(test-path \"$dir\\WindowGrid.settings\")) { Invoke-WebRequest -Uri 'https://bitbucket.org/kunago/scoop-bucket/raw/master/settings/windowgrid/WindowGrid.settings' -OutFile \"$dir\\WindowGrid.settings\" }"
+    ],
+    "persist": "WindowGrid.settings"
+}