Page 113 of 2348 FirstFirst ... 13631031111121131141151231632136131113 ... LastLast
Results 1,121 to 1,130 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #1121
    Join Date
    Feb 2007
    Location
    Brampton, Ontario
    Beans
    883

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by herbster View Post
    I would like to see the current week, horizontally, like so:

    Code:
    M17 T18 W19 T20 F21 S22 S23
    Or quite similar, with the current day highlighted. Can someone please help with this
    Anyone?
    "For those who believe, no explanation is necessary. For those who do not, none will suffice." - Joseph Dunninger

  2. #1122
    Join Date
    Nov 2006
    Location
    40.31996,-80.607213
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Cammy View Post
    Not that I need to add anything else, but how did you get your WAN IP address?

    Edit: Nevermind, I figured it out.
    The WAN IP was from another script that I had wrote, and I just excluded that since I didn't want to add that script in.
    "Security lies within the user of who runs the system. Think smart, live safe." - Dr Small
    Linux User #441960 | Wiki: DrSmall

  3. #1123
    Join Date
    Dec 2007
    Beans
    29
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Post your .conkyrc files w/ screenshots

    when i try to run conky, nothing happens.. i tried the default .conkyrc file or from the ones here.
    Code:
    administrator@Linux-Home-Desktop:~$ conky
    Conky: forked to background, pid is 7194
    administrator@Linux-Home-Desktop:~$ 
    Conky: desktop window (a000cf) is subwindow of root window (1a5)
    Conky: window type - desktop
    Conky: drawing to created window (3a00001)
    Conky: drawing to double buffer

  4. #1124
    Join Date
    May 2007
    Location
    Washington
    Beans
    911

    Re: Post your .conkyrc files w/ screenshots

    I've come back this time, but with a question I don't think I've head before. Is there a way to "set" conky from moving around. I'm doing a one-liner and every time the number jumps between single and double digits, it moves the whole line.

  5. #1125
    Join Date
    Dec 2007
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Yes, if youre using this line

    maximum_width 200

    Anyone who can tell me how to underline text?

  6. #1126
    Join Date
    Nov 2007
    Location
    USA-ish
    Beans
    206
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    Has anyone else had completely inaccurate battery readings from conky? My conky always disagrees with my battery icon on my laptop, and sometimes by a lot. The other day, conky told me 41 min left, and the battery icon said 19!

    I wonder why the discrepancy.

  7. #1127
    Join Date
    May 2007
    Location
    Washington
    Beans
    911

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Schaklaggedehu View Post
    Yes, if youre using this line

    maximum_width 200

    Anyone who can tell me how to underline text?
    Sadly not. That specifies it not taking up more than a set part of the screen, but the text still moves.

  8. #1128
    Join Date
    Apr 2007
    Location
    Derby, UK
    Beans
    228

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by PurposeOfReason View Post
    Sadly not. That specifies it not taking up more than a set part of the screen, but the text still moves.
    In some cases, with monospace fonts, 'use_spacer yes' can work. Otherwise you could try aligning some right so they don't get affected by preceding variables. Good luck, it can be a b**** trying to get it to stay.

    Anyway, here's mine:
    Code:
    maximum_width 230
    # set to yes if you want Conky to be forked in the background
    background yes
    
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 5x7
    #font 6x10
    #font 7x13
    #font 8x13
    #font 9x15
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Bitstream Vera Sans Mono:size=8 #8 pixels per character
    
    # Text alpha when using Xft
    xftalpha 0.8
    
    # Print everything to stdout?
    # out_to_console no
    
    # MPD host/port
    # mpd_host localhost
    # mpd_port 6600
    # mpd_password tinker_bell
    
    # Print everything to console?
    # out_to_console no
    
    # mail spool
    mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 1.0
    
    # 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
    
    # If own_window is yes, you may use type normal, desktop or override
    own_window_type override
    
    # Use pseudo transparency with own_window?
    own_window_transparent yes
    
    # If own_window_transparent is set to no, you can set the background colour here
    own_window_colour hotpink
    
    # 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 225 5
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Draw borders around graphs
    draw_graph_borders yes
    
    # Stippled borders?
    stippled_borders 8
    
    # border margins
    border_margin 4
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color lightgrey
    default_shade_color black
    default_outline_color black
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    #alignment none
    
    # Gap between borders of screen and text
    # same thing as passing -x at command line
    gap_x 8
    gap_y 8
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # 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 no
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer no
    
    # Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
    #max_port_monitor_connections 256
    
    # Maximum number of special things, e.g. fonts, offsets, aligns, etc.
    #max_specials 512
    
    # Maximum size of buffer for user text, i.e. below TEXT line.
    #max_user_text 16384
    
    # Timing interval for music player thread, e.g. mpd, audacious
    #music_player_interval (update_interval is default)
    
    # variable is given either in format $variable or in ${variable}. Latter
    # allows characters right after the variable and must be used in network
    # stuff because of an argument
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    $alignc$nodename - $sysname $kernel
    $stippled_hr
    ${color aeaeae}Uptime:$color$uptime - $alignc${color aeaeae}Temp:$color$acpitemp $alignr${color aeaeae}- Batt:$color$battery
    ${cpugraph 20,230 646464 b1b1b1}
    ${color aeaeae}RAM: $alignr$color${memperc}% ${membar 5,165}
    ${color aeaeae}Swap: $alignr$color${swapperc}% ${swapbar 5,165}
    ${color aeaeae}/: $alignr$color${fs_free_perc /}% ${fs_bar 5,165 /}
    ${color aeaeae}/home: $alignr$color${fs_free_perc /home}% ${fs_bar 5,165 /home}
    ${color aeaeae}DOWN: ${downspeed eth1}kb/s${offset 53}UP: ${upspeed eth1}kb/s
    ${downspeedgraph eth1 25,110 646464 b1b1b1}${offset 10}${upspeedgraph eth1 25,110 646464 b1b1b1}
    $stippled_hr${if_empty $gmb_title}$else
    $alignc$gmb_title
    $alignc$gmb_artist
    $alignc$gmb_album
    $alignc$gmb_elapsed/$gmb_length
    ${gmb_bar 5,230}
    $stippled_hr$endif
    ${execi 1800 fortune -au | fold -sw 38}
    Attached Images Attached Images
    Last edited by corney91; December 21st, 2007 at 08:28 PM. Reason: Adding Screenshot
    Last.fm | Linux User#449102 | Ubuntu User#15213
    NEVER type a command you don't understand eg. sudo rm -rf / or something similar
    Learn about them here or here.

  9. #1129
    Join Date
    Sep 2005
    Location
    Orlando FL
    Beans
    99
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Post your .conkyrc files w/ screenshots

    Here is mine, with just what I need!


    background yes

    use_xft yes

    xftfont Bitstream Vera Sans Mono:size=10

    xftalpha 0.8

    update_interval 1.0

    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 200 5

    draw_shades yes

    draw_outline no

    draw_borders no

    draw_graph_borders yes

    #stippled_borders 8

    border_margin 4

    border_width 1

    default_color red
    #default_shade_color white
    #default_outline_color white

    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    #alignment none

    gap_x 12
    gap_y 12

    no_buffers yes

    uppercase no

    cpu_avg_samples 2

    net_avg_samples 2

    override_utf8_locale no

    use_spacer no


    TEXT
    ${color #f1dfd6}$nodename ${color #f1dfd6}$machine
    ${color #f1dfd6}$sysname $kernel
    ${color #f1dfd5}$stippled_hr
    ${color #f1dfd6}${time %a,} ${color }${time %e %B %G}
    ${color #f1dfd6}${time %Z,} ${color }${time %I:%M %P}
    ${color #f1dfd6}CPU Usage:${color #f4580f} $cpu%
    ${color #f1dfd6}RAM Usage:$color $mem/$memmax
    ${color #f1dfd6}Swap Usage:$color $swap/$swapmax
    ${color #f1dfd5}$stippled_hr
    ${color #f1dfd6}File systems:
    ${color #f1dfd6}ROOT: ${color }${fs_free /}/${fs_size /}
    ${color #f1dfd6}HOME: ${color }${fs_free /home}/${fs_size /home}
    ${color #f1dfd6}STORAGE: ${color }${fs_free /media/sdb1}/${fs_size /media/sdb1}
    ${color #f1dfd5}$stippled_hr
    ${color #f1dfd6}NET: ${color}Up:${color}${upspeed ath0} k/s ${color}Down: ${color}${downspeed ath0}k/s${color}
    Attached Images Attached Images
    | Better to be a geek than an idiot! | Ubuntu user num # 15259 | Linux user # 422921 |

  10. #1130
    Join Date
    Feb 2007
    Location
    Brampton, Ontario
    Beans
    883

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by PurposeOfReason View Post
    I've come back this time, but with a question I don't think I've head before. Is there a way to "set" conky from moving around. I'm doing a one-liner and every time the number jumps between single and double digits, it moves the whole line.
    Try:

    Code:
    ${offset} x
    "For those who believe, no explanation is necessary. For those who do not, none will suffice." - Joseph Dunninger

Page 113 of 2348 FirstFirst ... 13631031111121131141151231632136131113 ... 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
  •