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
- Host: GitHub
- URL: https://github.com/bcedu/shutdownscheduler
- Owner: bcedu
- License: gpl-3.0
- Created: 2017-10-24T05:12:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T19:26:03.000Z (almost 2 years ago)
- Last Synced: 2024-08-18T20:37:18.738Z (almost 2 years ago)
- Topics: elementary-apps, elementary-os, vala
- Language: Vala
- Homepage:
- Size: 600 KB
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.
### 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