Page 32 of 96 FirstFirst ... 2230313233344282 ... LastLast
Results 311 to 320 of 958

Thread: November 2007 Desktops (Safe for work ONLY) - Please include theme details.

  1. #311
    Join Date
    Mar 2005
    Location
    Charlotte, NC
    Beans
    115

    Re: November 2007 Desktops (Safe for work ONLY) - Please include theme details.

    Quote Originally Posted by alwiap View Post
    can you post your .conkyrc config? I have a very simillar one (probably derived from the same) but I like some things in yours! very nice desktop.
    Thanks. Here's the conkyrc. I literally JUST removed the bit at the top that said Ubuntu 7.10, with the uptime in and the time/date. I found a Gdesklet clock I really liked, but I should've backed it up. I can probably replicate it. *EDIT* -- FIXED and edited back to original state.

    Code:
    background yes
    cpu_avg_samples 2
    net_avg_samples 2
    out_to_console no
    use_xft yes
    xftfont Tahoma:size=7
    xftalpha 0.8
    mail_spool $MAIL
    update_interval 1
    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 120 2
    maximum_width 120 2
    draw_shades no
    draw_outline no
    draw_borders no
    stippled_borders no
    border_margin 1
    border_width 1
    #alignment top_left
    gap_x 5
    gap_y 5
    alignment bottom_left
    use_spacer no
    no_buffers yes
    uppercase no
    
    TEXT
    
    Ubuntu 7.10 ${alignr}${color #b1b1b1}($color$uptime${color #b1b1b1})$color
    
    ${color #98c2c7}TIME:$color ${alignr}${time %I:%M %p}
    ${color #98c2c7}DATE:$color ${alignr}${time %a %b %e %G}
    ${color #b1b1b1}PROCESSING ${hr 2}$color
    ${color #98c2c7}CPU:$color     ${alignr}${cpu cpu1}%
    ${color #98c2c7}${cpugraph 20,120 98c2c7}
    ${color #b1b1b1}DATA ${hr 2}$color
    ${color #98c2c7}RAM:$color       ${alignr}$memperc%
    ${color #98c2c7}SWAP:$color     ${alignr}$swapperc%
    ${color #b1b1b1}FILESYSTEM ${hr 2}$color
    ${color #98c2c7}Root:$color ${alignr}${fs_used_perc /}%
    ${color #98c2c7}Data:$color       ${alignr}${fs_used_perc /media/data}%
    ${color #b1b1b1}NETWORK ${hr 2}$color
    ${color #98c2c7}Upload:$color     ${alignr}${upspeed eth0}kb/s${color #98c2c7}
    ${color #98c2c7}Download:$color ${alignr}${downspeed eth0}kb/s${color #98c2c7}
    ${color #98c2c7}Gmail:$color ${alignr}${texeci 90 python /home/chris/.gmail.py}${color #98c2c7}
    And the gmail python script:

    Code:
    import os
    import string
    
    #Enter your username and password below within double quotes
    # eg. username="username" and password="password"
    username="user"
    password="pass"
    
    ttext=""
    title=""
    ntext=[]
    nam=[]
    mtext=[]
    mes=[]
    sum=[]
    ema=[]
    nom=""
    tot=0
    rtot=0
    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,"<title>")
    index2=string.find(msg,"</title>")  
    title=msg[index+25:index2]
    index=index2
    index=string.find(msg,"<fullcount>")
    index2=string.find(msg,"</fullcount>")
    fc=msg[index+11:index2]
    if(int(fc)>20):tot=20
    else: tot=(int(fc))
    rtot=tot
    
    if (int(fc)==1):
       print ""+fc+" New"
    elif rtot==0:
       print "0 New"
    elif rtot>1:
       print ""+fc+" New"
    else:
       print "Error..."
    Last edited by MicroChris; November 9th, 2007 at 04:00 AM.
    Proud User of Ubuntu 7.10

  2. #312
    Join Date
    Mar 2005
    Location
    Charlotte, NC
    Beans
    115

    Re: November 2007 Desktops (Safe for work ONLY) - Please include theme details.

    Sorry for the double post, but I fixed the conkyrc back to it's original state if anyone wants to re-copy it.
    Proud User of Ubuntu 7.10

  3. #313
    Join Date
    Feb 2007
    Location
    detroit
    Beans
    248
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: November 2007 Desktops (Safe for work ONLY) - Please include theme details.

    thanks MicroChris, I updated my conky so I'll post a screenie, info in terminal.
    Attached Images Attached Images
    go wings geaux tigers go pistons
    linuxmint/XP desktop/laptop, nokia n800 ( os2008 )

  4. #314
    Join Date
    Mar 2005
    Location
    Charlotte, NC
    Beans
    115

    Re: November 2007 Desktops (Safe for work ONLY) - Please include theme details.

    Quote Originally Posted by alwiap View Post
    thanks MicroChris, I updated my conky so I'll post a screenie, info in terminal.
    Hmm, your date seems stretched on Conky. Try changing the letters on the DATE line from lower to uppercase and vice versa. Unless of course you want it that way

    Other than that, cool desktop.
    Proud User of Ubuntu 7.10

  5. #315
    Join Date
    Feb 2007
    Location
    detroit
    Beans
    248
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: November 2007 Desktops (Safe for work ONLY) - Please include theme details.

    Quote Originally Posted by MicroChris View Post
    Hmm, your date seems stretched on Conky. Try changing the letters on the DATE line from lower to uppercase and vice versa. Unless of course you want it that way

    Other than that, cool desktop.
    yea, i just got that worked out

    that was the main reason i wanted to change the conky setup to have date and time, because i never used the thingambob in the upper taskbar that has the calendar anyway, it was taking up space!
    go wings geaux tigers go pistons
    linuxmint/XP desktop/laptop, nokia n800 ( os2008 )

  6. #316
    Join Date
    Nov 2006
    Location
    The Void
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: November 2007 Desktops (Safe for work ONLY) - Please include theme details.



    GTK: Clearlooks Gutsy Custom Colored
    Metacity: Clamp
    Icons: Gtangish Black
    Wall: Halo 3 sketch edit forgot location.
    Current Ubuntu Version: Ubuntu 18.04 X64
    Ubuntu User for 10+ Years...
    Phone: Xiaomi Mi Mix 2 on Android O


  7. #317
    Join Date
    Nov 2006
    Location
    Mumbai, India
    Beans
    652

    Talking Re: November 2007 Desktops (Safe for work ONLY) - Please include theme details.

    here's my 2nd and 3rd screenshot for the month, wallpapers available here
    Attached Images Attached Images
    [Arch + KDE]

  8. #318
    Join Date
    Jan 2006
    Beans
    1,352

    Re: November 2007 Desktops (Safe for work ONLY) - Please include theme details.

    New GDM, new embedded terminal, and new wallpaper/skydome/cubecap... same old clearlooks gtk and balck UbuntuStudio icons:

    Large View: http://i144.photobucket.com/albums/r...enshot-52a.png



    Large View: http://i144.photobucket.com/albums/r...nshot-56-9.png


    Large View: http://i144.photobucket.com/albums/r...nshot-58-3.png


    Large View: http://i144.photobucket.com/albums/r...nshot-60-8.png

  9. #319
    Join Date
    Jun 2005
    Location
    Land of the Longleaf Pine
    Beans
    Hidden!

    Re: November 2007 Desktops (Safe for work ONLY) - Please include theme details.

    misfitpierce and vishzilla, you guys did a kind of 'one, two, punch' in the catagory of 'stuff you don't see everyday' with your wallpapers. nice matchup, both of you with the themes, as well. that's fun stuff, guys.

  10. #320
    Join Date
    Jun 2005
    Location
    Land of the Longleaf Pine
    Beans
    Hidden!

    Re: November 2007 Desktops (Safe for work ONLY) - Please include theme details.

    Quote Originally Posted by urukrama View Post
    Can we see what the wallpaper looks like? Or is this a teaser only?
    it works best as a teaser, which makes it so good for typical use (one, or two unmaximized windows open). it's great, peripherally.

Page 32 of 96 FirstFirst ... 2230313233344282 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •