Search:

Type: Posts; User: zyxyellowxyz; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    lol No problem. I can't even remember where I got most of my setup. I do know that the ASCII tux and GNU were my idea, but most everything else was an idea that someone else (several people really)...
  2. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Have you tried calling the two conkies via a ssh script? I seem to remember getting that error. If you try the one I have above (called ssc.ssh), or even check out the original script here.

    (I'm...
  3. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Sure.

    ssc.ssh (file that calls all the conky files):
    #!/bin/sh
    # click to start, click to stop

    if pidof conky | grep [0-9] > /dev/null
    then
    exec killall conky
    else
  4. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    ...just can't stay put for long I guess...
    switched to Fedora, and tried to get conky going again. (Debain was VERY NICE, don't get me wrong, but the internet connect had problems, or maybe it was...
  5. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    susan@tux-box:~$ sudo dpkg-query -l *lua*-dev
    Desired=Unknown/Install/Remove/Purge/Hold
    | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
    |/...
  6. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Switched to Debian because of personal gripes with 9.10, and because of that, I now have to compile conky 1.7.2 from source. I get the following output from ./configure and I was hoping if someone...
  7. Replies
    10,014
    Views
    1,110,220

    Re: How many of you completely switched to Linux?

    I agree. Yes, Debian is a little more advanced than Ubuntu (as your previous knowledge goes) but their wiki is very indepth and they have the "if this doesn't work, do this" on their pages (specific...
  8. Replies
    10,014
    Views
    1,110,220

    Re: How many of you completely switched to Linux?

    I actually made the switch to Debian Lenny because of 9.10. It takes some tweaking to get compiz and emerald running (mainly emerald), but its worth it. My sound works again! (which has broken since...
  9. Replies
    4
    Views
    542

    Re: NTFS issue

    Thanks for all the helpful replies. We, my husband and I, ended up backing up the most important of the data that was on that drive, and repartitioned it into 3 smaller partitions. Win7 has had no...
  10. [ubuntu] Re: How to change logon sound & GDM themes in ubuntu 9.10

    I, personally, have not figured out a way to change the GDM theme, but you can try the steps on this webpage: http://www.ubuntumini.com/2009/09/hack-karmics-gdm-login-screen.html

    As for the...
  11. Replies
    4
    Views
    542

    [SOLVED] NTFS issue

    I decided to post this question here because:

    Windows help sucks
    Ubuntu users know how to fix stuff
    All places I go say that the partition is crapped. This is wrong

    Ok, here's the skinny...
  12. Replies
    2,269
    Views
    380,649

    Poll: Re: What kind of computer do you use?- Super Thread

    Its been a while since I posted here, but I know the specs I listed are now out of date. Here they are:

    Desktop:

    Compaq Presario SR5250NX Desktop PC GN582AAR
    Genuine Intel(R) COU 2140...
  13. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I used to spell Arkansas Arkansaw as a kid. Just because that's the way it sounds.
    Fun fact: in Kansas they pronounce the Arkansas River as the Ar-can-sass River. :D
    I love living here. Its nice...
  14. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    :) Thank you. I honestly have no clue where Maysville is, but I grew up on the outskirts of Little Rock (not in the city limits but on the edge of what is still considered Little Rock by the Post...
  15. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Have you tried just:
    ${font Space Age:size=12}Hello${font}

    I've never used the pixelsize but size has always worked for me.
  16. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    :guitar: You, my good sir, ROCK! :D Of course I read this when I can't change anything (rebooted into another OS).](*,)
  17. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Thanks. I've never used goto before, although I've seen a lot of people use it.



    Thanks for catching the execi/execpi error. And I tried to change it where it would only call it once an hour,...
  18. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    First: to my knowledge there is no way to have conky call which distro you are using besides typing it in your config
    HOWEVER, you can all the version of the Linux kernal you are using:
    ${kernel}...
  19. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    It could just be that whatismyip.org is down...

    or you can try
    ${execi 3600 $HOME/.conky/scripts/myip.sh}
    for this script
    #!/bin/sh
    wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP...
  20. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I would like some help. Or at least be pointed towards a post that will help. :)
    I want to rearrange my forecast layout to where it looks almost like the third set up in the first attachment (it's...
  21. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    you can also call it as an external script (which is what I do):

    ${execi 3600 $HOME/.conky/scripts/myip.sh}
    (or where ever you have it saved) for

    #!/bin/sh
    wget -q -O - checkip.dyndns.org|sed...
  22. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    You caught me, I edited it the day I posted that. :shock:




    I downloaded the Kubuntu wallpapers a while ago. In case you can't get it from the repositories anymore attached is an archive of...
  23. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I just wanted to say a big THANK YOU to everyone for their help. It took a little googling to figure out how to uninstall conky before I install the new one. But once I did, I was able to get the lua...
  24. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I believe I have lua enabled, it shows up with conky -v
    susan@susan-desktop:~$ conky -v
    Conky 1.7.1.1 compiled Mon Aug 17 18:31:57 CDT 2009 for Linux 2.6.28-14-generic (i686)

    Compiled in...
  25. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I'm wanting to have a translucent background color for my conky. I've checked out these two pages: http://conky.linux-hardcore.com/?page_id=555 and http://conky.linux-hardcore.com/?page_id=791
    and...
Results 1 to 25 of 69
Page 1 of 3 1 2 3