Breath of Puppy

Under development: PCMCIA, wireless, etc.
Post Reply
Message
Author
User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

Breath of Puppy

#1 Post by Lobster »

I wonder if we can use time consuming Puppy events to lower blood pressure?
http://www.murga-linux.com/puppy/viewto ... 735#458735
For example whilst downloading the latest must have puplet

Code: Select all

#! /bin/bash
# breath test for lowering blood pressure whilst waiting by Lobster

NUM=33 # Change the number of breaths

yaf-splash -bg yellow -fontsize x-large -timeout 6  -text 'Hello, the requested operation will take time'
yaf-splash -bg yellow -fontsize x-large -timeout 6  -text 'Whilst waiting . . . Puppy will lower your blood pressure'
yaf-splash -bg yellow -fontsize x-large -timeout 3 -text 'Relax and breathe slowly'
yaf-splash -bg yellow -fontsize x-large -timeout 3 -text 'Feel calm' 
yaf-splash -bg yellow -fontsize x-large -timeout 3 -text 'Lengthen breath'

repetitions=$NUM
 for g in $(eval echo {$repetitions..1})
  do
    yaf-splash -bg yellow -fontsize x-large -timeout 6 -text 'breath in 1 . . .  2 . . .'
    yaf-splash -bg yellow -fontsize x-large -timeout 12 -text 'breath out 1 . . .  2 . . .  3 . . .  4 . . .'
  done
this code should work in wary
and works in luci 231
(create a file called 'breath'
change permissions to executable - right click on file
run by typing ./breath on command line)

Puppy Linux
for calming dogs
Last edited by Lobster on Sun 17 Oct 2010, 13:28, edited 1 time in total.
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
jrb
Posts: 1536
Joined: Tue 11 Dec 2007, 19:56
Location: Smithers, BC, Canada

#2 Post by jrb »

Wow! More relaxation. I can hardly sit up in my chair. 8)

Nicely done Lobster!

Here's a .pet with entry on the Fun menu.
Attachments
puppy_breath.pet
More relaxed breathing
(883 Bytes) Downloaded 433 times

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#3 Post by musher0 »

Hey, lobster!

At your code line #3, there's a typo, and typos are well known to elevate blood pressure in linguists... :lol: Which would cancel the desired effect amongst that category of puppy-ists. "breath" should actually be written "breathe" (the verb, rather than the noun, must be used here)...

Phew, my breathing is better already! :D
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#4 Post by Lobster »

my breathing is better already!
:)
Many thanks
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#5 Post by musher0 »

It was nothing at all!

Another way to reduce blood pressure in puppy-ists would be NOT to publish any new puppy for, say, a full month after the last puppy is out. That way, puppy-ists could catch their breath! :lol:

It would be an elegant way to show respect to the producer of this "last" puppy and to give users the time to enjoy it more fully...

(My 0.02 $ worth.)
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

Post Reply