Page 337 of 2348 FirstFirst ... 2372873273353363373383393473874378371337 ... LastLast
Results 3,361 to 3,370 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #3361
    Join Date
    Aug 2007
    Location
    Torrington, Wyoming
    Beans
    372
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    like I said wireless is almost always already set wlan0 to see if it is run iwconfig in a terminal.
    And you should be able to replace eth1 or what ever you have now with wlan0.

    so instead of
    Code:
    ${if_up eth1}${color #696969}Ethernet: $alignr${color}${addr eth1}
    replace it with

    Code:
    ${if_up wlan0}${color #696969}Ethernet: $alignr${color}${addr wlan0}
    If that does not work right, make sure you are connected up to the lan through your wireless and then run ifconfig and post the out put from that here.
    すべてと、そして、すべてへのリナックスは自由を鳴らせました。
    Linux to all, and to all, let freedom ring.

  2. #3362
    Join Date
    Mar 2006
    Location
    in my house
    Beans
    29
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Why not show us your startup.sh and two conky files. It will be easier that way for us to find the problem.



    Yes you can define colors above the TEXT line, with these commands:

    Code:
    default_color white
    color0 cyan
    color1 lightblue
    color2 orange
    color3 yellow
    color4 wheat
    color5 salmon
    color6 red
    color7 DarkCyan
    color8 Brown
    color9 grey



    Now your default colour is white, or anything you choose.
    To change a specific line or command:
    Code:
    ${color2}command$color
    ${color2} will change the color to orange until it sees $color which will turn orange off and go back to your default color.

    Have a nice day.
    Bruce
    Thx,

    Here is the main conky ( stolen from bilgolberg, superb layout, i hope you don't mind, i changed some things )

    Code:
    background yes
    use_xft yes
    xftfont 123:size=8
    xftalpha 0.1
    update_interval 0.5
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 250 5
    maximum_width 400
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color gray
    default_shade_color red
    default_outline_color green
    alignment top_right
    gap_x 10
    gap_y 10
    no_buffers no
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale yes
    use_spacer yes
    text_buffer_size 256
    
    TEXT
    
    ${font openlogos:size=20}${font Arial:size=20}${color Tan1}UBUNTU${color Ivory}HARDY${font openlogos:size=20}
    
    ${voffset -90}
    ${color DimGray}
    ${font}
    ${font Arial:bold:size=10}${color Tan1}SYSTEM ${color DarkSlateGray} 
    $font${color DimGray}$sysname $kernel $alignr $machine
    AMD $alignr${freq_g cpu0}Ghz
    Uptime $alignr${uptime}
    File System $alignr${fs_type}
    background yes
    use_xft yes
    xftfont 123:size=8
    xftalpha 0.1
    update_interval 0.5
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 250 5
    maximum_width 400
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color gray
    default_shade_color red
    default_outline_color green
    alignment top_right
    gap_x 10
    gap_y 10
    no_buffers no
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale yes
    use_spacer yes
    text_buffer_size 256
    
    TEXT
    
    ${font openlogos:size=20}${font Arial:size=20}${color Tan1}UBUNTU${color Ivory}HARDY${font openlogos:size=20}
    
    ${voffset -90}
    ${color DimGray}
    ${font}
    ${font Arial:bold:size=10}${color Tan1}SYSTEM ${color DarkSlateGray} 
    $font${color DimGray}$sysname $kernel $alignr $machine
    AMD $alignr${freq_g cpu0}Ghz
    Uptime $alignr${uptime}
    File System $alignr${fs_type}
    second

    Code:
    background yes
    use_xft yes
    xftfont 123:size=8
    xftalpha 0.1
    update_interval 0.5
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 250 5
    maximum_width 400
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color gray
    default_shade_color red
    default_outline_color green
    alignment top_right
    gap_x 10
    gap_y 10
    no_buffers no
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale yes
    use_spacer yes
    text_buffer_size 256
    
    TEXT
    
    ${font Arial:bold:size=10}${color Tan2}TIME ${color DarkSlateGray}
    ${color Tan1} ${font :size=30}$alignc${time %H:%Mh}
    ${voffset -30}${font :bold:size=10}$alignc${time %d %b. %Y}
    ${font :bold:size=8}$alignc${time %A}
    $endif
    This one i want to place in the middle of my screen , on top

    And my startup.sh

    Code:
    #!/bin/bash
    
    sleep 20 &&
    conky -d -c /home/patrick/Conky/conkysystem &
    sleep 20 &&
    conky -e -c /home/patrick/Conky/conkytime
    exit

  3. #3363
    Join Date
    Aug 2007
    Location
    /dev/null
    Beans
    444
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by jjgomera View Post
    what's version of gmusicbrowser do you use?

    in 1.0 with this command you have the time played:

    dbus-send --print-reply --dest=org.gmusicbrowser /org/gmusicbrowser org.gmusicbrowser.GetPosition

    in old version see: http://sourceforge.net/forum/forum.p...orum_id=493125
    I'm using 1.0. I'll try that tonight.

  4. #3364
    Join Date
    Mar 2007
    Location
    /US/EC/DC
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by backupdevice View Post
    Code:
    #!/bin/bash
    
    sleep 20 &&
    conky -d -c /home/patrick/Conky/conkysystem &&
    sleep 20 &&
    conky -e -c /home/patrick/Conky/conkytime
    exit
    This doesn't (rather probably doesn't) effect the blinking but if you remove the line in red, both conky's will start at the same time. Also, add a second "&" after the first conky line.
    Last edited by SkonesMickLoud; August 22nd, 2008 at 04:40 PM.

  5. #3365
    Join Date
    Mar 2006
    Location
    in my house
    Beans
    29
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by backupdevice View Post
    Thx,

    Here is the main conky ( stolen from bilgolberg, superb layout, i hope you don't mind, i changed some things )

    Code:
    background yes
    use_xft yes
    xftfont 123:size=8
    xftalpha 0.1
    update_interval 0.5
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 250 5
    maximum_width 400
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color gray
    default_shade_color red
    default_outline_color green
    alignment top_right
    gap_x 10
    gap_y 10
    no_buffers no
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale yes
    use_spacer yes
    text_buffer_size 256
    
    TEXT
    
    ${font openlogos:size=20}${font Arial:size=20}${color Tan1}UBUNTU${color Ivory}HARDY${font openlogos:size=20}
    
    ${voffset -90}
    ${color DimGray}
    ${font}
    ${font Arial:bold:size=10}${color Tan1}SYSTEM ${color DarkSlateGray} 
    $font${color DimGray}$sysname $kernel $alignr $machine
    AMD $alignr${freq_g cpu0}Ghz
    Uptime $alignr${uptime}
    File System $alignr${fs_type}
    background yes
    use_xft yes
    xftfont 123:size=8
    xftalpha 0.1
    update_interval 0.5
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 250 5
    maximum_width 400
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color gray
    default_shade_color red
    default_outline_color green
    alignment top_right
    gap_x 10
    gap_y 10
    no_buffers no
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale yes
    use_spacer yes
    text_buffer_size 256
    
    TEXT
    
    ${font openlogos:size=20}${font Arial:size=20}${color Tan1}UBUNTU${color Ivory}HARDY${font openlogos:size=20}
    
    ${voffset -90}
    ${color DimGray}
    ${font}
    ${font Arial:bold:size=10}${color Tan1}SYSTEM ${color DarkSlateGray} 
    $font${color DimGray}$sysname $kernel $alignr $machine
    AMD $alignr${freq_g cpu0}Ghz
    Uptime $alignr${uptime}
    File System $alignr${fs_type}
    second

    Code:
    background yes
    use_xft yes
    xftfont 123:size=8
    xftalpha 0.1
    update_interval 0.5
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 250 5
    maximum_width 400
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color gray
    default_shade_color red
    default_outline_color green
    alignment top_right
    gap_x 10
    gap_y 10
    no_buffers no
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale yes
    use_spacer yes
    text_buffer_size 256
    
    TEXT
    
    ${font Arial:bold:size=10}${color Tan2}TIME ${color DarkSlateGray}
    ${color Tan1} ${font :size=30}$alignc${time %H:%Mh}
    ${voffset -30}${font :bold:size=10}$alignc${time %d %b. %Y}
    ${font :bold:size=8}$alignc${time %A}
    $endif
    This one i want to place in the middle of my screen , on top

    And my startup.sh

    Code:
    #!/bin/bash
    
    sleep 20 &&
    conky -d -c /home/patrick/Conky/conkysystem &
    sleep 20 &&
    conky -e -c /home/patrick/Conky/conkytime
    exit
    Guys, with this setup, the conkytime doesnt show? I want the time in the middle of the sceen. Something is wrong , because when i start de second conky, i get the default screen of conky......
    Last edited by backupdevice; August 22nd, 2008 at 05:21 PM.

  6. #3366
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by backupdevice View Post
    Thx,

    Here is the main conky ( stolen from bilgolberg, superb layout, i hope you don't mind, i changed some things )

    Code:
    background yes
    use_xft yes
    xftfont 123:size=8
    xftalpha 0.1
    update_interval 0.5
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 250 5
    maximum_width 400
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color gray
    default_shade_color red
    default_outline_color green
    alignment top_right
    gap_x 10
    gap_y 10
    no_buffers no
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale yes
    use_spacer yes
    text_buffer_size 256
    
    TEXT
    
    ${font openlogos:size=20}${font Arial:size=20}${color Tan1}UBUNTU${color Ivory}HARDY${font openlogos:size=20}
    
    ${voffset -90}
    ${color DimGray}
    ${font}
    ${font Arial:bold:size=10}${color Tan1}SYSTEM ${color DarkSlateGray} 
    $font${color DimGray}$sysname $kernel $alignr $machine
    AMD $alignr${freq_g cpu0}Ghz
    Uptime $alignr${uptime}
    File System $alignr${fs_type}
    background yes
    use_xft yes
    xftfont 123:size=8
    xftalpha 0.1
    update_interval 0.5
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 250 5
    maximum_width 400
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color gray
    default_shade_color red
    default_outline_color green
    alignment top_right
    gap_x 10
    gap_y 10
    no_buffers no
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale yes
    use_spacer yes
    text_buffer_size 256
    
    TEXT
    
    ${font openlogos:size=20}${font Arial:size=20}${color Tan1}UBUNTU${color Ivory}HARDY${font openlogos:size=20}
    
    ${voffset -90}
    ${color DimGray}
    ${font}
    ${font Arial:bold:size=10}${color Tan1}SYSTEM ${color DarkSlateGray} 
    $font${color DimGray}$sysname $kernel $alignr $machine
    AMD $alignr${freq_g cpu0}Ghz
    Uptime $alignr${uptime}
    File System $alignr${fs_type}
    Part of your problem is this code... it has two TEXT lines in there with configuration commands mixed with TEXT output.

    Also the -e command in your startconky is not a valid command. Take it out or change it to -d

    Hope this helps.
    Bruce

  7. #3367
    Join Date
    Aug 2007
    Location
    /dev/null
    Beans
    444
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by jjgomera View Post
    what's version of gmusicbrowser do you use?

    in 1.0 with this command you have the time played:

    dbus-send --print-reply --dest=org.gmusicbrowser /org/gmusicbrowser org.gmusicbrowser.GetPosition

    in old version see: http://sourceforge.net/forum/forum.p...orum_id=493125
    Ah, that got it - I just had to change the dbus-send call in your script with what you posted, and it works:

    Code:
    #!/bin/bash
    # gmusicbrowser info display script by jjgomera <jjgomera@gmail.com>
    #
    # requirements: gmusicbrowser with NowPlaying plugin on (!)
    
    file=/home/eriq/.config/gmusicbrowser/nowplaying #must be configure in plugin
    
    tiempo=`cat $file | grep "Length" | cut -d"=" -f2`
    estado=`dbus-send --print-reply --dest=org.gmusicbrowser /org/gmusicbrowser org.gmusicbrowser.GetPosition | grep "double" | cut -d" " -f5`
    
    case "$1" in
    
    minutostotales)
    	expr $tiempo / 60
    	;;
    
    segundostotales)
    	minutos=`/home/eriq/.scripts/gmusicbrowser.sh minutostotales`
    	expr $tiempo - $minutos \* 60
    	;;
    minutosestado)
    	expr $estado / 60
    	;;
    segundosestado)
    	minutos=`/home/eriq/.scripts/gmusicbrowser.sh minutosestado`
    	expr $estado - $minutos \* 60
    	;;
    progreso)
            expr $estado \* 100  / $tiempo
    	;;
    esac

  8. #3368
    Join Date
    Nov 2007
    Beans
    3

    Re: Post your .conkyrc files w/ screenshots

    Here's mine.

    Code:
    background yes
    use_xft no
    xftfont Bitstream Vera Sans:size=7
    xftalpha 0.8
    update_interval 1
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    draw_shades no
    draw_outline no
    #draw_border no
    draw_graph_borders yes
    stippled_borders no
    default_color white
    default_shade_color black
    alignment top_left
    minimum_size 1656
    maximum_width 1660
    gap_y 30
    gap_x 8
    use_spacer none
    no_buffers yes
    
    TEXT
    root    ${fs_bar 8,25 /} ${fs_free /} ${goto 140}(${fs_free_perc /}%) ${goto 180} cpu ${cpugraph 9,37 fdaa79 ffede3 cpu1}${cpugraph 9,37 fdaa79 ffede3 cpu2}  hdd ${diskiograph 9,60 fdaa79 ffede3}  ram ${memgraph 9,60 fdaa79 ffede3} ${alignr} ${exec audtool current-song} (${exec audtool current-song-output-length})
    storage ${fs_bar 8,25 /media/Storage} ${fs_free /media/Storage} ${goto 140}(${fs_free_perc /media/Storage}%) 
    ${if_mounted /media/truecrypt1}encrypt ${fs_bar 8,25 /media/truecrypt1} ${fs_free /media/truecrypt1} ${goto 140}(${fs_free_perc /media/truecrypt1}%)$else${color white} $endif ${goto 180}  ${alignr} ${upspeed eth1}kb/s ${upspeedgraph eth1 8,60 fdaa79 ffede3}   up
    ${if_mounted /media/TZL}usb     ${fs_bar 8,25 /media/TZL} ${fs_free /media/TZL} ${goto 140}(${fs_free_perc /media/TZL}%)$else${color white} $endif ${alignr} ${downspeed eth1}kb/s ${downspeedgraph eth1 8,60 fdaa79 ffede3} down
    ${if_mounted /media/disk}cam     ${fs_bar 8,25 /media/disk} ${fs_free /media/disk} ${goto 140}(${fs_free_perc /media/disk}%)$else${color white} $endif
    Attached Images Attached Images

  9. #3369
    Join Date
    Mar 2006
    Location
    in my house
    Beans
    29
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Part of your problem is this code... it has two TEXT lines in there with configuration commands mixed with TEXT output.

    Also the -e command in your startconky is not a valid command. Take it out or change it to -d

    Hope this helps.
    Bruce
    Yep that did the trick!! Thx for the help

    Now i need to find out how to get the time in the top center of the screen.

  10. #3370
    Join Date
    Aug 2008
    Location
    Bucharest, ROMANIA
    Beans
    13
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    By commenting out BOTH you are NOT starting any conky with ~/.startconky.

    My guess now is you have edited the default conky and start it with a simple "conky" command.

    1. Does it start automatically when you boot?

    2. What command do you use to start your?

    Have a nice day.
    Bruce

    EDIT: Romanian would be a great addition.
    Hi, again,
    As I promised, please find attached Romanian addition for kaivalagi's puthon script. Please inform him accordingly.... Have a nice weekend!
    Attached Files Attached Files

Page 337 of 2348 FirstFirst ... 2372873273353363373383393473874378371337 ... 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
  •