Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siamx/exorcism
Desktop wallpaper manager build with Quasar
https://github.com/siamx/exorcism
electron quasar-framework vuejs
Last synced: 8 days ago
JSON representation
Desktop wallpaper manager build with Quasar
- Host: GitHub
- URL: https://github.com/siamx/exorcism
- Owner: siamx
- License: mit
- Created: 2019-06-08T19:55:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T03:20:50.000Z (over 3 years ago)
- Last Synced: 2024-08-02T00:25:43.449Z (3 months ago)
- Topics: electron, quasar-framework, vuejs
- Language: JavaScript
- Homepage:
- Size: 755 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- quasar-awesome - github - rc.6 | (Awesome Quasar [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Tutorials)
README
# Exorcism
> Evict ghosts from your desktop, liberate you backgorund
[![Build Status](https://travis-ci.com/seyamx/exorcism.svg?branch=master)](https://travis-ci.com/seyamx/exorcism)
Cross platform wallpaper manager build using [Quasar Framework](https://quasar.dev/)
1. [Installation](#installation)
2. [Features](#features)
3. [Known Issues](#known-issues)
4. [Roadmap](#roadmap)
5. [FAQ](#faq)## Installation
#### Binaries
Check out [releases page](https://github.com/seyamx/exorcism/releases)#### Build it yourself
```bash
git clone https://github.com/seyamx/exorcism
cd exorcism
yarn
yarn build # this will build only for your platform
```## Features
- Changes Wallpaper every 10 mins
- Download a new wallpaper every 10 mins
- Download locations is hardcoded to [Unsplash API](https://source.unsplash.com/)## Know Issues
- Tray icon code design & implementation is the worst possible.
- When deleting an image make sure it's not in-use, or your background will go pitch black.## Roadmap
- Add user settings
- Fix reported bugs
- Add more bugs to be fixed later## FAQ
#### 1. Something is missing? Need a feature? Found a bug?
- Kindly open an issue :smile:#### 2. Want to give a helping hand?
Refer to [Quasar Docs](https://quasar.dev/start/pick-quasar-flavour), and dive
```bash
git clone https://github.com/seyamx/exorcism
cd exorcism
yarn
yarn dev
```