You are not logged in.
Played a litle bit
http://docd.zx6.ru/desktop/arch/desktop24.08.10-thumb.png
configs:
http://docd.zx6.ru/desktop/conky24.08.10.zipOne must launch three instances
conky -c .conkyright - for fight window,
conky -c .conkydrives - fot bottom one, and
conky -c .conkyclock - for the clock.Edit:
added "Recent Updates" script in phpEdit 2:
Added AUR Recent Updates, and removed weather.
i applied this conky successfully, but can't update aur and arch. can anyone guide me ???
i got the solution and i am done..!!!
Last edited by creative2innovative (2011-09-03 14:15:11)
Offline
Perre your reply is near the bottom of this =] hope that helps
conky
everything dumped in one file (configs and scripts)
http://www.multiupload.com/NXUM59RP0Por if you'd prefer to just get some part quickly
clock:
http://pastebin.com/CAd9MsyTemail:
http://pastebin.com/EsevzP8fmusic:
http://pastebin.com/8yUpEx7Nnet:
http://pastebin.com/NbfDTU4vnetstat:
http://pastebin.com/7JiqwEmEprocess:
http://pastebin.com/m393Nv29RSS:
http://pastebin.com/LwFwkPqtsys:
http://pastebin.com/itvbdcfbupdate:
http://pastebin.com/kg9EDu6dweather:
http://pastebin.com/Bb8NgzwnStart Scripts:
KDE:
http://pastebin.com/DKD2rL7VGnome / Openbox:
http://pastebin.com/tKQ9NA3Jinfo on the KDE start script:
You're going to need fehthis is different because of plasma desktop, and bla bla ^^ long story, but if you really want the background just say so and i'll tell you later or google conky and plasma desktop.
changed these a bit
aur.paconky
http://pastebin.com/LUSuyJJ8reopos.paconky
http://pastebin.com/byb081sbWhere i got the Update and Weather scripts
Update:
http://bbs.archlinux.org/viewtopic.php?id=68104Weather
grabbed from http://sen7.deviantart.com/art/Conky-Ni … -151418309edit:
Perre, i wish i could be more OCD about my comp. i regret putting so much crap on it sometimes but then i do use it a bit. i'm just biding my time till i get a new lappy then i'm storing this one away for media and other storage. maybe testing some things from time to time =Pdeep down i want to just set aside some space for this comp, my 360, and a slingbox, so when i get a netbook i'll be able to sit around looking smug.
oh as a small liittle note, i switched to gnome-shell today and had an issue with conky not showing up the way i originally confured it. to fix this, i just changed line 8:
from
own_window_type overide
to
own_window_type normal
This is the most best and useful conky i have ever seen..!!! Most of the things are running, but not able to find out how to run update and about the gmail in it, can anyone tell how it can be done ???
Last edited by creative2innovative (2011-09-03 16:55:59)
Offline
A conky which is using conky-lua, conky-forecast, conky-email and a custom python script for mpd.
Sources are available here: conky_src.tar.bz2
Offline
This is the most best and useful conky i have ever seen..!!! Most of the things are running, but not able to find out how to run update and about the gmail in it, can anyone tell how it can be done ???
A super easy gmail python script - only gets the number of new mails:
Offline
creative2innovative wrote:This is the most best and useful conky i have ever seen..!!! Most of the things are running, but not able to find out how to run update and about the gmail in it, can anyone tell how it can be done ???
A super easy gmail python script - only gets the number of new mails:
I still can't figure that out, so pls tell whether i did it correctly or not.
this is my conky_email
background yes
use_xft yes
xftfont 123:size=6
xftalpha 0.8
update_interval 10
total_run_times 0
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 250
maximum_width 250
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color white
default_shade_color black
default_outline_color white
alignment top_middle
gap_x -100
gap_y 200
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer yes
text_buffer_size 256
draw_graph_borders noxftfont 123:size=8
TEXT
${font}${color wheat3}Mail ${color azure} ${stippled_hr}$font${color MintCream}
Gmail: ${execi 300 python ~/.conky/gmail.py}
this is my gmail.py
#!/usr/bin/python
import os
import string
username="myusername"
password="mypassword"
com="wget -O - https://"+username+":"+password+"@mail.google.com/mail/feed/atom --no-check-certificate"
temp=os.popen(com)
msg=temp.read()
index=string.find(msg,"<fullcount>")
index2=string.find(msg,"</fullcount>")
fc=int(msg[index+11:index2])
if fc==0:
print "0"
else:
print str(fc)
I have put both of this file in .conky folder in /home/usename/.conky
is that possible if hardware clock is not set properly these functions will not perform properly..??
Last edited by creative2innovative (2011-09-04 05:10:56)
Offline
A conky which is using conky-lua, conky-forecast, conky-email and a custom python script for mpd.
Sources are available here: conky_src.tar.bz2
http://linux-packages.pagesperso-orange.fr/conky/conky_thumb.png
Thanks for the post..!! But mpd, weather and paconcky are not working for me, could you little bit guide me on this.
Offline
vcottineau wrote:A conky which is using conky-lua, conky-forecast, conky-email and a custom python script for mpd.
Sources are available here: conky_src.tar.bz2
http://linux-packages.pagesperso-orange.fr/conky/conky_thumb.pngThanks for the post..!! But mpd, weather and paconcky are not working for me, could you little bit guide me on this.
Be sure that everything is installed. My conky version is the following (conky -v):
X11:
* Xdamage extension
* XDBE (double buffer extension)
* Xft
* ARGB visual
Music detection:
* MPD
* MOC
General:
* math
* hddtemp
* portmon
* Curl
* RSS
* Weather (METAR)
* Weather (XOAP)
* wireless
* support for IBM/Lenovo notebooks
* config-output
* Imlib2
* apcupsd
* iostats
* ncurses
* Lua
Lua bindings:
* Cairo
* Imlib2
Mpd
-----
Mpd Documentation-> ArchWiki - Mpd
Conky-forecast
-------------------
conky-forecast Documentation -> Ubuntu - conkyForecast (in french)
You basically need to create an account on Weather.com and subscribe to the XML Data Feed
Paconky
----------
paconky Documentation-> https://bbs.archlinux.org/viewtopic.php?id=68104
You need to add cron job to update pacman if you want to see some changes in conky (not needed for aur packages)
However:
[2011-07-01] UPDATE The bash version of paconky is deprecated. Use the much more efficient paconky.py replacement script. http://xyne.archlinux.ca/scripts/conky/
Offline
I have put both of this file in .conky folder in /home/usename/.conky
is that possible if hardware clock is not set properly these functions will not perform properly..??
That came from someone else, I'll have to ask as I don't use gmail.
Offline
creative2innovative wrote:vcottineau wrote:A conky which is using conky-lua, conky-forecast, conky-email and a custom python script for mpd.
Sources are available here: conky_src.tar.bz2
http://linux-packages.pagesperso-orange.fr/conky/conky_thumb.pngThanks for the post..!! But mpd, weather and paconcky are not working for me, could you little bit guide me on this.
Be sure that everything is installed. My conky version is the following (conky -v):
X11: * Xdamage extension * XDBE (double buffer extension) * Xft * ARGB visual Music detection: * MPD * MOC General: * math * hddtemp * portmon * Curl * RSS * Weather (METAR) * Weather (XOAP) * wireless * support for IBM/Lenovo notebooks * config-output * Imlib2 * apcupsd * iostats * ncurses * Lua Lua bindings: * Cairo * Imlib2
Mpd
-----
Mpd Documentation-> ArchWiki - MpdConky-forecast
-------------------
conky-forecast Documentation -> Ubuntu - conkyForecast (in french)
You basically need to create an account on Weather.com and subscribe to the XML Data FeedPaconky
----------
paconky Documentation-> https://bbs.archlinux.org/viewtopic.php?id=68104
You need to add cron job to update pacman if you want to see some changes in conky (not needed for aur packages)However:
[2011-07-01] UPDATE The bash version of paconky is deprecated. Use the much more efficient paconky.py replacement script. http://xyne.archlinux.ca/scripts/conky/
thanks for lot's of useful info mpd and weather forecast worked...!! all due to you !!
Offline
creative2innovative wrote:I have put both of this file in .conky folder in /home/usename/.conky
is that possible if hardware clock is not set properly these functions will not perform properly..??
That came from someone else, I'll have to ask as I don't use gmail.
thanks for stuff ..!!
Offline
I wasn't sure where to post this. I'm trying to set up conky to display different colors in dwm and I'm having a couple of problems. I have the statuscolors patch applied. I only had 3 colors defined in my config.h and wanted to use the first two for my status bar but was unable to. After some beating my head on the desk, I just added those same 2 colors as my fourth and fifth colors in my config.h and it seemed to work. My first question is why is that so? Here's the relevant part of my config.h
#define NUMCOLORS 5 // need at least 3
static const char colors[NUMCOLORS][ColLast][8] = {
// border foreground background
{ "#000000", "#7f7f7f", "#000000" }, // 0 = normal
{ "#000000", "#b3b3b3", "#000000" }, // 1 = selected
{ "#000000", "#cd0000", "#000000" }, // 2 = urgent/warning
{ "#000000", "#7f7f7f", "#000000" }, // 3 = grey
{ "#000000", "#b3b3b3", "#000000" }, // 4 = white
// add more here
Anyway, like I said, it works now (as in displaying the colors like I want it to), but afterwards I noticed a considerable jump in cpu usage when idle. Here's a screenshot
Here's my .conkyrc (BTW, I'm using the regular conky from the repros, not conky-cli) http://ompldr.org/vYThxaQ The weird characters are the icons that I drew but they're not displaying correctly on ompldr. Can someone tell me whats going on or what I did wrong? Any help would be appreciated. Thanks
EDIT: I solved it with help from this thread https://bbs.archlinux.org/viewtopic.php?pid=917488 by changing it to ${execi 10000 echo -e \\x0*} and i also changed the update_interval to 2. It works better now. Thanks sad clown!
Last edited by stlarch (2011-09-07 19:25:59)
Offline
My simple Conky + Gnome 3 Desktop
How'd you get Gnome3 working?
Offline
Here's mine, also with Gnome 3.
http://i.imgur.com/cbencs.jpgI wrote about conky and gnome 3 in my blog. (click the flag-buttons on the right top to translate)
Thanks for the conky, I'm using it with almost no changes needed
zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)
Offline
Offline
^ I like it!
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
hello doug piston, nice wall, care to share a link?
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
Conky PitStop
A once in a blue moon offer: two featured conkys this week: thevdude & xeNULL and of course they are both on the Gallery 2011 2 page as well.
thevdude's thanking exNULL for the original conky he used, modified however, reminded me I have been lax, as I have had exNULL's conky ready to go for a while so I made it a special week with two featured conkys.
Enjoy!
NOTE: We need more ARCH conkys!
Offline
Offline
Thanks!
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
My Nick wrote:My simple Conky + Gnome 3 Desktop
How'd you get Gnome3 working?
conky can work as usual on the gnome 3
Offline
Conky PitStop
A once in a blue moon offer: two featured conkys this week: thevdude & xeNULL and of course they are both on the Gallery 2011 2 page as well.
thevdude's thanking exNULL for the original conky he used, modified however, reminded me I have been lax, as I have had exNULL's conky ready to go for a while so I made it a special week with two featured conkys.
Enjoy!
NOTE: We need more ARCH conkys!
hi sector 11 ... Can you help me to config conky email ... I've tried using the python scripts and perl scripts .. but still it does not appear on the screen conky
like this example on the ubuntu forum ... I've followed all the config .. but still not working
Last edited by My Nick (2011-09-12 18:12:53)
Offline
Sector11 wrote:Conky PitStop
A once in a blue moon offer: two featured conkys this week: thevdude & xeNULL and of course they are both on the Gallery 2011 2 page as well.
thevdude's thanking exNULL for the original conky he used, modified however, reminded me I have been lax, as I have had exNULL's conky ready to go for a while so I made it a special week with two featured conkys.
Enjoy!
NOTE: We need more ARCH conkys!
hi sector 11 ... Can you help me to config conky email ... I've tried using the python scripts and perl scripts .. but still it does not appear on the screen conky
like this example on the ubuntu forum ... I've followed all the config .. but still not working
http://ubuntuforums.org/attachment.php? … 1224528285
Did you chmod the .py?
Offline
Did you chmod the .py?
I've chmod 755 file.py
Offline