Skip to content

francois2metz/pomodoro-awesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Pomodoro Widget

Usage

cd ~/.config/awesome
git clone git://github.com/francois2metz/pomodoro-awesome.git pomodoro

In you rc.lua:

-- insert after beautiful.init("...")
pomodoro = require("pomodoro")

-- widget is now available in pomodoro:

Add it to your wibox:

mywibox[s].widgets = {
    pomodoro,
    mytextclock,
}

Customization

If you want change the default icon, you can use beautiful:

beautiful.pomodoro_icon = '/your/path/to/pomodoro/icon'

License

Copyright 2010-2012 François de Metz

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                Version 2, December 2004

Copyright (C) 2012 François de Metz

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.

About

Pomodoro widget for the awesome WM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages