Tag: newsbeuter
Newsbeuter 2.1 theme
23/08/2010
Found a nice theme here in the comments: Newsbeuter 2.1 will contain support for 256-color terminals « Newsbeuter Development Blog.
# Generic Background
# First value is not used.
color background magenta color237#Text/background when reading an article
color article color188 color237#Color the listview items
color listnormal color188 color237#Selected listveiew item.
color listfocus color108 color236# info
color info color144 color234
Share the post "Newsbeuter 2.1 theme"
Newsbeuter and Google Reader
22/08/2010
I love those apps that work from a shell in linux.
One of my favs is Newsbeuter.
To make it work with Google Reader you need to create config file in:
.newsbeuter/config
In that file add these lines:
urls-source “googlereader”
googlereader-login “USERNAME@gmail.com”
googlereader-password “PASSWORD”
My config so far:
urls-source “googlereader”
googlereader-login “USERNAME@gmail.com”
googlereader-password “PASWORD”
googlereader-show-special-feeds yes
show-read-feeds no
refresh-on-startup yes
notify-beep yes
notify-xterm yes
auto-reload yes
reload-time 120
To make it show up in Conky I added this to the config:
News:${alignr}${execpi 600 newsbeuter -x reload print-unread}
Share the post "Newsbeuter and Google Reader"