Skip to content

Commit

Permalink
Update README with some style and copyright.
Browse files Browse the repository at this point in the history
Signed-off-by: François de Metz <francois@stormz.me>
  • Loading branch information
francois2metz committed Apr 28, 2012
1 parent 1d32ad7 commit d6a4b06
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,22 @@

In you rc.lua:

```lua
-- insert after beautiful.init("...")
require("pomodoro")

// insert after beautiful.init("...")
require("pomodoro")

-- widget is now available via:
pomodoro()
-- widget is now available via:
pomodoro()
```

Add it to your wibox:

mywibox[s].widgets = {
pomodoro(),
mytextclock,
}
```lua
mywibox[s].widgets = {
pomodoro(),
mytextclock,
}
```

## Customization

Expand All @@ -29,12 +32,12 @@ If you want change the default icon, you can use beautiful:

## License

Copyright 2010-2011 François de Metz
Copyright 2010-2012 François de Metz

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

Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
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
Expand Down

0 comments on commit d6a4b06

Please sign in to comment.