├── LICENSE ├── README.md ├── docs └── images │ ├── org.day-progress.DayProgress.svg │ ├── screenshot1.png │ ├── screenshot10.png │ ├── screenshot11.png │ ├── screenshot2.png │ ├── screenshot3.png │ ├── screenshot4.png │ ├── screenshot5.png │ ├── screenshot6.png │ ├── screenshot7.png │ ├── screenshot8.png │ └── screenshot9.png ├── extension.js ├── makeZip.sh ├── metadata.json ├── prefs.js ├── schemas ├── gschemas.compiled └── org.gnome.shell.extensions.day-progress.gschema.xml └── stylesheet.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/README.md -------------------------------------------------------------------------------- /docs/images/org.day-progress.DayProgress.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/docs/images/org.day-progress.DayProgress.svg -------------------------------------------------------------------------------- /docs/images/screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/docs/images/screenshot1.png -------------------------------------------------------------------------------- /docs/images/screenshot10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/docs/images/screenshot10.png -------------------------------------------------------------------------------- /docs/images/screenshot11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/docs/images/screenshot11.png -------------------------------------------------------------------------------- /docs/images/screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/docs/images/screenshot2.png -------------------------------------------------------------------------------- /docs/images/screenshot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/docs/images/screenshot3.png -------------------------------------------------------------------------------- /docs/images/screenshot4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/docs/images/screenshot4.png -------------------------------------------------------------------------------- /docs/images/screenshot5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/docs/images/screenshot5.png -------------------------------------------------------------------------------- /docs/images/screenshot6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/docs/images/screenshot6.png -------------------------------------------------------------------------------- /docs/images/screenshot7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/docs/images/screenshot7.png -------------------------------------------------------------------------------- /docs/images/screenshot8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/docs/images/screenshot8.png -------------------------------------------------------------------------------- /docs/images/screenshot9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/docs/images/screenshot9.png -------------------------------------------------------------------------------- /extension.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/extension.js -------------------------------------------------------------------------------- /makeZip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/makeZip.sh -------------------------------------------------------------------------------- /metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/metadata.json -------------------------------------------------------------------------------- /prefs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/prefs.js -------------------------------------------------------------------------------- /schemas/gschemas.compiled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/schemas/gschemas.compiled -------------------------------------------------------------------------------- /schemas/org.gnome.shell.extensions.day-progress.gschema.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/schemas/org.gnome.shell.extensions.day-progress.gschema.xml -------------------------------------------------------------------------------- /stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArcaEge/day-progress/HEAD/stylesheet.css --------------------------------------------------------------------------------