Page 251 of 2348 FirstFirst ... 1512012412492502512522532613013517511251 ... LastLast
Results 2,501 to 2,510 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #2501
    Join Date
    Jan 2008
    Beans
    150
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    heres my setup.
    just put it all together today from browsing this thread

    Code:
    # border width
    border_width 10
    
    # Default colors and also border colors
    default_color white
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Text alignment, other possible values are commented
    #alignment top_left
    #alignment top_right
    alignment bottom_left
    #alignment bottom_right
    
    # Xft font when Xft is enabled
    xftfont Bitstream Vera Sans Mono:size=9
    
    # Text alpha when using Xft
    xftalpha 0.10
    
    # Update interval in seconds
    update_interval 5.0
    
    own_window_colour brown
    own_window_transparent yes
    
    # Gap between borders of screen and text
    gap_x 10
    gap_y 40
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${color #246eb5}SYSTEM ${hr 2}$color
    Ubuntu  (7.10)  Gutsy Gibbeon
    ${time %e %B %G} ${alignr}Uptime: $uptime
    ${color #246eb5}POWER ${hr 2}$color
    Adapter Stat: ${acpiacadapter}	
    Battery Info: ${battery}
    ${color #246eb5}CORE ${hr 2}$color
    ${exec cat /proc/cpuinfo | grep 'model name' | sort -u | cut -c 18-59}
    CPU1:  ${cpu cpu1}%  ${freq} MHz$color  CPU2:  ${cpu cpu2}%  ${freq} MHz$color
    ${cpubar cpu1 5,120} ${cpubar cpu2 5,120}
    RAM:   $memperc%  ${mem} / ${memmax}$color
    ${membar 5,120}  ${alignr}Temp:$color ${acpitemp} C
    ${color #246eb5}TOP PROCESSES ${hr 2}$color
    NAME                PID    CPU%   MEM%
    ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
    ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
    ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
    ${color #246eb5}MEMORY ${hr 2}$color
    Root/ ${alignr}${fs_used /}/${fs_size /}
    ${fs_bar 5,120 /}
    Windows ${alignr}${fs_used /media/Windows}/${fs_size /media/Windows}
    ${fs_bar 5,120 /media/Windows}
    Data  ${alignr}${fs_used /media/sdb1}/${fs_size /media/sdb1}
    ${fs_bar 5,120 /media/sdb1}
    ${color #246eb5}AMAROK ${hr 2}$color
    ${if_running amarokapp}
    
    ${voffset -3}${color 246eb5}Artist:$alignc${if_empty execi 10 dcop amarok player artist}$alignc${color wheat1}Music Stopped $else${color wheat1}${execi 10 dcop amarok player artist}$endif
    
    ${voffset -3}${color 246eb5}Title:$alignc${color wheat1}${execi 10 dcop amarok player title}
    
    ${voffset -3}${color 246eb5}Time:$alignc${color wheat1}${execi 1 dcop amarok player currentTime} / ${execi 10 dcop amarok player totalTime} 
     
    ${voffset -3}${color 246eb5}Album:$alignc${color wheat1}${execi 10 dcop amarok player album}$endif${font }
    Attached Images Attached Images

  2. #2502
    Join Date
    May 2008
    Beans
    0

    Talking Re: Post your .conkyrc files w/ screenshots

    people I am the brazil and I am using a translator then I hope for your understanding.

    I wanted someone to teach me how equal is circulated in the image,
    I would be very grateful, even more.


  3. #2503
    Join Date
    Jun 2007
    Location
    Jerusalem, IL
    Beans
    106
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by gean gustavo View Post
    people I am the brazil and I am using a translator then I hope for your understanding.

    I wanted someone to teach me how equal is circulated in the image,
    I would be very grateful, even more.

    You need "open logos" font: http://www.gnome-look.org/content/sh...?content=54390

    Then in your conky put:
    ${font openlogos:size=32}U${font}
    Sanus|artificium - FREE VST plug-ins | Music | Web design | Graphics | Sound engineering | Software | Tutorials | PHP scripts and more ...

  4. #2504
    Join Date
    Apr 2008
    Location
    Sessrumnir
    Beans
    440
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Post your .conkyrc files w/ screenshots

    pretty cool stuff on here. linux is amazing!!! i can do very little things with it but for the interesting stuff i have to resort to theivery!!! in mitigation i do try and read your coding to get some sort of grasp of it. ive found the variables page but is there a definitive guide to conky? heres my small offering just added the amarok code from one of you chaps.
    Attached Images Attached Images
    Last edited by Fenris_rising; May 29th, 2008 at 10:04 AM.
    "Windows Vista Sir?"
    "No thanks, I'd rather shove wasps up my nostrils!"

  5. #2505
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by sanus|art View Post
    Then in your conky put:
    ${font openlogos:size=32}U${font}
    I think that would be;
    Code:
    ${font openlogos:size=32}v${font}
    not "U". U is an ox head.

    Have a nice day
    Bruce

  6. #2506
    Join Date
    Jun 2007
    Location
    Jerusalem, IL
    Beans
    106
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    I think that would be;
    Code:
    ${font openlogos:size=32}v${font}
    not "U". U is an ox head.

    Have a nice day
    Bruce
    I think you're right, sorry, I don't use it anymore so I forgot the letter.
    Sanus|artificium - FREE VST plug-ins | Music | Web design | Graphics | Sound engineering | Software | Tutorials | PHP scripts and more ...

  7. #2507
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by sanus|art View Post
    I think you're right, sorry, I don't use it anymore so I forgot the letter.
    Shhhh, don't tell anyone but neither do I, I have the line commented out above the TEXT line.

    Have a nice evening.
    Bruce

  8. #2508
    Join Date
    Aug 2007
    Location
    Belgium
    Beans
    176
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Do one of you guys know a font that has symbols for cpu, ram, upload, download, music, power, wireless network, ... so I can use it to small down my conky?
    Thanx
    El Belgicano
    -----------------
    Laptop: 5 years old Asus M6N (ATI9600/9700 graphics, 512Mb RAM, Intel Mobile 1.66GHz, 60Gb HDD) running 10.04-Lucid Lynx pretty nicely.

  9. #2509
    Join Date
    Jan 2008
    Beans
    150
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    i have my conky to startup with my system when i log on, but if i start amarok after that conky wont recognize it unless i quit conky and restart it.

    heres my amarok code. any suggestions?

    Code:
    ${color #246eb5}AMAROK ${hr 2}$color
    ${if_running amarokapp}
    
    ${voffset -3}${color 246eb5}Artist:$alignc${if_empty execi 10 dcop amarok player artist}$alignc${color wheat1}Music Stopped $else${color wheat1}${execi 10 dcop amarok player artist}$endif
    
    ${voffset -3}${color 246eb5}Title:$alignc${color wheat1}${execi 10 dcop amarok player title}
    
    ${voffset -3}${color 246eb5}Time:$alignc${color wheat1}${execi 1 dcop amarok player currentTime} / ${execi 10 dcop amarok player totalTime} 
     
    ${voffset -3}${color 246eb5}Album:$alignc${color wheat1}${execi 10 dcop amarok player album}$endif${font }
    Intel Pentium IV Northwood@2.4 GHz, 1 GiB RAM, 22" Samsung Monitor Ubuntu 9.04 Jaunty Jackalope
    AMD Turion 64 X2 Mobile technology @2.2GHz, 2 GiB RAM, 320 GiB HDD Windows 7 Ultimate RC1

    please remember to thank those that helped you

  10. #2510
    Join Date
    Apr 2008
    Location
    Sessrumnir
    Beans
    440
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Post your .conkyrc files w/ screenshots

    ive used your amarok code. changed the colours to suit my setup but i dont have the problem you do. i cant say i understand the dark arts of programming but if it works for me might it be something to do with amaroks setup rather than your code? my music files are run with the SQlite in amarok if that has any relevence.
    "Windows Vista Sir?"
    "No thanks, I'd rather shove wasps up my nostrils!"

Page 251 of 2348 FirstFirst ... 1512012412492502512522532613013517511251 ... LastLast

Tags for this Thread

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
  •