Page 1150 of 2348 FirstFirst ... 1506501050110011401148114911501151115211601200125016502150 ... LastLast
Results 11,491 to 11,500 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #11491
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by HangukMiguk View Post
    Needing help here.

    Here's my .conkyrc (minus my twitter info that would allow you to hack my account)


    Code:
    use_xft yes
    xftfont sans Bold:size=9
    double_buffer yes
    
    update_interval 1
    
    draw_borders 0
    draw_shades yes
    
    no_buffers yes
    
    default_color white
    default_shade_color black
    default_outline_color black
    
    alignment top_right
    minimum_width 500
    
    uppercase no
    
    override_utf8_locale yes
    
    use_spacer yes
    
    TEXT
    
    $color${font sans Bold:size=11}SYSTEM${hr 2}
    $font${color #f60609}$nodename $kernel (Mint)
    Uptime ${color #17c6fe}$uptime
    $color${hr 2}
    ${color #f60609}CPU: ${color #17c6fe}$cpu% ${color #f60609}RAM: ${color #17c6fe}$mem/$memmax
    ${color #f60609}HD: ${color #17c6fe}${fs_used /}/${fs_free /} ${color #f60609}Swap: ${color #17c6fe}$swap/$swapmax
    ${color #f60609}Processes: ${color #17c6fe}$processes ${color #f60609}Running: ${color #17c6fe}$running_processes
    ${color #f60609}Battery: ${color #17c6fe}${battery}
    $color${font sans Bold:size=11}NETWORK${hr 2}
    $font${color #f60609}SSID: ${color #17c6fe}${wireless_essid wlan0} ${color #f60609}(${color #17c6fe}${addr wlan0}${color #f60609})
    ${color #f60609}Download: ${color #17c6fe}${downspeedf net} $font${color #f60609}Upload: ${color #17c6fe}${upspeedf net}
    $color${font sans Bold:size=11}PERSONAL${hr 2}
    $font${color #f60609}Gmail: ${color #17c6fe}${execi 60 python ~/.scripts/gmail.py} message(s)
    $font${color #f60609}Rhythmbox: ${color #17c6fe}${execp conkyRhythmbox --template=~/.scripts/rhythmbox.template}
    $font${color #f60609}Currently: ${color #17c6fe}${execi 60 conkyForecast --location=USIL0514 --datatype=CC} ${execi 60 conkyForecast --location=USIL0514 --datatype=HT --imperial}
    $color${font sans Bold:size=11}TWITTER${hr 2}
    $font${color #17c6fe}${rss http://xxxx:xxxx@twitter.com/statuses/friends_timeline/35138760.rss 20 item_titles 5}
    Here is my output, as is:



    Now, considering my monitor is set to 1280x800, it shouldn't be outputting all the way across the screen so I can't read anything. How do I remedy this?

    Secondly...there's the issue of the terminal window in the way. Now, when I was using conky before, I never had that problem, and it's showing the Gmail script, and I'm using the exact same script. Why is it there now, and how do I make it so this terminal window doesn't show up every time I run Conky?
    your minimum_width 500 is probably what is causing this. Change it to
    Code:
    minimum_width 150
    to start, then play around with it to your liking.

    As for your question about the terminal... If you call conky from a terminal it will always post the results inside the terminal. At least it does for me. If you set it up in startup applications you should not see a terminal window.
    Registered Ubuntu User #29430

  2. #11492
    Join Date
    Feb 2009
    Location
    UK
    Beans
    129
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dmillerct View Post
    your minimum_width 500 is probably what is causing this. Change it to
    Code:
    minimum_width 150
    to start, then play around with it to your liking.

    As for your question about the terminal... If you call conky from a terminal it will always post the results inside the terminal. At least it does for me. If you set it up in startup applications you should not see a terminal window.
    Actually, the problem is probably that there's no such variable as minimum_width...Try either minimum_size (takes two arguments, width and height, separated by a space) or maximum_width!
    - Samsung R519 Silver - Dual-Boot Windows 7/Ubuntu 9.10 -
    - The Official Conky Blog - Follow conkynews on Twitter -
    - My Launchpad PPA -
    - My blog: My Little Desktop -

  3. #11493
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by londonali1010 View Post
    Actually, the problem is probably that there's no such variable as minimum_width...Try either minimum_size (takes two arguments, width and height, separated by a space) or maximum_width!
    Oops good catch. Yes maximum_width is what I meant.
    Registered Ubuntu User #29430

  4. #11494
    scouser73's Avatar
    scouser73 is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Mar 2008
    Beans
    1,663
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Wink Re: Post your .conkyrc files w/ screenshots

    My first ever Conky, I've stolen bits from other users (hope that you guys don't mind too much)

    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 shows number of connections from your computer and application/PID making it. Kill spyware!
    #
    # -- Pengo
    # 
     
    # 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?
    use_xft yes
    xftfont DejaVu Sans:size=8
    xftalpha 0.8
    text_buffer_size 2048
     
    # Update interval in seconds
    update_interval 0.1
     
    # 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
    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 10
    
    # Colors
    default_color ffffff		#white
    default_outline_color dark blue
    color1 008FCC			#blue
    color2 b2b2b2			#grey1
    color3 0000ff			#deep blue
    color4 00ff00			#green
    color5 ffff00			#yellow
    color6 ff0000			#red
    color7 0086C3			#another blue
    color8 DF0066			#Debian red
    color9 565656			#grey2
    color CCCCCC			#
    
     
    # stuff after 'TEXT' will be formatted on screen
     
    TEXT
    $color
    ${color orange}SYSTEM ${hr 2}$color
    $nodename $sysname $kernel on $machine
    
    ${font Radio Space:size=15}${time %H:%M:%S}
    
    ${color white}${font DejaVu Sans Mono:bold:size=12}${execpi 60 DJS=`date +%_d`; cal | sed '1d' | sed '/./!d' | sed 's/$/                     /' | fold -w 21 | sed -n '/^.\{21\}/p' | sed 's/^/${alignc} /' | sed /" $DJS "/s/" $DJS "/" "'${color red}'"$DJS"'${color white}'" "/}
    ${color white}$hr${color}
    
    ${color orange}${font DejaVu Sans Mono\-title:size=8}UPTIME:
    ${voffset -13}${offset 75}${font DejaVu Sans Mono:bold:size=8}${color white}${uptime}
     
    ${font DejaVu Sans Mono:size=8}${color orange}CPU ${hr 2}$color
    ${freq}MHz   Load: ${loadavg}   Temp: ${acpitemp}
     
    ${color orange}MEMORY / DISK ${hr 2}$color
    RAM:   $memperc%   ${membar 6}$color
    Swap:  $swapperc%   ${swapbar 6}$color
     
    Root:  ${fs_free_perc /}%   ${fs_bar 6 /}$color
    Backup:  ${fs_free_perc /media/Backup}%   ${fs_bar 6 /media/Backup}$color
    Documents:  ${fs_free_perc /media/Documents}%   ${fs_bar 6 /media/Documents}$color
    Films:  ${fs_free_perc /media/Films}%   ${fs_bar 6 /media/Films}$color
    Music:  ${fs_free_perc /media/Music}%   ${fs_bar 6 /media/Music}$color
    Television:  ${fs_free_perc /media/Television}%   ${fs_bar 6 /media/Television}$color
    Terabyte:  ${fs_free_perc /media/Terabyte}%   ${fs_bar 6 /media/Terabyte}$color
    Ubuntu:  ${fs_free_perc /media/Ubuntu}%   ${fs_bar 6 /media/Ubuntu}$color
    Last edited by scouser73; January 13th, 2010 at 09:02 PM. Reason: Changed Update Interval in Seconds to 0.1

  5. #11495
    Join Date
    Apr 2006
    Location
    Toronto
    Beans
    84

    Re: Post your .conkyrc files w/ screenshots

    Thanks for the help guys.

    The problem with the terminal was that I was starting it in Openbox and used mmaker to write my menu files. It set up the Conky option as 'xterm -e conky'

    Anyway, here's the fixed version:



    Code:
    use_xft yes
    xftfont sans Bold:size=9
    double_buffer yes
    
    update_interval 1
    
    draw_borders 0
    draw_shades yes
    
    no_buffers yes
    
    default_color white
    default_shade_color black
    default_outline_color black
    
    alignment top_right
    maximum_width 325
    
    uppercase no
    
    override_utf8_locale yes
    
    use_spacer yes
    
    TEXT
    
    $color${font sans Bold:size=11}SYSTEM${hr 2}
    $font${color #f60609}$nodename $kernel (Linux Mint 8)
    Uptime ${color #17c6fe}$uptime
    ${color #f60609}CPU: ${color #17c6fe}$cpu% ${color #f60609}                 RAM: ${color #17c6fe}$mem/$memmax
    ${color #f60609}HD: ${color #17c6fe}${fs_used /}/${fs_free /} ${color #f60609}Swap: ${color #17c6fe}$swap/$swapmax
    ${color #f60609}Processes: ${color #17c6fe}$processes ${color #f60609}        Running: ${color #17c6fe}$running_processes
    ${color #f60609}Battery: ${color #17c6fe}${battery BAT1}
    $color${font sans Bold:size=11}NETWORK${hr 2}
    $font${color #f60609}SSID: ${color #17c6fe}${wireless_essid wlan0} ${color #f60609}(${color #17c6fe}${addr wlan0}${color #f60609})
    ${color #f60609}Download: ${color #17c6fe}${downspeedf wlan0}      $font${color #f60609}Upload: ${color #17c6fe}${upspeedf wlan0}
    $color}${font sans Bold:size=11}TWITTER${hr 2}
    $font${color #17c6fe}${rss http://xxxx:xxxx@twitter.com/statuses/friends_timeline/35138760.rss 20 item_titles 5}
    $color${font sans Bold:size=11}PERSONAL${hr 2}
    $font${color #f60609}Gmail: ${color #17c6fe}${execi 60 python ~/.scripts/gmail.py} message(s)
    $font${color #f60609}Currently: ${color #17c6fe}${execi 60 conkyForecast --location=USIL0514 --datatype=CC} ${execi 60 conkyForecast --location=USIL0514 --datatype=HT --imperial}
    $font${color #f60609}Rhythmbox: ${color #17c6fe}${exec conkyRhythmbox --template=~/.scripts/rhythmbox.template}
    I wish I had a way to make my tweets word wrap...the way it's set up now, they cut off, or else I turn off maximum_width and it stretches across screen.
    Last edited by HangukMiguk; January 14th, 2010 at 09:54 PM.
    Linux Registered User #457962

  6. #11496
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by HangukMiguk View Post
    Thanks for the help guys.

    The problem with the terminal was that I was starting it in Openbox and used mmaker to write my menu files. It set up the Conky option as 'xterm -e conky'

    Anyway, here's the fixed version:

    ...

    Code:
    use_xft yes
    xftfont sans Bold:size=9
    double_buffer yes
    
    update_interval 1
    
    draw_borders 0
    draw_shades yes
    
    no_buffers yes
    
    default_color white
    default_shade_color black
    default_outline_color black
    
    alignment top_right
    maximum_width 325
    
    uppercase no
    
    override_utf8_locale yes
    
    use_spacer yes
    
    TEXT
    
    $color${font sans Bold:size=11}SYSTEM${hr 2}
    $font${color #f60609}$nodename $kernel (Linux Mint 8)
    Uptime ${color #17c6fe}$uptime
    ${color #f60609}CPU: ${color #17c6fe}$cpu% ${color #f60609}                 RAM: ${color #17c6fe}$mem/$memmax
    ${color #f60609}HD: ${color #17c6fe}${fs_used /}/${fs_free /} ${color #f60609}Swap: ${color #17c6fe}$swap/$swapmax
    ${color #f60609}Processes: ${color #17c6fe}$processes ${color #f60609}        Running: ${color #17c6fe}$running_processes
    ${color #f60609}Battery: ${color #17c6fe}${battery BAT1}
    $color${font sans Bold:size=11}NETWORK${hr 2}
    $font${color #f60609}SSID: ${color #17c6fe}${wireless_essid wlan0} ${color #f60609}(${color #17c6fe}${addr wlan0}${color #f60609})
    ${color #f60609}Download: ${color #17c6fe}${downspeedf wlan0}      $font${color #f60609}Upload: ${color #17c6fe}${upspeedf wlan0}
    $color}${font sans Bold:size=11}TWITTER${hr 2}
    $font${color #17c6fe}${rss http://username:password@twitter.com/statuses/friends_timeline/35138760.rss 20 item_titles 5}
    $color${font sans Bold:size=11}PERSONAL${hr 2}
    $font${color #f60609}Gmail: ${color #17c6fe}${execi 60 python ~/.scripts/gmail.py} message(s)
    $font${color #f60609}Currently: ${color #17c6fe}${execi 60 conkyForecast --location=USIL0514 --datatype=CC} ${execi 60 conkyForecast --location=USIL0514 --datatype=HT --imperial}
    $font${color #f60609}Rhythmbox: ${color #17c6fe}${exec conkyRhythmbox --template=~/.scripts/rhythmbox.template}
    I wish I had a way to make my tweets word wrap...the way it's set up now, they cut off, or else I turn off maximum_width and it stretches across screen.
    The first thing you should probably do is change your twitter username and password and edit it out of your post.

    For wrapping the rss, the conky variable can't do it (yet) but you can use a script called conky-rss.sh and use it with fold.
    Code:
    ${execi 60 conky-rss.sh http://username:password@twitter.com/statuses/friends_timeline/35138760.rss|fold -sw 55}
    fold -sw 55 will wrap at 55 characters.

  7. #11497
    Join Date
    Nov 2008
    Location
    Port Charlotte, FL
    Beans
    152
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    My conky is looking a bit fugly now, I was wondering what I could do to make it look better. I'm not very familiar with conkys' features.
    Code:
     # Conky, a system monitor, based on torsmo
    #
    # Any original torsmo code is licensed under the BSD license
    #
    # All code written since the fork of torsmo is licensed under the GPL
    #
    # Please see COPYING for details
    #
    # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
    # Copyright (c) 2005-2007 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
    # All rights reserved.
    #
    # This program is free software: you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation, either version 3 of the License, or
    # (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU General Public License for more details.
    # You should have received a copy of the GNU General Public License
    # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    #
    # $Id: conky.conf 1193 2008-06-21 20:37:58Z ngarofil $
    
    background yes
    use_xft yes
    xftfont HandelGotD:size=9
    xftalpha 0.5
    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
    maximum_width 219
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color white
    default_shade_color white
    default_outline_color white
    alignment top_right
    gap_x 12
    gap_y 48
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    override_utf8_locale no
    
    TEXT
    $sysname $kernel on $machine
    
    Uptime $alignr $uptime
    Load $alignr $loadavg
    
    Hostname $alignr $nodename
    
    ${if_up wlan0}${color white}WIRELESS (IP: ${addr wlan0}- : ${wireless_link_qual_perc wlan0}%) ${hr 2}$color
    ${color white} ${alignr}Rate: ${wireless_bitrate wlan0}${color}
    ${color white}Down: ${downspeed wlan0} kB/s ${alignr}Up: ${upspeed wlan0} kB/s$color
    ${color white}${downspeedgraph wlan0 25,140 000000 970300} ${alignr}${upspeedgraph wlan0 25,140 000000 297F00}$color
    ${color white}Total: ${totaldown wlan0} ${alignr}Total: ${totalup wlan}$color$endif
    
    $processes processes ($running_processes running)
    
    CPU $alignr ${cpu cpu0}%
    ${cpubar cpu0}
    
    MEM $alignc $mem / $memmax $alignr $memperc%
    $membar
    
    /Ubuntu $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_free_perc /}%
    ${fs_bar /}
    
    /Windows $alignc ${fs_used /host} / ${fs_size /host} $alignr ${fs_free_perc /host}%
    ${fs_bar /host}
    
    /Media1 $alignc ${fs_used /mnt/sda2/} / ${fs_size /mnt/sda2/} $alignr ${fs_free_perc /mnt/sda2/}%
    ${fs_bar /mnt/sda2/}
    
    /Media2 $alignc ${fs_used /mnt/sda1/} / ${fs_size /mnt/sda1/} $alignr ${fs_free_perc /mnt/sda1/}%
    ${fs_bar /mnt/sda1/}
    
    swap $alignc $swap / $swapmax $alignr $swapperc%
    ${swapbar}
    Attached Images Attached Images

  8. #11498
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Redundant Username View Post
    My conky is looking a bit fugly now, I was wondering what I could do to make it look better. I'm not very familiar with conkys' features.
    Code:
     # Conky, a system monitor, based on torsmo
    #
    # Any original torsmo code is licensed under the BSD license
    #
    # All code written since the fork of torsmo is licensed under the GPL
    #
    # Please see COPYING for details
    #
    # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
    # Copyright (c) 2005-2007 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
    # All rights reserved.
    #
    # This program is free software: you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation, either version 3 of the License, or
    # (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU General Public License for more details.
    # You should have received a copy of the GNU General Public License
    # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    #
    # $Id: conky.conf 1193 2008-06-21 20:37:58Z ngarofil $
    
    background yes
    use_xft yes
    xftfont HandelGotD:size=9
    xftalpha 0.5
    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
    maximum_width 219
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color white
    default_shade_color white
    default_outline_color white
    alignment top_right
    gap_x 12
    gap_y 48
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    override_utf8_locale no
    
    TEXT
    $sysname $kernel on $machine
    
    Uptime $alignr $uptime
    Load $alignr $loadavg
    
    Hostname $alignr $nodename
    
    ${if_up wlan0}${color white}WIRELESS (IP: ${addr wlan0}- : ${wireless_link_qual_perc wlan0}%) ${hr 2}$color
    ${color white} ${alignr}Rate: ${wireless_bitrate wlan0}${color}
    ${color white}Down: ${downspeed wlan0} kB/s ${alignr}Up: ${upspeed wlan0} kB/s$color
    ${color white}${downspeedgraph wlan0 25,140 000000 970300} ${alignr}${upspeedgraph wlan0 25,140 000000 297F00}$color
    ${color white}Total: ${totaldown wlan0} ${alignr}Total: ${totalup wlan}$color$endif
    
    $processes processes ($running_processes running)
    
    CPU $alignr ${cpu cpu0}%
    ${cpubar cpu0}
    
    MEM $alignc $mem / $memmax $alignr $memperc%
    $membar
    
    /Ubuntu $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_free_perc /}%
    ${fs_bar /}
    
    /Windows $alignc ${fs_used /host} / ${fs_size /host} $alignr ${fs_free_perc /host}%
    ${fs_bar /host}
    
    /Media1 $alignc ${fs_used /mnt/sda2/} / ${fs_size /mnt/sda2/} $alignr ${fs_free_perc /mnt/sda2/}%
    ${fs_bar /mnt/sda2/}
    
    /Media2 $alignc ${fs_used /mnt/sda1/} / ${fs_size /mnt/sda1/} $alignr ${fs_free_perc /mnt/sda1/}%
    ${fs_bar /mnt/sda1/}
    
    swap $alignc $swap / $swapmax $alignr $swapperc%
    ${swapbar}
    It looks like you could use some weather icons at the bottom. Why dont you give K's weather script a shot:

    http://ubuntuforums.org/showthread.php?t=869328
    Registered Ubuntu User #29430

  9. #11499
    scouser73's Avatar
    scouser73 is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Mar 2008
    Beans
    1,663
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Wink Re: Post your .conkyrc files w/ screenshots

    I've been messing with conky for hours now, lol. Here's the more minimalist updated version.

    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 shows number of connections from your computer and application/PID making it. Kill spyware!
    #
    # -- Pengo
    # 
     
    # 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?
    use_xft yes
    xftfont DejaVu Sans:size=8
    xftalpha 0.8
    text_buffer_size 2048
     
    # Update interval in seconds
    update_interval 0.1
     
    # 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
    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 10
     
    # stuff after 'TEXT' will be formatted on screen
     
    TEXT
    $color
    ${color orange}${font ubuntu\-title:size=10}Ubuntu ${color white}9.10 -${color orange} Karmic ${color white} Koala
    ${color orange}${hr 2}
    ${color orange}${font ubuntu:size=10}${color orange}System ${color white}${font ubuntu:size=10}$nodename $sysname $kernel on $machine
    ${color orange}${hr 2}
    ${font Radio Space:size=10}${color orange}Greenwich Mean Time ${color white}${time %H:%M:%S}
    ${color orange}${hr 2}
    ${font Radio Space :size=10}${color orange}Date ${color white}${time %A, %B %d %Y}${color}
    ${color orange}${hr 2}${color}
    ${color orange}${font ubuntu\-title:size=10}Uptime ${font ubuntu:size=10}${color white}${uptime}
    ${color orange}${hr 2}${color}
    ${font ubuntu:size=10}${color orange}CPU ${color white}${font ubuntu:size=10}${freq}MHz   Load: ${loadavg}
    ${color orange}${hr 2}${color}
    ${color orange}MEMORY / DISK $color
    ${color white}${font ubuntu:size=10}RAM:   $memperc%   ${color orange}${membar 6}$color
    ${color white}${font ubuntu:size=10}Swap:  $swapperc%   ${color orange}${swapbar 6}$color

  10. #11500
    Join Date
    Oct 2008
    Location
    Down Under
    Beans
    1,568
    Distro
    Ubuntu Budgie 18.04 Bionic Beaver

    Re: Post your .conkyrc files w/ screenshots

    Here is my Conky on Blackbox

    HTML 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 no
    
    background no
    
    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_xft yes
    
    # Update interval in seconds
    update_interval 3.0
    
    # Minimum size of text area
    minimum_size 100
    
    # Draw shades?
    draw_shades yes
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 8
    # border margins
    border_inner_margin 2
    
    # border width
    border_width 1
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color white
    default_shade_color black
    default_outline_color white
    
    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 3
    gap_y 10
    
    # stuff after 'TEXT' will be formatted on screen
    
    override_utf8_locale no
    xftfont Terminus:size=10
    xftalpha 0.8
    
    use_spacer right
    
    
    
    
    TEXT
    
    
    ${offset 240}${font georgia :size=39}${color white}${alignc} ${time %l:%M %p}
    ${font}
    ${offset 240}${font georgia :size=18}${color }Ubuntu 9.10 Karmic Koala
    ${font}
    #${color slate grey}{font Times:size=33}$hr
    ${offset 240}${color slate grey}${time %a, } ${color }${time %e %B %G}
    ${offset 240}${color slate grey}${time %Z,    }${color }${time %H:%M:%S}
    ${offset 240}${color slate grey}UpTime: ${color }$uptime
    ${offset 240}${color slate grey}Kern:${color }$kernel $nodename $sysname on $machine
    
    ${offset 240}${color slate grey}CPU:${color } $cpu% ${acpitemp}C
    ${offset 240}${cpugraph 20,130 000000 ffffff}
    ${offset 240}CPU:1  ${cpu cpu1}% ${cpubar cpu1}
    ${offset 240}CPU:2  ${cpu cpu2}% ${cpubar cpu2}
    ${offset 240}${color slate grey}Load: ${color }$loadavg
    ${offset 240}${color slate grey}Processes: ${color }$processes  
    ${offset 240}${color slate grey}Running:   ${color }$running_processes
    
    ${offset 240}${color slate grey}Highest CPU:
    ${offset 240}${color #ddaa00} ${top name 1}${top_mem cpu 1}
    ${offset 240}${color lightgrey} ${top name 2}${top cpu 2}
    ${offset 240}${color lightgrey} ${top name 3}${top cpu 3}
    ${offset 240}${color lightgrey} ${top name 4}${top cpu 4}
    
    ${offset 240}${color slate grey}Highest MEM:
    ${offset 240}${color #ddaa00} ${top_mem name 1}${top_mem mem 1}
    ${offset 240}${color lightgrey} ${top_mem name 2}${top_mem mem 2}
    ${offset 240}${color lightgrey} ${top_mem name 3}${top_mem mem 3}
    ${offset 240}${color lightgrey} ${top_mem name 4}${top_mem mem 4}
    
    ${offset 240}${color slate grey}MEM:  ${color } $memperc% $mem/$memmax
    ${offset 240}${membar 3,100}
    ${offset 240}${color slate grey}SWAP: ${color }$swapperc% $swap/$swapmax
    ${offset 240}${swapbar 3,100}
    
    ${offset 240}${color slate grey}ROOT:    ${color }${fs_free /}/${fs_size /}
    ${offset 240}${fs_bar 3,100 /}
    ${offset 240}${color slate grey}HOME:  ${color }${fs_free /home}/${fs_size /home}
    ${offset 240}${fs_bar 3,100 /home}
    ${offset 240}${color slate grey}NET: 
    ${offset 240}${color}Up: ${color }${upspeed eth0} k/s
    ${offset 240}${upspeedgraph eth0 20,130 000000 ffffff}
    ${offset 240}${color}Down: ${color }${downspeed eth0}k/s${color}
    ${offset 240}${downspeedgraph eth0 20,130 000000 ffffff}
    
    ${offset 240}${color Cyan}Brisbane WEATHER ${hr 2}$color${execi 600 sh /home/puss/conky_weather/weather_script.sh }
    ${offset 240}${font conkyweather:size=35}${execi 600  sed -n '4p' /home/puss/conky_weather/weather1}${font} ${voffset -20}${execi 600 sed -n '1p' /home/puss/conky_weather/weather1}
    
    
    ${offset 240}${rss http://rss.accuweather.com/rss/liveweather_rss.asp?metric=1&locCode=OCN|AU|QLD|BRISBANE 10 item_title 1}
    ${offset 240}${font conkyweather:size=35}${execi 600  sed -n '5p' /home/puss/conky_weather/weather1}${font} ${voffset -20}${execi 600 sed -n '2p' /home/puss/conky_weather/weather1}
    
    
    ${offset 240}${rss http://rss.accuweather.com/rss/liveweather_rss.asp?metric=1&locCode=OCN|AU|QLD|BRISBANE 10 item_title 2}
    ${offset 240}${font conkyweather:size=35}${execi 600  sed -n '6p' /home/puss/conky_weather/weather1}${font} ${voffset -20}${execi 600 sed -n '3p' /home/puss/conky_weather/weather1}


Page 1150 of 2348 FirstFirst ... 1506501050110011401148114911501151115211601200125016502150 ... 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
  •