Page 539 of 2348 FirstFirst ... 3943948952953753853954054154958963910391539 ... LastLast
Results 5,381 to 5,390 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #5381
    Join Date
    Jul 2007
    Location
    Segura, Spain
    Beans
    235

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by SomeGuyDude View Post
    If you piddle with your settings you can get kind of an uber-panel going. That's how I set mine up (yeah I'm posting mine again):



    There are a few downsides: I can only have three things in my tray at once (which isn't usually a problem since Pidgin/GMPC/Wicd/Deluge are all that ever goes there and I almost never have Wicd open), the taskbar is pretty limited in size and gets hard to see when there's more than about five things open, but overall it runs smooth as silk.
    using visibility as taskbar you would have more free space because only show a icon per window, the name only show when mouse is over icon:

    mujeres y hombres de esta tierra
    un otro mundo es posible
    otro mundo diferente
    justo si, y sin miedo de su gente

  2. #5382
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by jjgomera View Post
    using visibility as taskbar you would have more free space because only show a icon per window, the name only show when mouse is over icon:

    Nice! Is that a gnome panel applet or something for openbox?

    For gnome, another option is using the "window selector" applet, it displays a single icon (of the focused window's icon) and provides a drop down of all windows as you would see in the window list applet.


  3. #5383
    Join Date
    Jan 2009
    Location
    southern california
    Beans
    82
    Distro
    Ubuntu Gnome 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    ok im messing with a file i seen in here i dont have the PizzaDude Bullets font where do i download that from

  4. #5384
    Join Date
    Jul 2007
    Location
    Segura, Spain
    Beans
    235

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by kaivalagi View Post
    Nice! Is that a gnome panel applet or something for openbox?

    For gnome, another option is using the "window selector" applet, it displays a single icon (of the focused window's icon) and provides a drop down of all windows as you would see in the window list applet.

    you're right, openbox

    trayer: systray
    visibility: taskbar
    conky of course
    mujeres y hombres de esta tierra
    un otro mundo es posible
    otro mundo diferente
    justo si, y sin miedo de su gente

  5. #5385
    Join Date
    Jul 2008
    Location
    Lost River Lake
    Beans
    233
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Post your .conkyrc files w/ screenshots

    [OUTDATED! You don't need a script to show MoC info in Conky. See Karthik's post at #! CrunchBang Linux Forums to see how it can be done natively.]

    As an addition to all my wonkie-conkies (but they're not all as wonky as this one!) I made today one for MOC (or mocp in the command line jargon), based on a script by Santix at Naslu.

    There's one setback: I would like to make long titles and artist names scroll nicely, but I haven't been able to make it work in a satisfying manner. Is there a way I could make the lines scroll only when they exceed a certain length, say sixty characters? This does not actually work well even in the default Conky setup that comes with the original standard package, so I presume it's hard to establish.

    Here are the last lines of my "conkymocp" (conkyrc) file:

    Code:
    TEXT
    ${color3}$hr
    ${font Bitstream Vera Sans Mono:style=Bold:size=14}Music On Console $font
    $hr
    ${color1}${scroll 60 ${exec ~/.scripts/mocconky-1.sh} ${color3}}
    ${color1}${scroll 60 ${exec ~/.scripts/mocconky-2.sh} ${color3}}
    ${color1}${scroll 60 ${exec ~/.scripts/mocconky-3.sh} ${color3}}
    $hr
    Well, the artist should read "luigi nono" and the title line "Leggio IV [from Lontananza nostalgica utopica futura]" (yet, this is the line that should scroll and it does, too, so no problem with that) and the "Time" line's output should be "02:56 of 09:44"...

    Edizione II: As you can see in the right-hand screenshot, I decided to use "fold -sw40" instead of "scroll 60". OK, OK, I know this has a certain degree of redundancy (2 x weather, 2 x MPD info)... but what's wrong with redundancy, anyway?

    Édition III: So I think this is the better way:

    Code:
    TEXT
    ${color3}$hr
    ${font Bitstream Vera Sans Mono:style=Bold:size=14}Music On Console $font
    $hr
    ${color1}${fold -sw40 ${exec ~/.scripts/mocconky-1.sh} ${color3}}
    ${color1}${fold -sw40 ${exec ~/.scripts/mocconky-2.sh} ${color3}}
    ${color1}${fold -sw40 ${exec ~/.scripts/mocconky-3.sh} ${color3}}
    $hr
    Attached Images Attached Images
    Last edited by Piraja; May 11th, 2009 at 05:15 AM. Reason: Karthik showed that Conky can show MoC info natively.
    I never use smilies, but there are exceptions that prove the rule [Hey, how do I disable showing colon & parenthesis as an emoticon in my signature?]
    Now playing: Last.fm

  6. #5386
    Join Date
    Aug 2007
    Location
    Belgium
    Beans
    176
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by -jay- View Post
    ok im messing with a file i seen in here i dont have the PizzaDude Bullets font where do i download that from
    see www.dafont.com ...
    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.

  7. #5387
    Join Date
    Jan 2009
    Location
    southern california
    Beans
    82
    Distro
    Ubuntu Gnome 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by El_Belgicano View Post
    thank you for the link

  8. #5388
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Piraja View Post
    As an addition to all my wonkie-conkies (but they're not all as wonky as this one!) I made today one for MOC (or mocp in the command line jargon), based on a script by Santix at Naslu.
    Wow! Neat stuff

    Quote Originally Posted by Piraja View Post
    OK, OK, I know this has a certain degree of redundancy (2 x weather, 2 x MPD info)... but what's wrong with redundancy, anyway?
    Nothing, I'm redundant, but don't tell anyone.

  9. #5389
    Join Date
    Jan 2009
    Location
    southern california
    Beans
    82
    Distro
    Ubuntu Gnome 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    i altered this to my liking could somebody tell me how to fix my cpu temp it keeps showing as zero also how do i ad it to be more towards the top of my screen my screen res is 1440/900

    Code:
    # UBUNTU-CONKY
    # A comprehensive conky script, configured for use on
    # Ubuntu / Debian Gnome, without the need for any external scripts.
    #
    # Based on conky-jc and the default .conkyrc.
    # INCLUDES:
    # - tail of /var/log/messages 
    # - netstat connections to your computer
    #
    # -- Pengo (conky@pengo.us)
    #
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_type override
    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
    
    # fiddle with window
    use_spacer right
    use_xft yes
    
    # Update interval in seconds
    update_interval 30
    
    # Minimum size of text area
    # minimum_size 100 5
    
    # Draw shades?
    draw_shades no
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    xftfont Bitstream Vera Sans Mono:size=7
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 9
    
    # border width
    border_width 10
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color grey
    
    own_window_colour brown
    own_window_transparent yes
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    
    # Gap between borders of screen and text
    gap_x 10
    gap_y 230
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    $color
    ${color #609FBF}${font OpenLogos:size=16}u${font} SYSTEM ${hr 2}$color
    $sysname $kernel on $machine for $uptime
    
    ${color #609FBF}${font StyleBats:size=16}A${font} CPU ${hr 2}$color
    ${freq}MHz   Load: ${loadavg}   Temp: ${acpitemp}
    $cpubar
    ${cpugraph 000000 ffffff}
    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}
    ${top name 4} ${top pid 4}   ${top cpu 4}    ${top mem 4}
    
    ${color #609FBF}${font PizzaDude Bullets:size=14}g${font} MEMORY / DISK ${hr 2}$color
    RAM:   $memperc%   ${membar 6}$color
    Swap:  $swapperc%   ${swapbar 6}$color
    Root:  ${fs_free_perc /}%   ${fs_bar 6 /}$color 
    
    ${color #609FBF}${font PizzaDude Bullets:size=14}v${font} NETWORK (${addr eth0}) ${hr 2}$color
    Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
    ${downspeedgraph eth0 25,140 000000 e5e5e5} ${alignr}${upspeedgraph eth0 
    25,140 000000 e5e5e5}$color
    Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}
    Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768 
    61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
    
    ${color #609FBF}Port(s)${alignr}#Connections
    $color Inbound: ${tcp_portmon 1 32767 count}  Outbound: ${tcp_portmon 32768 61000 count}${alignr}ALL: ${tcp_portmon 1 65535 count}
    ${color #609FBF}Inbound Connection ${alignr} Local Service/Port$color
     ${tcp_portmon 1 32767 rhost 0} ${alignr} ${tcp_portmon 1 32767 lservice 0}
     ${tcp_portmon 1 32767 rhost 1} ${alignr} ${tcp_portmon 1 32767 lservice 1}
     ${tcp_portmon 1 32767 rhost 2} ${alignr} ${tcp_portmon 1 32767 lservice 2}
    ${color #609FBF}Outbound Connection ${alignr} Remote Service/Port$color
     ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
     ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
     ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
    
    
    ${color #609FBF}${if_running rhythmbox}${font}Artist: ${color}$alignr${exec rhythmbox-client --print-playing-format %ta --no-start}
    ${voffset 3}${color dark grey}Title: ${color}$alignr${exec  rhythmbox-client --print-playing-format %tt --no-start}
    ${voffset 3}${color dark grey}Album: ${color}$alignr${exec rhythmbox-client --print-playing-format %at --no-start}
    ${voffset 3}${color dark grey}Position: ${color}$alignr${exec conkyRhythmbox --datatype=PT}${font}
    ${else}${font}Rhythmbox Closed${endif} ${color1}${hr 2}$color

  10. #5390
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Nothing, I'm redundant, but don't tell anyone.
    I'll be joining your exclusive club soon...but not for too long I hope...bloody recession...

Page 539 of 2348 FirstFirst ... 3943948952953753853954054154958963910391539 ... 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
  •