├── LICENSE ├── Makefile ├── README.md ├── Screenshot ├── circleclock.png ├── default.png └── stackclock.png ├── inaction.gif ├── mantabassets ├── user.svg └── userpic.png └── mantablockscreen.in /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/mantablockscreen/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/mantablockscreen/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/mantablockscreen/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot/circleclock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/mantablockscreen/HEAD/Screenshot/circleclock.png -------------------------------------------------------------------------------- /Screenshot/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/mantablockscreen/HEAD/Screenshot/default.png -------------------------------------------------------------------------------- /Screenshot/stackclock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/mantablockscreen/HEAD/Screenshot/stackclock.png -------------------------------------------------------------------------------- /inaction.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/mantablockscreen/HEAD/inaction.gif -------------------------------------------------------------------------------- /mantabassets/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/mantablockscreen/HEAD/mantabassets/user.svg -------------------------------------------------------------------------------- /mantabassets/userpic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/mantablockscreen/HEAD/mantabassets/userpic.png -------------------------------------------------------------------------------- /mantablockscreen.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/mantablockscreen/HEAD/mantablockscreen.in --------------------------------------------------------------------------------