Skip to content

Simple Ruby shutdown timer for linux. Ubuntu built in shut off timer does not work correctly, so I made this small Ruby-Shoes app.

Notifications You must be signed in to change notification settings

thomas43/shutdown_timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

shutdown_timer

Simple Ruby shutdown timer for linux.

This application will shutdown after a specific number of minutes that the user provides. I found that when Youtube autoplays the sleep timer built in will not actually shut off the computer. I made this aplication to solve that issue.

To use this application you will need Ruby and Shoes(a GUI framework for Ruby).

Ruby: https://www.ruby-lang.org/en/ Shoes: http://shoesrb.com/

To launch the application without being on the command line, you must create a .desktop link:

[Desktop Entry]
Name=Shutdown
Comment=
Exec=/home/thomas/shutdown_timer/shutdown.rb
Icon=
Terminal=false
Type=Application
Categories=Application

put that code into /usr/share/applications/shutdown.desktop and you should be set.

About

Simple Ruby shutdown timer for linux. Ubuntu built in shut off timer does not work correctly, so I made this small Ruby-Shoes app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages