├── .gitignore ├── LICENSE ├── README.md ├── screenshot.png ├── scrntime.py ├── setup.py └── xprintidle_scrntime.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahaj-b/scrntime/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahaj-b/scrntime/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahaj-b/scrntime/HEAD/README.md -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahaj-b/scrntime/HEAD/screenshot.png -------------------------------------------------------------------------------- /scrntime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahaj-b/scrntime/HEAD/scrntime.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahaj-b/scrntime/HEAD/setup.py -------------------------------------------------------------------------------- /xprintidle_scrntime.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahaj-b/scrntime/HEAD/xprintidle_scrntime.sh --------------------------------------------------------------------------------