Skip to content

vreeze/zone-matrix-wake-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zone Matrix Wake Up

Demo

I can't believe it has been 20 years already since the release of The Matrix movie.

So for the 20 year anniversary I created the famous wake up scene as a zone program for Emacs (an Emacs screen saver). (And In an attempt to wake up more people from The Matrix...)

Link to scene on YouTube: Matrix wake up scene

Install

Save the file zone-matrix-wake-up.el to a directory (e.g.: zone-matrix-wake-up) and add it to you load-path in your emacs init file:

(add-to-list 'load-path "~/.emacs.d/zone-matrix-wake-up")

Require the package:

(require 'zone-matrix-wake-up)

Usage

You can add it to the list of zone programs or just overwrite the list to have only zone-pgm-matrix-wake-up.

    (setq zone-programs [zone-pgm-matrix-wake-up])

Specify after how many seconds of non-activiy to zone out:

    (zone-when-idle 120)

Instead of Neo, you can use your own name for the wake message:

    (setq zone-matrix-wake-up-name "Pieter")

You can also run it as a preview directly by invoking:

    (zone-matrix-wake-up)

Contributing

Welcome to report an issue on the issue tracker if you you find any bugs or have suggestions/ideas. Patches are welcome. Just create fork, work on a separate branch and open a pull request.

About

The Matrix wake up scene as an Emacs zone/screen saver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published