An open API service indexing awesome lists of open source software.

https://github.com/bcedu/shutdownscheduler

Very simple shutdown scheduler made with Vala
https://github.com/bcedu/shutdownscheduler

elementary-apps elementary-os vala

Last synced: about 2 months ago
JSON representation

Very simple shutdown scheduler made with Vala

Awesome Lists containing this project

README

          

# Shutdown Scheduler

ShutdownSheduler is an extremely simple program used to shutdown the computer in a specific date time. It provides a simple and clear interface to shedule the shutdown.

- Choose the specific time when you want to shutdown your computer
- Fast access buttons to add time
- Customize the fast access buttons with your own times
- Watch the remaining time at any time in the program, or just make a fast look to the progress bar of the icon
- Cancel the scheduled shutdown with just a button




## Installation

### elementary AppCenter

Install Shutdown Scheduler through the elementary AppCenter. It's always updated to lastest version. Easy and fast.


Get it on AppCenter

### Manual Instalation

You will need the following packages, that can be installed through apt:
- gobject-2.0
- glib-2.0
- gtk+-3.0
- granite
- gee-0.8
- unity

Download last release (zip file), extract files and enter to the folder where they are extracted.

Install the application with the following commands:

meson build --prefix=/usr
cd build
ninja
sudo ninja install

DO NOT DELETE FILES AFTER MANUAL INSTALLATION, THEY ARE NEEDED DURING UNINSTALL PROCESS

To uninstall type from the build folder:

sudo ninja uninstall