-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
24 lines (18 loc) · 708 Bytes
/
README
File metadata and controls
24 lines (18 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
XmoTweet is a small Xmobar Plugin for Twitter. It shows you the
tweets from only one person you have added.
Hints:
* Xmobar
* Working Cabal installation is needed
* You need xml and http-wget (add them to xmobar.cabal)
* Not fully functional yet...
Getting Started:
* Edit the URL in the XmoTweet.hs to http://api.twitter.com/1/users/show.xml?screen_name=<user>.
* Copy XmoTweet.hs to /xmobar/src/Plugins/.
* Import Plugins.XmoTweet in /xmobar/Config.hs and add XmoTweet to runnableTypes.
* Add Run XmoTweet 1000 to commands in ~/.xmobarrc and add %xmotweet% to template.
* Install or reinstall Xmobar
Example:
~/xmobar$ cabal configure
~/xmobar$ cabal build
~/xmobar$ cabal install
Have fun ...