├── 2020-09-19_16-22.png ├── LICENSE ├── Makefile ├── README.md └── src ├── blur.js ├── extension.js ├── metadata.json ├── prefs.js ├── schemas └── org.gnome.shell.extensions.blur-provider.gschema.xml └── tracking.js /2020-09-19_16-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CorvetteCole/blur-provider/HEAD/2020-09-19_16-22.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CorvetteCole/blur-provider/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CorvetteCole/blur-provider/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CorvetteCole/blur-provider/HEAD/README.md -------------------------------------------------------------------------------- /src/blur.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CorvetteCole/blur-provider/HEAD/src/blur.js -------------------------------------------------------------------------------- /src/extension.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CorvetteCole/blur-provider/HEAD/src/extension.js -------------------------------------------------------------------------------- /src/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CorvetteCole/blur-provider/HEAD/src/metadata.json -------------------------------------------------------------------------------- /src/prefs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CorvetteCole/blur-provider/HEAD/src/prefs.js -------------------------------------------------------------------------------- /src/schemas/org.gnome.shell.extensions.blur-provider.gschema.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CorvetteCole/blur-provider/HEAD/src/schemas/org.gnome.shell.extensions.blur-provider.gschema.xml -------------------------------------------------------------------------------- /src/tracking.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CorvetteCole/blur-provider/HEAD/src/tracking.js --------------------------------------------------------------------------------