Pages

Alarm Clock


 Download

About


Analog and digital clock with alarm.



Installation


Alarm Clock needs PyQt4 and Python 2.7. Installation is similar to this.

Unpack, cd and run

python clock.py



clock.conf

 

That's where customization is done.

Window Size: 400x400
Digital Clock: on/off


RGBF - Red, Green, Blue and Opacity.


alarm.py


 That's where you can put a custom command for the player. I have just mplayer with an infinite loop but you can use audacious and your own audio file.

# xterm -e mplayer -loop 0 alarm.ogg
audacious my_audio.mp3


Alarm


  1. Right click on the Clock to open the Context Menu. Chose Alarm.
  2. Check Alarm to activate it.
  3. Set the time.



Red lеtter A indicates that alarm is on.



Download