Page 2147 of 2348 FirstFirst ... 1147164720472097213721452146214721482149215721972247 ... LastLast
Results 21,461 to 21,470 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #21461
    Join Date
    Jan 2013
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    when merged, without arguments for weather report, conkyrc looks like this:



    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_hints below
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # fiddle with window
    use_spacer yes
    use_xft no
    
    # Update interval in seconds
    update_interval 3.0
    
    #Maximum Width of Window
    maximum_width 320
    
    # Minimum size of text area
    # minimum_size 250 5
    
    # Draw shades?
    draw_shades no
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    font arial
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 5
    
    # border width
    border_width 6
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color FFFFCC
    
    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 10
    
    # stuff after ‘TEXT’ will be formatted on screen
    
    TEXT
    $color
    ${color CC9900}SYSTEM ${hr 2}$color
    $nodename $sysname $kernel on $machine
    
    ${color CC9900}CPU ${hr 2}$color
    AMD Athlon(tm) 64 Socket 939 X2 Dual Core CPU 4200+
    
    Total CPU: ${cpu cpu0}%
    ${color 597DB2}${cpubar}$color
    ${cpugraph 000000 597DB2}
    Core 1: ${freq 1} MHz        Temprature: $color ${exec sensors|grep 'Core0'|awk '{print $3}'}
    ${cpu cpu1}% ${color 597DB2}${cpubar cpu1}$color
    Core 2: ${freq 2} MHz        Temprature: $color ${exec sensors|grep 'Core1'|awk '{print $3}'}
    ${cpu cpu2}% ${color 597DB2}${cpubar cpu2}$color
    
    NAME            PID	 CPU%  	MEM%
    ${color CCFFFF}${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
    
    ${color CC9900}MEMORY ${hr 2}$color
    RAM Used: ${mem}	RAM Free: ${memfree}/ ${memmax}
     RAM: $memperc%  ${color FF6600} ${membar 6}$color
    Swap: $swapperc%   ${color FF6600} ${swapbar 6}$color
    
    ${color CC9900}DISK ${hr 2}$color
    sdc5 ${fs_type} (Root): ${fs_free_perc /}% ${color FFFF33} ${fs_bar 6 /}$color
    sdc1 NTFS (Data): ${fs_free_perc /media/data}% ${color FFFF33} ${fs_bar 6 /media/data}$color
    
    ${color CC9900}NETWORK (${addr eth1}) ${hr 2}$color
    Down: $color${downspeed eth1} k/s ${alignr}Up: ${upspeed eth1} k/s
    ${downspeedgraph eth1 25,140 000000 ff0000} ${alignr}${upspeedgraph eth1
    25,140 000000 00ff00}$color
    Total: ${totaldown eth1} ${alignr}Total: ${totalup eth1}
    Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768
    61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
    
    ${color CC9900}LOGGING ${hr 2}$color
    ${color 339900}${execi 30 tail -n3 /var/log/messages | fold -w50}$color
    
    
    
             TEXT
    ${voffset 30}${font Helvetica LT Std :style=Condensed:size=60}${color 434343}${goto 40}${time %H}${goto 140}${color 434343}${time %M}${font Helvetica LT Std :size=15:style=condensed}${color 808080}${goto 225}${time %S}
    ${voffset 55}${color whitesmoke}${font Helvetica LT Std :size=8}${alignr 115}${time %A},${time %e} ${time %B} ${time %G}
    ${voffset -45}${goto 22}${font Helvetica LT Std :size=8}${color 909090}${execi 600 conkyForecast --location=HRXX0005 --datatype=CN --refetch}
    #${voffset 8}${font Helvetica LT Std :size=10}${color 707070}${goto 24}Бургас
    ${font Helvetica LT Std :size=8}${color whitesmoke}${goto 24}${execi 1800 conkyForecast --location=HRXX0005 --datatype=CT}${voffset -10}${goto 200}${font Helvetica LT Std :size=25}${color d4d4d4}${execi 1800 conkyForecast --location=HRXX0005 -u
    --datatype=HT}
    ${voffset 35}${font Helvetica LT Std :size=8}${color white}${goto 25}${execi 600 conkyForecast --location=HRXX0005 --datatype=HT -u --startday=1}/${color 707070}${execi 600 conkyForecast --location=HRXX0005 --datatype=LT -u --startday=1}${font Helvetica LT Std :size=8}${color white}${goto 70}${execi 600 conkyForecast --location=HRXX0005 --datatype=HT -u --startday=2}/${color 707070}${execi 600 conkyForecast --location=HRXX0005 --datatype=LT -u --startday=2}${font Helvetica LT Std :size=8}${color white}${goto 115}${execi 600 conkyForecast --location=HRXX0005 --datatype=HT -u --startday=3}/${color 707070}${execi 600 conkyForecast --location=HRXX0005 --datatype=LT -u --startday=3}${font Helvetica LT Std :size=8}${color white}${goto 160}${execi 600 conkyForecast --location=HRXX0005 --datatype=HT -u --startday=4}/${color 707070}${execi 600 conkyForecast --location=HRXX0005 --datatype=LT -u --startday=4}
    ${font Helvetica LT Std :size=8}${color 707070}${goto 25}${execi 600 conkyForecast --location=HRXX0005 --datatype=DW --shortweekday --startday=1}${font Helvetica LT Std :size=8}${color 707070}${goto 70}${execi 600 conkyForecast --location=HRXX0005 --datatype=DW --shortweekday --startday=2}${font Helvetica LT Std :size=8}${color 707070}${goto 115}${execi 600 conkyForecast --location=HRXX0005 --datatype=DW --shortweekday --startday=3}${font Helvetica LT Std :size=8}${color 707070}${goto 160}${execi 600 conkyForecast --location=HRXX0005 --datatype=DW --shortweekday --startday=4}
    ${voffset -10}${font Helvetica LT Std :size=8}${color 707070}${goto 205}${execi 600 conkyForecast --location=HRXX0005 --datatype=DW --shortweekday --startday=5}
    ${voffset -23}${font Helvetica LT Std :size=8}${color white}${goto 205}${execi 600 conkyForecast --location=HRXX0005 --datatype=HT -u --startday=5}/${color 707070}${execi 600 conkyForecast --location=HRXX0005 --datatype=LT -u --startday=5}
    
    ${image ~/.images/base.png -p 12,30 -s 238x140}
    ${image ~/.images/base.png -p 12,190 -s 238x40}
    ${image ~/.images/flip_bg.png -p 30,10 -s 100x110}
    ${image ~/.images/flip_bg.png -p 130,10 -s 100x110}
    ${execpi 600 conkyForecast --location=HRXX0005 --template=~/.vreme.template}


    but the weather widget is up, all messed up..

  2. #21462
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by folti View Post
    http://mediacdn.disqus.com/uploads/m...5/original.jpg

    i want it to look something like this...which arguments should i play with considering these two scripts in above post?
    Do they work as two separate files?

    In your merged attempt you put the weather below the data conky and included an extra TEXT command.

    Start with the Weather Conky and add the Data Conky below that something like this WITHOUT the TEXT line:

    Code:
    ${image ~/.images/flip_bg.png -p 130,10 -s 100x110}
    ${execpi 600 conkyForecast --location=HRXX0005 --template=~/.vreme.template}
    
    
    ${color CC9900}SYSTEM ${hr 2}${color}
    ${nodename} ${sysname} ${kernel} on ${machine}
    It's a good practice to enclose ALL conky commands {inside curly brackets}
    Last edited by Sector11; January 16th, 2013 at 03:33 PM.

  3. #21463
    Join Date
    Jan 2013
    Beans
    1

    Re: Post your .conkyrc files w/ screenshots

    Hello guys, just installed conky and it won't load at start-up, nor can I find the config file. I have ran it before, through terminal, but no beans

    I have searched high and low on google to find the file, but it never shows up, and I have hidden files on show obviously. No amount of searching brings it up either. So if I was to save somebody else's config, where would I save it?

    Apologies if this doesn't belong here, and double that if it's already been answered, but there are a hell of a lot of pages in this thread!

  4. #21464
    Join Date
    Jul 2012
    Location
    Oklahoma, USA
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by coorgi View Post
    Hello guys, just installed conky and it won't load at start-up, nor can I find the config file. I have ran it before, through terminal, but no beans

    I have searched high and low on google to find the file, but it never shows up, and I have hidden files on show obviously. No amount of searching brings it up either. So if I was to save somebody else's config, where would I save it?

    Apologies if this doesn't belong here, and double that if it's already been answered, but there are a hell of a lot of pages in this thread!
    I believe you can just save that persons config as text filed called .conkyrc in your home folder and conky will run it. Just make sure its a simple configuration, otherwise you may need to do more if it requires templates and such.

    You can create a conky startup script by creating an empty text file named conky-startup.sh and copy the text below in the file and save.

    Code:
    #!/bin/bash
    sleep 15 && conky
    then right click the file, select properties, then permissions, and select "Allow executing file as program".

    You can then go to your start up applications program and add a path to your conky-startup.sh file to start up conky when you start the computer.
    Last edited by Petro Dawg; January 16th, 2013 at 05:03 PM.
    Who's Awesome? You're Awesome.

  5. #21465
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by folti View Post
    when merged, without arguments for weather report, conkyrc looks like this:
    It is something that can be done ... but spacing (width) needs working on.

    I have to go out now ... will come up with a better solution later.

    In progress:


    EDIT! Conky finished and new images of finished work:


    One change I made was to put the cpugraph over the "Total CPU" bar, that why it has a white border. The graph is red the bar is blue.
    The same can be done for the CPU bars 1 and 2, maker a graph for them in the same way.


    If you don't like it change:
    Code:
    Total CPU:
     ${cpu cpu0}%${goto 40}${color 597DB2}${cpubar cpu0}${color}${goto 40}${cpugraph cpu0 -t 20,210 FF0000 FFFF33}
    to
    Code:
    Total CPU:
     ${cpu cpu0}%${goto 40}${color 597DB2}${cpubar cpu0}${color}
    ${goto 40}${cpugraph cpu0 -t 20,210 FF0000 FFFF33}

    The conky: Note the path that will need changing:
    /media/5/conky/folti/folti_m.conky
    Code:
    # killall conky && conky -c /media/5/conky/folti/folti_m.conky &
    ###  Begin Window Settings  ##################################################
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,skip_taskbar,skip_pager
    own_window_class Conky
    own_window_title folti
    
    # Use the Xdbe extension? (eliminates flicker)
    # It is highly recommended to use own window with this one
    # so double buffer won't be so big.
    double_buffer yes
    
    ### ARGB can be used for real transparency
    ### NOTE that a composite manager is required for real transparency.
    ### This option will not work as desired (in most cases) in conjunction with
    ### own_window_type override
    # own_window_argb_visual yes
    
    ### When ARGB visuals are enabled, this use this to modify the alpha value
    ### Use: own_window_type normal
    ### Use: own_window_transparent no
    ### Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
    #own_window_argb_value 150
    
    #minimum_size 270 0 ## width, height
    #maximum_width 270 ## width
    
    minimum_size 250 0 #310 700 #310 ## width, height
    maximum_width 250 #310 ## width
    
    gap_x 10 ### left &right
    gap_y 10 ### up & down
    
    alignment tr
    ####################################################  End Window Settings  ###
    ###  Font Settings  ##########################################################
    # Use Xft (anti-aliased font and stuff)
    use_xft yes
    xftfont monofur:bold:size=12
    #xftfont Helvetica LT Std:size=8
    #xftfont WenQuanYi Micro Hei Mono:size=8
    
    # Alpha of Xft font. Must be a value at or between 1 and 0 ###
    xftalpha 1
    # Force UTF8? requires XFT ###
    override_utf8_locale yes
    
    draw_shades no #### To see it easier on light screens.
    #default_shade_color black
    
    draw_outline no #### Amplifies text if yes
    default_outline_color black
    
    uppercase no
    ######################################################  End Font Settings  ###
    ###  Color Settings  #########################################################
    default_shade_color gray
    default_outline_color black
    
    default_color DCDCDC #Gainsboro
    color0 ffe595 #Teo Gold
    color1 778899 #LightSlateGrey
    color2 FF8C00 #Darkorange
    color3 7FFF00 #Chartreuse
    color4 FFA07A #LightSalmon
    color5 FFDEAD #NavajoWhite
    color6 00BFFF #DeepSkyBlue
    color7 00FFFF #Cyan #48D1CC #MediumTurquoise
    color8 FFFF00 #Yellow
    color9 FF0000 #Red  #A52A2A #DarkRed
    #####################################################  End Color Settings  ###
    ###  Borders Section  ########################################################
    draw_borders no
    # Stippled borders?
    stippled_borders 0
    # border margins
    border_inner_margin 5
    border_outer_margin 0
    # border width
    border_width 0
    # graph borders
    draw_graph_borders yes #no
    #####################################################  End Borders Secton  ###
    ###  Miscellaneous Section  ##################################################
    
    # Boolean value, if true, Conky will be forked to background when started.
    background no
    
    # Adds spaces around certain objects to stop them from moving other things
    # around, this only helps if you are using a mono font
    # Options: right, left or none
    use_spacer none
    
    # Default and Minimum size is 256 - needs more for single commands that
    # "call" a lot of text IE: bash scripts
    text_buffer_size 2048
    
    # Subtract (file system) buffers from used memory?
    no_buffers yes
    
    # change GiB to G and MiB to M
    short_units yes
    
    # Like it says, ot pads the decimals on % values
    # doesn't seem to work since v1.7.1
    pad_percents 2
    
    #   Maximum size of user text buffer, i.e. layout below TEXT line in config file
    #  (default is 16384 bytes)
    # max_user_text 16384
    
    ## default bar size
    default_bar_size 210 20
    
    ## Specify a default width and height for graphs.
    ## Example: 'default_graph_size 0 25'. This is particularly useful for execgraph
    ## and execigraph as they do not take size arguments
    ## default_graph_size 220 100
    
    top_name_width 8
    short_units yes
    pad_percents 2
    
    ##############################################  End Miscellaneous Section  ###
    ###  LUA Settings  ###########################################################
    ## Above and After TEXT - requires a composite manager or blinks.
    ##
    # lua_load /media/5/Conky/LUA/dra2w-bg.lua
    #TEXT
    #${lua conky_draw_bg 10 0 0 0 0 0x000000 0.6}
    #
    ## ${lua conky_draw_bg corner_radius x_position y_position width height color alpha}
    ##
    ## OR Both above TEXT (No composite manager required - no blinking!)
    #
    #lua_load /media/5/Conky/LUA/draw-bg.lua
    #lua_draw_hook_pre draw_bg 10 0 0 0 0 0x000000 0.5
    
    #digiThe all important - How often conky refreshes.
    # If you have a "Crey" try: 0.2 - smokin' - but watch the CPU useage go UP!
    update_interval 1 # in seconds
    
    # stuff after 'TEXT' will be formatted on screen
    TEXT
    ${voffset 30}${font Helvetica LT Std:style=Condensed:size=60}${color 434343}${goto 40}${time %H}${goto 145}${color 434343}${time %M}${font Helvetica LT Std Condensed:size=15}${color 808080}${goto 230}${time %S}
    ${voffset 55}${color whitesmoke}${font Helvetica LT Std:size=8}${alignc}${time %A},${time %e} ${time %B} ${time %G}\
    ${image /media/5/conky/folti/images/base.png -p 12,30 -s 238x140}\
    ${image /media/5/conky/folti/images/base.png -p 12,190 -s 238x40}\
    ${image /media/5/conky/folti/images/flip_bg.png -p 30,10 -s 100x110}\
    ${image /media/5/conky/folti/images/flip_bg.png -p 130,10 -s 100x110}\
    ${execpi 1800 conkyForecast --location=HRXX0005 --template=/media/5/conky/folti/vreme.template}
    
    
    
    ${color CC9900}SYSTEM ${color}${sysname} on ${machine} ${color CC9900}${hr 2}
    ${color}${nodename}    ${kernel}
    
    ${color CC9900}CPU ${hr 2}${color}
      AMD Athlon(tm) 64 Socket 939
      X2 Dual Core CPU 4200+
    
    Total CPU:
     ${cpu cpu0}%${goto 40}${color 597DB2}${cpubar cpu0}${color}${goto 40}${cpugraph cpu0 -t 20,210 FF0000 FFFF33}
    Core 1: ${freq 1} MHz        Temprature: ${color} ${exec sensors|grep 'Core0'|awk '{print $3}'}
     ${cpu cpu1}%${goto 40}${color 597DB2}${cpubar cpu1}${color}
    Core 2: ${freq 2} MHz        Temprature: ${color} ${exec sensors|grep 'Core1'|awk '{print $3}'}
     ${cpu cpu2}%${goto 40}${color 597DB2}${cpubar cpu2}${color}
    
    NAME${goto 90}PID${goto 150}CPU%${goto 215}MEM%
    ${color CCFFFF}${top name 1}${goto 90}${top pid 1}${goto 150}${top cpu 1}${goto 215}${top mem 1}
    ${top name 2}${goto 90}${top pid 2}${goto 150}${top cpu 2}${goto 215}${top mem 2}
    ${top name 3}${goto 90}${top pid 3}${goto 150}${top cpu 3}${goto 215}${top mem 3}
    ${top name 4}${goto 90}${top pid 4}${goto 150}${top cpu 4}${goto 215}${top mem 4}${color}
    
    ${color CC9900}MEMORY ${hr 2}${color}
    RAM Used: ${mem}${goto 120}RAM Free: ${memfree}/ ${memmax}
     RAM: ${memperc}%${goto 75}${color FF6600}${membar 6,175}${color}
    Swap: ${swapperc}%${goto 75}${color FF6600}${swapbar 6,175}${color}
    
    ${color CC9900}DISK ${hr 2}${color}
    sdc5 ${fs_type} (Root): ${fs_free_perc /}%${goto 132}${color FFFF33}${fs_bar 6,118 /}${color}
    sdc1 NTFS (Data): ${fs_free_perc /media/data}%${goto 132}${color FFFF33}${fs_bar 6,118 /media/data}${color}
    
    ${color CC9900}NETWORK (${addr eth1}) ${hr 2}${color}
    Down: ${color}${downspeed eth1} k/s ${alignr 10}Up: ${upspeed eth1} k/s
    ${downspeedgraph eth1 25,100 000000 ff0000}${alignr 10}${upspeedgraph eth1
    25,100 000000 00ff00}${color}
    Total: ${totaldown eth1}${alignr 10}Total: ${totalup eth1}
    Inbound: ${tcp_portmon 1 32767 count}${goto 105}Outbound: ${tcp_portmon 32768 61000 count}${alignr 10}Total: ${tcp_portmon 1 65535 count}
    ${color CC9900}LOGGING ${hr 2}${color}
    ${color 339900}${execi 30 tail -n3 /var/log/messages | fold -s -w48}${color}
    And the /media/5/conky/folti/vreme.template - path will need changing as well:

    Code:
    ${voffset -45}${goto 22}${font Helvetica LT Std:size=8}${color 909090}[--datatype=CN]
    ${font Helvetica LT Std:size=8}${color whitesmoke}${goto 24}[--datatype=CT]${voffset -10}${goto 200}${font Helvetica LT Std:size=25}${color d4d4d4}[--datatype=HT --hideunits]${font}
    
    
    
    
    ${font Helvetica LT Std:size=8}${color white}${goto 25}[--datatype=HT --hideunits --startday=1]/${color 707070}[--datatype=LT --hideunits --startday=1]${color white}${goto 70}[--datatype=HT --hideunits --startday=2]/${color 707070}[--datatype=LT --hideunits --startday=2]${color white}${goto 115}[--datatype=HT --hideunits --startday=3]/${color 707070}[--datatype=LT --hideunits --startday=3]${color white}${goto 160}[--datatype=HT --hideunits --startday=4]/${color 707070}[--datatype=LT --hideunits --startday=4]
    ${color 707070}${goto 25}[--datatype=DW --shortweekday --startday=1]${color 707070}${goto 70}[--datatype=DW --shortweekday --startday=2]${color 707070}${goto 115}[--datatype=DW --shortweekday --startday=3]${color 707070}${goto 160}[--datatype=DW --shortweekday --startday=4]
    ${voffset -10}${color 707070}${goto 205}[--datatype=DW --shortweekday --startday=5]
    ${voffset -23}${color white}${goto 205}[--datatype=HT --hideunits --startday=5]/${color 707070}[--datatype=LT --hideunits --startday=5]${image [--datatype=WI] -p 80,70 -s 113x113}${image [--datatype=WI --startday=1] -p 20,175 -s 43x43}${image [--datatype=WI --startday=2] -p 65,175 -s 43x43}${image [--datatype=WI --startday=3] -p 113,175 -s 43x43}${image [--datatype=WI --startday=4] -p 158,175 -s 43x43}${image [--datatype=WI --startday=5] -p 200,175 -s 43x43}
    Last edited by Sector11; January 16th, 2013 at 09:49 PM. Reason: Updated conky - and added finished image

  6. #21466
    Join Date
    Jan 2013
    Beans
    1

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Petro Dawg View Post
    I believe you can just save that persons config as text filed called .conkyrc in your home folder and conky will run it. Just make sure its a simple configuration, otherwise you may need to do more if it requires templates and such.

    You can create a conky startup script by creating an empty text file named conky-startup.sh and copy the text below in the file and save.

    Code:
    #!/bin/bash
    sleep 15 && conky
    then right click the file, select properties, then permissions, and select "Allow executing file as program".

    You can then go to your start up applications program and add a path to your conky-startup.sh file to start up conky when you start the computer.
    Yep that worked, thanks! Strangely enough the background colour is changing on it's own! But other than that thanks!

  7. #21467
    Join Date
    Feb 2007
    Location
    Geelong, Australia
    Beans
    184

    Re: Post your .conkyrc files w/ screenshots

    Here's how mine looks as of right now. I'm 99% happy with it, but the part I've circled keeps moving a few pixels left and right at seemingly random times. I've gone over the code until my eyes glazed over and can't figure out what I've done wrong. If anyone could have a look and see if they can spot why it's doing this, I'd be very appreciative.

    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
    # .conkyrc by Deguello
    
    # Use Xft?
    use_xft yes
    xftfont ChaletComprime-HongKongSeve:size=14
    xftalpha 0.8
    text_buffer_size 2048
    
    # Update interval in seconds
    update_interval 1
    
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_transparent yes
    #own_window_type widget
    own_window_type normal
    own_window_hints undecorated,sticky,below,skip_taskbar
    
    # If own_window is yes, these window manager hints may be used
    # own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 1900 300
    minimum_width 1900
    maximum_width 1920
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline yes
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 0
    
    # border margins
    border_margin 3
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color light grey
    default_shade_color white
    #default_outline_color grey
    own_window_colour white
    
    # 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
    # same thing as passing -x at command line
    gap_x 1935
    gap_y 10
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase yes
    
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 2
    
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 2
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale yes
    
    # Add spaces to keep things from moving about? This only affects certain objects.
    use_spacer none
    
    TEXT
    ${voffset 5}${font StyleBats:size=16}A${font}  ${voffset -2}CPU1: ${cpu cpu1}% ${goto 110}${cpubar cpu1 10,60}${goto 200}${voffset -2}${font StyleBats:size=16}A${font}${voffset -2}  CPU3: ${cpu cpu3}% ${goto 310}${cpubar cpu3 10,60}${goto 400}${voffset -2}${font StyleBats:size=16}g${font}  ${voffset -2}RAM: $memperc%${goto 520}${membar 10,60}${goto 620}${voffset -2}${font PizzaDude Bullets:size=14}O${font}  UPLOAD SPEED:${alignr 932}${upspeed eth1}/s${goto 830}${upspeedgraph eth1 10,60 BEBEBE BEBEBE}${font}${goto 930}${voffset -2}${font PizzaDude Bullets:size=14}N${font}  UPLOADED:${alignr 820}${totalup eth1}
    ${execp conkyGuayadeque -n --template=~/conkyGuayadeque_cover.template}
    ${voffset -50}${font StyleBats:size=16}A${font}  ${voffset -2}CPU2: ${cpu cpu2}% ${goto 110}${cpubar cpu2 10,60}${goto 200}${voffset -2}${font StyleBats:size=16}A${font}${voffset -2}  CPU4: ${cpu cpu4}% ${goto 310}${cpubar cpu4 10,60}${goto 400}${voffset -2}${font StyleBats:size=16}p${font}  ${voffset -2}UPTIME:${goto 520}${uptime}${goto 620}${voffset -2}${font PizzaDude Bullets:size=14}U${font}  ${voffset 1}DOWNLOAD SPEED:${alignr 920}${downspeed eth1}/s${goto 830}${downspeedgraph eth1 10,60 BEBEBE BEBEBE}${goto 930}${voffset -2}${font PizzaDude Bullets:size=14}T${font}  DOWNLOADED:${alignr 820}${totaldown eth1}
    
    
    
    
    
    
    
    
    
    
    
    ${voffset 20}${font Times New Roman:size=12}${alignr}${voffset -12}${execp conkyGuayadeque -n --template=~/conkyGuayadeque_ti.template}${font}
    ${voffset -10}${font Times New Roman:size=11}${alignr}${voffset -10}${execp conkyGuayadeque -n --template=~/conkyGuayadeque_ar.template}${font}
    ${voffset -8}${font Times New Roman:size=11}${alignr}${voffset -10}${execp conkyGuayadeque -n --template=~/conkyGuayadeque_al.template}${font}
    Attached Images Attached Images
    If you can't be bothered writing coherently, I can't be bothered reading your post.

  8. #21468
    Join Date
    May 2010
    Location
    Australia
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Code:
    # Add spaces to keep things from moving about? This only affects certain objects. 
    use_spacer right
    See if that helps...

  9. #21469
    Join Date
    Feb 2007
    Location
    Geelong, Australia
    Beans
    184

    Re: Post your .conkyrc files w/ screenshots

    That seems to have done the trick. Thanks mate!


    I still can't work out why one object at {alignr 920} won't line up with another object at {alignr 920}, but that's a headache for another day.

    Edit: spoke too soon. Still jumping around. Grr.
    Last edited by Spike-X; January 17th, 2013 at 10:16 AM.
    If you can't be bothered writing coherently, I can't be bothered reading your post.

  10. #21470
    Join Date
    May 2010
    Location
    Australia
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    I still can't work out why one object at {alignr 920} won't line up with another object at {alignr 920}, but that's a headache for another day.
    ${alignr} or align to RHS is not as definitive or absolute as ${goto *}. In actual fact your code is telling conky to align to the right, and then move left 920! Hence in simple English, and notwithstanding the code-gibberish, ${goto} is far cleaner an instruction.

    Edit: spoke too soon. Still jumping around. Grr.
    Not likely to be resolved then unless you switch to a mono font for this section of conky...
    HTH

Page 2147 of 2348 FirstFirst ... 1147164720472097213721452146214721482149215721972247 ... 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
  •