Module: D3::PuppyTime

Defined in:
lib/d3/puppytime.rb,
lib/d3/puppytime/puppy_queue.rb,
lib/d3/puppytime/pending_puppy.rb

Overview

Constants and methods for PuppyTime, which installs the pkgs listed in the PuppyQueue at logout.

Defined Under Namespace

Classes: PendingPuppy, PuppyQueue

Constant Summary collapse

DFT_IMAGE_DIR =

Module Constants #################

D3::SUPPORT_DIR + "puppytime"
DFT_OPTOUT_IMAGE =
DFT_IMAGE_DIR + "opt_out_image"
DFT_NOTIFY_IMAGE =
DFT_IMAGE_DIR + "notification_image"
DFT_SLIDESHOW_DIR =
DFT_IMAGE_DIR + "slideshow"
DFT_OPTOUT_TEXT =
"Software updates will start when you click OK,\nor when the timer runs out.\nClick cancel to postpone till next logout"
DFT_OPTOUT_SECS =
30
DFT_DISPLAY_SECS =
8
DFT_TITLE =
"PuppyTime!"
DFT_IMG_SIZE =
250
TEXT_POSITION =
:center
DFT_CAPTION =
"The puppies are..."
CAPTION_POSITION =
:left
COUNTDOWN_POSITION =
:right