Ubuntu :: Set Up Conky To Show A Number Of RSS Feeds?

Apr 6, 2010

I'm trying to set up Conky to show a number of RSS feeds, and while I can get it to show the raw titles of items how would I trim these titles down to a given number of characters (say, 40) and add an ellipsis to the end if text has been cut off? The length of titles by default can vary wildly, so if only for the sake of organisation it'd be nice to have a maximum title length imposed.

I found this thread that does something kind of similar for Transmission torrents, but I have no idea how I'd adapt it for RSS feeds. As it stands, the code (well, a sample at least) is simply:

Code:
SLASHDOT$hr
${rss http://rss.slashdot.org/Slashdot/slashdot/to 5 item_title 0}
${rss http://rss.slashdot.org/Slashdot/slashdot/to 5 item_title 1}
${rss http://rss.slashdot.org/Slashdot/slashdot/to 5 item_title 2}
${rss http://rss.slashdot.org/Slashdot/slashdot/to 5 item_title 3}
${rss http://rss.slashdot.org/Slashdot/slashdot/to 5 item_title 4}

View 1 Replies


ADVERTISEMENT

Ubuntu Security :: Internet Security Status Feeds Via Conky?

Mar 29, 2010

Conky can be used to display a variety of information on the users desktop. I wanted to use Conky instead to display the current status of security as reported by:

SANS Internet Storm Center
IBM Internet Security Systems
Symantec Threatcon
McAfee Threat Center

I therefore created 4 small scripts which download the current status from these sites, and set the colour of those status's depending on the current value.The conky configuration allows for a semi-transparent background - though this is optional.Attached is an example image showing the 4 different colours.Also attached is an archive with the 4.sh files, .conkyrc and draw_bg.lua (from here http:[url].....

View 2 Replies View Related

Ubuntu :: Conky Bar Does Not Show All Script

Mar 27, 2011

The bar doesn't show all script in conky.conf. My desktop: [URL]

my conky conf
Code:
alignment top_left
background no
border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders yes .....

View 2 Replies View Related

Software :: Conky Won't Show Everything?

Mar 30, 2010

I have had a perfectly working conky setup for a few months now, and felt like updating it. The new setup is slightly longer that the old one. The onlyblem is that it stops displaying any more text after a certain line on my screen. There are 3 more lines below "IO Usage" that should be displaying, but they aren't. They aren't hidden off the screen, they just aren't being displyaed.I also discovered that the top line always seems to be fixed at a certain point on the screen. It won't move up or down. Even if there are less lines of stuff to be displayed, the top line stays there, and there is a gap between conky and the bottom of the screen.The first problem is the bigger one, but I have a feeling that they are both somehow related.

View 4 Replies View Related

Ubuntu :: Conky Weather Does Not Show Icon ?

Mar 18, 2010

I am using pogodynka.sh to try and get conky to show the temperature and incorporate and icon from weather.ttf to show a graphical depiction... i.e. a sun for sunny, a cloud with a lightening bolt for thunder...

I have managed to get it working in the past (about a year ago) Now I am unable to get the icon to show, the font is installed and being used by other parts of the same instance of conky. However the pogodynka DOES state the temperature. I just have no graphical representation of that, thus it creates a big blank spot in the middle of my conky....

View 1 Replies View Related

Ubuntu :: Show CPU Temperature With Conky (AMD / K10Temp)

Oct 13, 2010

I'm struggling to get my Conky feed to show the CPU temperature. I'm working with a fresh install of Ubuntu 10.10. Currently my Conky display shows a CPU temperature of 0 degrees Celsius, and I know this isn't true because I built the computer myself and I'm definitely not that good! Also, the GNOME hardware applet contradicts this and gives a more realistic CPU temperature of 33 degrees Celsius. What I can do to rectify this and get this displayed in my Conky?

The science bit:
I have done a sudo-sensors detect, and for CPU sensors it tells me:
Code:
Some south bridges, CPUs or memory controllers contain embedded sensors.
Do you want to scan for them? This is totally safe. (YES/no): y
Silicon Integrated Systems SIS5595... No
VIA VT82C686 Integrated Sensors... No
VIA VT8231 Integrated Sensors... No
AMD K8 thermal sensors... No
AMD Family 10h thermal sensors... Success!
(driver `k10temp')
AMD Family 11h thermal sensors... No
Intel Core family thermal sensor... No
Intel Atom thermal sensor... No
Intel AMB FB-DIMM thermal sensor... No
VIA C7 thermal sensor... No
VIA Nano thermal sensor... No

The end summary is as follows:
Code:
Now follows a summary of the probes I have just done.
Just press ENTER to continue:
Driver `k10temp' (autoloaded):
* Chip `AMD Family 10h thermal sensors' (confidence: 9)
and here is the relevant snippet of my conkymain file:

Code:
${color purple}CPU ${hr 4}$color
${freq}MHz Load: ${loadavg} Temp: ${acpitemp}
$cpubar
${cpugraph 000000 ffffff}

View 9 Replies View Related

Slackware :: Conky - 13.1 - Don't Show Temprature

Jul 19, 2011

I've installed the conky on my slack 13.1.

So, I get a script on the internet, and get this line error:

platform coretemp.1 temp 1

And I get the follwing error:

Code:

So, I see my output os acpitool and the Thermal Info is not available.

Do you know what can I do to get the Temperature of my CPU?

View 2 Replies View Related

Fedora :: Way To Get Conky To Show Only Eth0 Or Wlan0?

May 24, 2010

Is there a way to get conky to show only eth0 or wlan0? My configuration only shows the wireless bit when wifi is switched on but shows eth0 all the time.

Temperature: I have nvidia card with drivers from rpm fusion, can conky give me the temperature of the card and the cpu?

View 6 Replies View Related

Debian Multimedia :: Dzen2 & Conky Fail To Show Icons And Colors?

Dec 27, 2010

I have some problem with dzen2 & conky to show icons and/or colors.In my i3-wm config file i have:exec conky -b -c ~/.conkyrc | i3-wsbar --command "dzen2 -dock -x %x -l"and my conky is correctly displayed on i3-wsbar.But if in my conky I put something like:

^fg(#B64403) mem: $memperc%
or
^fg(red) mem: $memperc%

[code]....

View 1 Replies View Related

Ubuntu :: Show Number Of Days Since January 1 On Orage

Jan 20, 2010

I'm using the XFCE desktop and the orage clock applet.

Is there any way I can display the number of days elapsed since 1st of January of the current year?

Can't seem to fine an strftime function for it.

View 7 Replies View Related

General :: Show The Number Of File On Folder?

Oct 21, 2010

My folder have some files and I want to show the number of files on folder at "Total file on folder: " Ex: Monday folder have six files and it will show "Total file on folder : 6" when I run a script. This is my code :

#!/bin/sh
if [ -d /home/kenzo/Monday/ ] && {
echo "Monday"
ls -l /home/kenzo/Monday/

[code].....

View 2 Replies View Related

Ubuntu :: Conky Quirk - How To Get Conky To Start Normally Without Having To Do Manual Restart Everytime Login

Jun 26, 2011

I have conky installed and set up as a startup application, however everytime I log out and back in conky creates itself as a new window:

How can I get conky to start normally without having to do a manual restart everytime I login?

View 3 Replies View Related

Debian :: Conky - Full Screen Config / 2 Conky Configs?

Jun 13, 2011

Said that all the config i find put all the info in one place of the screen, in this example on the right side:

url

or like conky colors where you can put in either side, or other complex examples that use folders with images..that at least i need one day to study all the variables it has...

What i want is something simple, in my black background i dont want images and effects, only white simple text.

My problem is: i want for instance my specs above, my log info in the middle, my music info bellow (above my clock) and in conky config i'm hitting my head in the wall....

For instance if i use my facebook script to appear in the midle how the hell can i put my music info bellow without ruined the facebook in the midle...do i need 2 conky configs?

View 4 Replies View Related

Ubuntu :: When Type "conky" In Terminal It Returns With Conky: Invalid Configuration File

Feb 1, 2011

when I type "conky" in terminal it returns with Conky: invalid configuration file '/home/user/.conkyrc' Conky: missing text block in configuration; exiting ***** Imlib2 Developer Warning ***** : This program is calling the Imlib call: imlib_context_free(); With the parameter: context being NULL. Please fix your program. I've tried completely uninstalling, rebooting, then reinstalling, still same error?

View 3 Replies View Related

Software :: No Sound From Internet Feeds?

Jun 13, 2010

My sound card fuctions fine when playing music and videos butwont play sound from web sites.Sound card is snd-hda-intel which Yast2 reports it as but it is integrated on this amd 785 chipset motherboard which is a Gigabyte GA-MA785gm-us2h motherboard.

View 3 Replies View Related

Slackware :: RSS Feeds Now Accessible Via NNTP?

Oct 13, 2010

For a while now GMANE has put up GWENE which is an RSS/Atom feed to Usenet portal. I have just created groups for all Slackware ChangeLog Feeds available at [URL]

Slackware Security: gwene.com.slackware.security
Slackware 32bit Current ChangeLog: gwene.com.slackware.current.changelog
Slackware 64bit Current ChangeLog: gwene.com.slackware64.current.changelog
SlackBuilds.org ChangeLog: gwene.org.slackbuilds.changelog
AlienBOB's SlackBuilds Changelog: gwene.com.slackware.alien.slackbuilds.changelog
AlienBOB's Blog Entries: gwene.com.slackware.alien.blog

Sadly the Slackware stable feed is busted, so there is no point in adding it. Heres an example how to setup your news reader:[URL] You just need to use news.gwene.org instead of news.gmane.org as server. Note that the gwene server includes gmane so you dont need to have both. I am also considering adding AlienBOBs feed [DONE]

View 5 Replies View Related

General :: Run A Bittorrent Mirror For Various Torrents E.g. From XML Feeds?

Mar 9, 2011

I have a virtual server which acts mainly as mail server. I wonder whether I could set up a mirror for certain files like Linux ISO images, conference talk recordings and other stuff.How could I seed automatically all torrents from XML feeds plus torrents added by hand? Further conditions: The data files should be accessable via HTTP/FTP, too total traffic and bandwidth uage need to be restricted, plus bonus points for restrictions per feed or file.

View 1 Replies View Related

Debian Multimedia :: Making Chromium To Pass RSS Feeds?

Mar 28, 2011

How to make Chromium to pass RSS feeds to Liferea? There are several browser extensions for RSS feeds but it seems they only work with web-based readers.

View 1 Replies View Related

OpenSUSE :: Log File Location To Try Diagnose Frozen On Feeds

Apr 13, 2010

In the last couple of days when I start Kontact it gets frozen on FEEDS. I have tried to start all of the applications within Kontact separately and they all start fine except for Akregator i.e. Feeds. I have been looking for a debug howto or a log file location to try diagnose where/what the problem is. Opensuse 11.2, KDE 4.3.5.

View 3 Replies View Related

General :: Output Rss Feeds To Audio (Newsbeuter + Festival)?

Feb 27, 2011

Has anyone come across a means to output rss feeds to audio? A Google search led me on a "wild goose chase". I was looking for a newsbeuter or snownews plugin of sorts. Either realtime output to speakers or piped to speex/ogg/mp3 I *really* need to learn how to code, so I can do these things myself

View 3 Replies View Related

Programming :: Looking For A Bash / Perl Script To Read New RSS Feeds (XML Url)?

Feb 13, 2011

I would like to find something portable that work on all machines. I have hmtl2text installed, and perl and sh.

Anyone would know if someone already made such thing to read new through the console ?

View 1 Replies View Related

Ubuntu Multimedia :: Analyse The Network Traffic That IE Is Getting To Get An IP Address For The Video And Audio Feeds?

Apr 13, 2010

This is probably the wrong forum to star and I am clutching at straws here hoping someone can point me in the right direction.I own a cheap IP Network WebCam, bought from eBay (like this one:it doesn't list it's manufacturer anywhere and just says it is the F-Series IP Camera.It works well, both on Firefox and IE. However, you can only get a live video stream with audio out of it using IE and an ActiveX plugin or the supplied Windoze only IP Camera Super-Client software which doesn't like Wine.

As I am mainly an Ubuntu user, I was wondering if anyone knew of any tricks to get hold of the two streams, maybe using VLC to view?I've tried IE4Linux and Play-On-Linux to install IE in ubuntu, but the ActiveX unsurprisingly doesn't work. I was hoping that:someone can point me to a forum that might have someone who knowssomeone can tell me how to analyse the network traffic that IE is getting to get an IP address for the video and audio feedssomeone has some experience with these cameras and knows the answer to all my questions I've tried using wireshark, but the output makes no sense to me - I've figured out various addresses to the video stream:[URL]But I can't get the audio stream. I was hoping to use it as a baby monitor, it has excellent night viewing capabilities with its IR LEDS, but having no audio in Ubuntu with it is a pain.

View 2 Replies View Related

OpenSUSE :: Unable To Find Where The RSSNow Plasmoid Stores The Feeds?

Oct 12, 2010

After digging around in vain in my local .kde4 I am unable to find where the RSSNow plasmoid stores the feeds. It apparently wants to keep them secret forever.

(Man - Plasmoids are okay, but the utter lack of documentation for them makes them far less useful than then could be.)

View 3 Replies View Related

Ubuntu :: Liferea - Download Podcasts - 'Unread' Search Folder To Display All Feeds From All Subscriptions?

Mar 2, 2011

I'm about to make the switch to Ubuntu but what's holding me back is Liferea. From what I've read it's by far the best RSS reader but I'm having three major problems with it...

1) I am trying to get Liferea to download podcasts that I subscribe to. I've set my download folder in preferences, and I've set the feed to automatically download enclosures in the advanced tab of the feed folder. Nothing is downloading, why?

2) I want the 'Unread' search folder to display all feeds from all subscriptions (read or unread) apart from those in the Podcast folder I've created. How do I do this?

3) I read an article in a feed and delete the article. When the feed updates, the article returns - how do I keep it deleted?

View 2 Replies View Related

OpenSUSE :: Failed: Conky Hardcore "Conky Transparency With KDE (3 And 4)"

Jun 19, 2010

I have a problem with conky. It draws a black background instead of using pseudo-transparency. I ofc tried to achieve this with feh but to no avail. All the instructions here failed: Conky Hardcore! Conky transparency with KDE (3 and 4)

[Code]...

View 1 Replies View Related

Ubuntu :: Get The Card Number And Device Number On System For Attched USb Audio Device?

Oct 1, 2010

how to get the card number and device number on system for attched USb audio device?

View 3 Replies View Related

General :: Unix Ps -l Priority Whoes One Number In Column "PRI" But In Same Time Ps -o Pri Shows Another Number?

May 21, 2011

Why does unix ps -l whows one number in column "PRI" but in same time ps -o pri shows another number? cpu and nice are zero for those processes

View 1 Replies View Related

Ubuntu :: Maverick Doesn't Show Sub-menus / Show That?

Oct 14, 2010

Anyway since I upgraded to Ubuntu 10.10 when I right-click on something and there is another menu in that menu, it doesn't show up for the first time!

for example if I want to create a an "Empty File", I'll right-click on desktop and when I want to go to "Create Document" menu, it doesn't show up! so I must click somewhere else and try again so for the second time it works!!

View 9 Replies View Related

General :: Evolution Does Not Show Content Of Inbox Or Sent But Does Show Other Folders

Apr 28, 2011

I configured it to use IMAP to access our exchange 2010 server front end on a LAN connection. Our webmail connection is segregated behind Forefront, so it was not connecting/authing that way. Even though smartphones have no problem. (sidenote, is there an activesync linux mail client ?)

I have many root folders and several folders underneath my inbox. total mailsize in inbox is 3.5 GB without subfolders. The sent is likewise as large. And is likewise empty.

Things I checked already:
View is all
Folder subscription is on and local copy is on

More info:
Thunderbird worky fine.
But thunderbird is missing calender
Tried adding lightening, but it won't add into thunderbird.
Will try finding a diff add on, or if anyone knows how to get lightening into thunderbird 3.1.8 on ubuntu 10 that would be great as well.

View 1 Replies View Related

Ubuntu :: Conky Stays On Top?

Aug 14, 2010

I've tried other solutions, but none work for me.Here is my .conkyrc

Code:
######################
# - Conky settings - #

[code]....

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved