├── .github └── images │ ├── splash-logo.png │ ├── splash-osc-1.jpg │ └── splash-osc-2.jpg ├── README.md ├── fonts ├── Material-Icons-Round.otf ├── YaroRg.ttf └── segoeuil.ttf └── scripts └── splash_osc.lua /.github/images/splash-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arrow420/splash-osc/HEAD/.github/images/splash-logo.png -------------------------------------------------------------------------------- /.github/images/splash-osc-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arrow420/splash-osc/HEAD/.github/images/splash-osc-1.jpg -------------------------------------------------------------------------------- /.github/images/splash-osc-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arrow420/splash-osc/HEAD/.github/images/splash-osc-2.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arrow420/splash-osc/HEAD/README.md -------------------------------------------------------------------------------- /fonts/Material-Icons-Round.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arrow420/splash-osc/HEAD/fonts/Material-Icons-Round.otf -------------------------------------------------------------------------------- /fonts/YaroRg.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arrow420/splash-osc/HEAD/fonts/YaroRg.ttf -------------------------------------------------------------------------------- /fonts/segoeuil.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arrow420/splash-osc/HEAD/fonts/segoeuil.ttf -------------------------------------------------------------------------------- /scripts/splash_osc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arrow420/splash-osc/HEAD/scripts/splash_osc.lua --------------------------------------------------------------------------------