Page 531 of 2348 FirstFirst ... 3143148152152953053153253354158163110311531 ... LastLast
Results 5,301 to 5,310 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #5301
    Join Date
    Dec 2007
    Location
    Chandigarh-India
    Beans
    82
    Distro
    Ubuntu 19.10 Eoan Ermine

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by chamber View Post
    OK,

    Now that's sorted, here is the updated set up.

    Pic 1 is with Rhythmbox and Pidgin closed, pic 2 is with them open.
    can you put the source code up also .... or any one with Rhythmbox code
    http://ubuntuforums.org/attachment.p...4&d=1230731610

    rhythmbox... if possible the same manner as it is shown here... i am a nob when dealing with conky...
    Last edited by jskandhari; January 9th, 2009 at 07:53 AM. Reason: Additional Info
    After Endless Roots and Hackintosh, I have stopped flaunting my Medals. That doesn't mean I don't like the fight; but I do for the Kick of it.

  2. #5302
    Join Date
    Dec 2007
    Location
    Chandigarh-India
    Beans
    82
    Distro
    Ubuntu 19.10 Eoan Ermine

    Exclamation Re: Post your .conkyrc files w/ screenshots

    I tired to do it but am not able to get the Rhythmbox to come up and the calendar that comes if its not workign is also having shaken alignment...

    here is my code
    Code:
    use_xft yes
    background yes
    xftfont verdana:size=8
    alignment top_right
    xftalpha 0.8
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    draw_shades no
    draw_outline no
    draw_borders no
    stippled_borders 10
    border_margin 4
    border_width 2
    default_shade_color grey
    default_outline_color black
    default_color white
    use_spacer none
    no_buffers yes
    uppercase no
    # colours
    color1 white
    # light blue
    color2 6892C6
    # orange
    #E77320
    color3 FC8820
    # green
    color4 78BF39
    # red
    color5 CC0000
    # somelila
    color6 EE91EB
    # someblue
    color7 a809fc
    # bluegrey
    color8 A0F9FC
    #someyelow
    color9 f1b846
    
    override_utf8_locale yes
    text_buffer_size 1024
    update_interval 1.0
    total_run_times 0
    
    TEXT
    ${color CC6100}${font swift:size=16}${time %A} ${font pursia:size=14}${time %d %Y}
    ${color #323b23}${font Bitstream Vera Sans Mono:size=40}${alignc}${time %H:%M}${font}
    ${voffset -5}${hr 1}
    ${font Bitstream Vera Sans Mono:size=15}${alignc}${time %B }${font}
    ${voffset -5}${hr 1}
    
    
    
    ${color}${font bold:size=11}Ubuntu 8.10:${font bold:size=8}$alignr$kernel
    ${fs_used /} / ${fs_size /}${alignr}Temp: ${color9}${execi 120 nc localhost 7634 | cut -c33-34 ;}°C
    ${color}${fs_used_perc /}% ${fs_bar /}
    
    ${offset 30}${color9}CPU1 ${color9}${cpu cpu1}%  ${offset 50}${color9}CPU2 ${color9}${cpu cpu2}%
    ${color9}${cpugraph cpu1 20,100 0078ff ff7836}   ${color9}${cpugraph cpu2 20,100 0078ff ff7836}
    ${color9}Processes: ${color9}$processes       Running:   ${color9}$running_processes
    
    
    ${font StyleBats:size=14}Ram:  ${font}$memperc% ${membar 4}
    
    $stippled_hr
    
    $color4${font OpenLogos:size=12}${font Terminus:style=Bold:size=11}Internet${font}
    $color2${voffset 8}${goto 24}DL: $color1${downspeed eth0}KB/s$color2${goto 130}UP: $color1${upspeed eth0}KiB/s
    ${offset 20}$color2${downspeedgraph eth0 20,100 cccccc cccccc} $color2${upspeedgraph eth0 20,100 cccccc cccccc}
    ${voffset 5}${goto 24}${color2}
    Total DL:${goto 85}$color1${totaldown eth0}
    ${goto 24}${color2}Total UP:${goto 85}$color1${totalup eth0}
    
    ${if_running rhythmbox}${execp conkyRhythmbox --template=/home/jaszy/conkyRhythmbox.template -n}      
    ${else}${color}${hr 1}
    
    ${else}${color}${hr 1}
    
    ${color6}${font LCDMono:size=14}${alignc}${time %B %Y}
    $alignc
    ${color}${font LCDMono:size=14}${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 "/" "'${color8}'"$DJS"'${color}'" "/}
    ${offset 130}${voffset -20}${color1}${font Moon Phases:pixelsize=40}${execi 1800 conkyForecast --location=ASXX0233 --datatype=MF}
    ${color}${voffset -20}${font Y2k Neophyte:pixelsize=16}${alignc}${execi 1800 conkyForecast --location=ASXX0233 --datatype=MP}
    ${endif}

    Help required....

    After Endless Roots and Hackintosh, I have stopped flaunting my Medals. That doesn't mean I don't like the fight; but I do for the Kick of it.

  3. #5303
    Join Date
    Nov 2008
    Location
    Omicron Persei 8
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by jskandhari View Post
    can you put the source code up also .... or any one with Rhythmbox code
    http://ubuntuforums.org/attachment.p...4&d=1230731610

    rhythmbox... if possible the same manner as it is shown here... i am a nob when dealing with conky...
    I'll put the conkyrc up when I get home, im in work at the minute and don't have access to it.
    "All right amatuer hour's over. Let me show you why they call me the Velour Fog...."
    .:GitHub:.|.:Dropbox:.

  4. #5304
    Join Date
    Aug 2008
    Beans
    16

    Re: Post your .conkyrc files w/ screenshots

    Sorry for the late reply. I generally get my wallpapers from DeviantArt.com.
    I'm ConsciousLiberation. Check my Favorites.

  5. #5305
    Join Date
    Apr 2007
    Location
    Finland
    Beans
    41
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    Is it possible to make "dynamic colors"? So a CPU-load bar would be red, if the load is over 90%, yellow if it's over 40% and otherwise green.

  6. #5306
    Join Date
    Jul 2007
    Location
    The U. S. of A.
    Beans
    163
    Distro
    Kubuntu Development Release

    Thumbs down Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Ape3000 View Post
    Is it possible to make "dynamic colors"? So a CPU-load bar would be red, if the load is over 90%, yellow if it's over 40% and otherwise green.
    Absolutely.

    Adapting my colorize.sh script ...will post shortly.
    || Kubuntu x86_64 (15.10 Dev.) || KDE 4.9.00 ||
    || Dell Inspiron 570 || 8GB PC3-10600 DDR3 RAM || AMD Phenom II X4 820 @ 2.8Ghz ||
    || Logitech M570 Trackball || Logitech G15 Gaming Keyboard ||
    Conky: ... no such configuration: 'normal'

  7. #5307
    Join Date
    Jul 2007
    Location
    The U. S. of A.
    Beans
    163
    Distro
    Kubuntu Development Release

    Thumbs down Re: Post your .conkyrc files w/ screenshots

    OK, here goes...

    in place of ${color1}$cpubar${color}

    you would use ${execpi 1 mpstat | grep all | paste -s | cut -c23-25 | xargs ~/.conky/cpucolorbar.sh}$cpubar ${color}

    Code:
    #!/bin/bash
    # cpucolorbar.sh
    #
    # Note: Assign color7, color8, and color9 to LOW, MID, and HIGH respectively
    #   your .conkyrc
    
    LOW=40
    MID=90
    
    if [[ $1 < $LOW ]]
       then echo "\${color7}"$1    # LOW cpu usage
    elif [[ $1 > $MID ]]
       then echo "\${color9}"$1    # MID cpu usage
    else echo "\${color8}"$1       # HIGH cpu usage
    fi
    
    exit 0
    (* requires mpstat, may require adjusting the cut range)
    (** could conceivably support multi core/processor systems using the mpstat -P x switch)
    Last edited by Crinos512; January 9th, 2009 at 04:34 PM.
    || Kubuntu x86_64 (15.10 Dev.) || KDE 4.9.00 ||
    || Dell Inspiron 570 || 8GB PC3-10600 DDR3 RAM || AMD Phenom II X4 820 @ 2.8Ghz ||
    || Logitech M570 Trackball || Logitech G15 Gaming Keyboard ||
    Conky: ... no such configuration: 'normal'

  8. #5308
    Join Date
    Nov 2008
    Location
    Omicron Persei 8
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by jskandhari View Post
    can you put the source code up also .... or any one with Rhythmbox code
    http://ubuntuforums.org/attachment.p...4&d=1230731610

    rhythmbox... if possible the same manner as it is shown here... i am a nob when dealing with conky...
    Here you are,

    Code:
    #Conky Configuration File
    
    maximum_width 300
    background yes
    border_width 1
    cpu_avg_samples 3
    text_buffer_size 512
    
    default_color light grey
    default_outline_color light grey
    default_shade_color light grey
    
    draw_borders no
    draw_graph_borders no
    draw_outline no
    draw_shades no
    
    use_xft yes
    xftfont 
    xftalpha 0.5
    gap_x 5
    gap_y 30
    minimum_size 5 5
    net_avg_samples 1
    no_buffers yes
    out_to_console no
    own_window yes
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window_title right hand side
    stippled_borders 3
    update_interval 2
    uppercase yes
    alignment top_right
    double_buffer yes
    # dark grey
    color4 db7835
    # colours
    color1 light grey
    color2 red
    
    override_utf8_locale yes
    TEXT
    ${color db7835}${font Capture it:size=17}System Info${voffset -4}${stippled_hr 4}
    ${color dark grey}${font hardkaze:size=10}OS: ${color light grey}${alignr}Ubuntu 8.04 Hardy Heron
    ${color dark grey}Kernel: ${color light grey}${alignr}$sysname $kernel
    ${color dark grey}User: ${color light grey}${alignr}chamber@$nodename
    ${color db7835}${font Capture it:size=17}Hardware Info${voffset -4}${stippled_hr 4}
    ${color dark grey}${font hardkaze:size=10}CPU Make:$alignr ${color light grey}Intel Celeron
    ${color dark grey}CPU Frequency:$alignr ${color light grey}$freq MhZ
    ${color db7835}${font Capture it:size=17}CPU/RAM Info${voffset 3}${stippled_hr 4}
    ${color dark grey}${font hardkaze:size=10}CPU: ${color light grey}$alignr ${cpu}%
    ${color light grey}${cpubar 7,300}
    ${color db7835}${font Capture it:size=17}Storage Info${stippled_hr 4}
    ${color dark grey}${font hardkaze:size=10}Home $alignr ${color light grey}${fs_free /}/${fs_size /}
    ${color light grey}${fs_bar 7,300 /}
    ${color dark grey}OS $alignr ${color light grey}${fs_free /media/OS}/${fs_size /media/OS}
    ${color light grey}${fs_bar 7,300 /media/OS}
    ${color dark grey}Maxtor $alignr${color light grey}${fs_free /media/disk}/${fs_size /media/disk}
    ${color light grey}${fs_bar 7,300 /media/disk}
    ${color db7835}${font Capture it:size=17}Network Info${voffset -4}${stippled_hr 4}${color dark grey}
    ${color light grey}${font hardkaze:size=10}Local IP:${color light grey}${alignr}${addr ath0}
    ${downspeedgraph wifi0 38,145 FFFF00 339900} ${alignr}${upspeedgraph wifi0 38,145 FFFF00 990000} 
    ${voffset -45}${color dark grey}Down:${color light grey}${downspeedf wifi0}Kbps${color dark grey}${alignr}Up:${color light grey}${upspeedf wifi0}Kbps
    ${color dark grey}Down: ${color light grey}${totaldown wifi0} ${color dark grey}${alignr}Up: ${color light grey}${totalup wifi0}
    
    ${alignc}${color dark grey}Wireless: ${color }${wireless_link_qual_perc ath0}%${color }
    ${color db7835}${font Capture it:size=17}Calendar${voffset -4}${stippled_hr 4}${color dark grey}
    ${goto 72}${color dark grey}${font hardkaze:size=14}${time %a, %d of %b}$font$color
    ${voffset -3}${alignc}${font Purisa:size=17}${time %H:%M:%S}$font${voffset -5}
    
    ${color1}${font Mono:size=8}${pre_exec cal -3 | cut -c23-64 | sed 's/^/   /' }
    ${voffset -78}${color4}${font Mono:size=8}${execpi 60 DKV=`date +%_d`; cal | sed '1d' | sed '1d' | sed '/./!d' | sed 's/^/   /' | sed 's/$/ /' | fold -w 24 | sed -n '/^.\{21\}/p' | sed /" $DKV "/s/" $DKV "/" "'${color2}'"$DKV"'${color1}'" "/}$font$color
    ${color db7835}${font Capture it:size=17}Rhythmbox${voffset -4}${stippled_hr 4}${color dark grey}
    
    
    
    
    
    
    
    ${color dark grey}${if_running rhythmbox}${font hardkaze:size=10}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 Purisa:size=15}Rhythmbox Closed${endif} ${color1}${hr 2}$color
    "All right amatuer hour's over. Let me show you why they call me the Velour Fog...."
    .:GitHub:.|.:Dropbox:.

  9. #5309
    Join Date
    Jun 2007
    Location
    North London; England
    Beans
    697

    Re: Post your .conkyrc files w/ screenshots

    this is a screen shot of my digital photo frame thing, that i use 2 acess news me weather info. i will be adding more info to the centre soon

    right
    Code:
    background yes
    
    use_xft yes
    # xft font when Xft is enabled
    xftfont MonoSpacd:size=12
    override_utf8_locale yes
    
    # Text alpha when using Xft
    xftalpha 1
    
    update_interval 4
    draw_shades no
    draw_outline yes
    draw_borders no
    stippled_borders no
    border_margin 0
    border_width 1
    default_color BFFFB7 #3FB2C1 #CFE5D3 #BFFFB7 #B1B1B1 #FF8086 #61FFE2 #7EFFF7 #7EB6FF #BAF5FF #BFFFB7 #FFF2E6 #9DFFDD #B599FF
    default_shade_color ffffff
    default_outline_color 000000
    own_window yes
    own_window_transparent no
    own_window_type widget
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
    own_window_colour 000000
    #alignment top_left
    alignment top_right
    gap_x 25
    gap_y 25
    no_buffers yes
    uppercase no
    double_buffer yes
    use_spacer none
    minimum_size 200 300
    mail_spool $HOME/Maildir/
    text_buffer_size 4000
    #${rss http://www.abc.net.au/news/indexes/idx-australia/rss.xml 60 feed_title}
    
    TEXT
    ${color ffffff}${font MonoSpace:size=12}${execi 1 /home/mark/scripts/torrentstats.sh}
    ./scripts/torrentstats.sh
    Code:
    !/bin/bash
    dir=/media/torrents ## replace with torrentflux download dir
    cutno=26  #Specifies the number of characters to show in the title name, usefull to stop
    host=127.0.0.1/torrentflux
    user=######
    pass=######
    curl -c .tf_cookie -d username=$user -d iamhim=$pass $host/login.php >> /dev/null
    
    echo RX `curl -H "Expect:" -b .tf_cookie $host/index.php | grep -i '<strong' | tail -n 4| head -n 1 | cut -f3 -d'>' | cut -f1 -d'<';  >> /dev/null` Kbs
    echo TX `curl -H "Expect:" -b .tf_cookie $host/index.php | grep -i '<strong' | tail -n 3| head -n 1 | cut -f3 -d'>' | cut -f1 -d'<';  >> /dev/null` Kbs
    echo Free Space `curl -H "Expect:" -b .tf_cookie $host/index.php | grep -i '<strong' | tail -n 2| head -n 1 | cut -f3 -d'>' | cut -f1 -d'<'; >> /dev/null`
    
    cd $dir/.torrents
    echo Transfers: `ls *.stat  | wc -l` ##counts the amount transfers
    echo " "
    for file in *.stat; do
    size=`cat $file | tail -n 1;`
    echo $file | cut -f1 -d'.' | cut -c 1-$cutno | tr '_' ' ' | tr -d '[{}(),\!]' | tr -d "\'" | tr '[a-z]' '[A-Z]'; ## displays torrent names, in upper case, without any
    puncuation
    echo `cat $file | head -n 3 | tail -n 1 | tr '[a-z]' '[A-Z]';`  : `cat $file | head -n 2 | tail -n 1;`% ## displays the status of the torrent
    echo RX speed: `cat $file |  head -n 4 | tail -n 1;`  ##displays the current download speed per torrent
    echo TX speed: `cat $file |  head -n 5 | tail -n 1;` ##displays the current upload speed per torrent
    echo size: `expr $size / 1048576` MB ##displays the file size
    #echo Seeds: `cat $file |  head -n 7 | tail -n 1 | cut -f1 -d'+';` ##displays the amount of seeds
    #echo Peers: `cat $file |  head -n 8 | tail -n 1 ;` ##displays the amount of peers
    echo " "
    done
    left
    Code:
    background yes
    
    use_xft yes
    # xft font when Xft is enabled
    xftfont MonoSpace:size=12
    override_utf8_locale yes
    
    # Text alpha when using Xft
    xftalpha 1
    mpd_host 192.168.1.64
    update_interval 1
    draw_shades no
    draw_outline yes
    draw_borders no
    stippled_borders no
    border_margin 0
    border_width 1
    default_color ffffff #BFFFB7 #3FB2C1 #CFE5D3 #BFFFB7 #B1B1B1 #FF8086 #61FFE2 #7EFFF7 #7EB6FF #BAF5FF #BFFFB7 #FFF2E6 #9DFFDD #B599FF
    default_shade_color ffffff
    default_outline_color 000000
    own_window yes
    own_window_transparent no
    own_window_type widget
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
    own_window_colour 010101
    #alignment top_right
    alignment top_left
    gap_x 25
    gap_y 25
    no_buffers yes
    uppercase no
    double_buffer yes
    use_spacer none
    minimum_size 200 200
    mail_spool $HOME/Maildir/
    text_buffer_size 2080
    maximum_width 375
    #${rss http://www.abc.net.au/news/indexes/idx-australia/rss.xml 60 feed_title}
    
    TEXT
    ${font MonoSpace:size=18}${time %a, }${time %e %B %G} Emails ${execi 120 perl ~/scripts/gmail.pl n}
    ${time %H:%M:%S}${font}
    
    ${font}News
    ${rss http://www.harrowtimes.co.uk/news/rss/ 10 item_title 0}
    ${rss http://www.harrowtimes.co.uk/news/rss/ 10 item_title 1}
    ${rss http://www.harrowtimes.co.uk/news/rss/ 10 item_title 3}
    ${rss http://www.harrowtimes.co.uk/news/rss/ 10 item_title 4}
    
    Weather
    ${color white}${execpi 1800 conkyForecast --location=UKXX1471 --template=/home/mark/conkyweather.template}$color
    Warnings
    ${alignc}${color ff0000}${rss http://www.metoffice.gov.uk/xml/warnings_rss_se.xml 10 item_title 0}${color ffffff}
    ${alignc}${color ff0000}${rss http://www.metoffice.gov.uk/xml/warnings_rss_se.xml 10 item_title 1}${color ffffff}
    ${alignc}${color ff0000}${rss http://www.metoffice.gov.uk/xml/warnings_rss_se.xml 10 item_title 2}${color ffffff}

    conkyweather.template
    Code:
    ${voffset 10}${goto 20}${font ConkyWeather:style=Bold:size=40}[--datatype=WF]${font}
    ${voffset 5}${goto 20}[--datatype=HT --hideunits --centeredwidth=3]/[--datatype=LT --hideunits --centeredwidth=3]
    ${voffset 10}${goto 20}${font ConkyWindNESW:size=40}[--datatype=BS]${font}
    ${voffset 5}${goto 10}[--datatype=WS --imperial] - [--datatype=WD]
    ${voffset -130}${goto 110}${color1}${font Bitstream Vera Sans Mono:style=Bold:size=14}[--datatype=CT]${font}
    ${goto 110}${color3}Rain: ${color1}[--datatype=PC]
    ${goto 110}${color3}UV: ${color1}[--datatype=UI] - [--datatype=UT]
    ${goto 110}${color3}Humidity: ${color1}[--datatype=HM]
    ${goto 110}${color3}Dew Point: ${color1}[--datatype=DP]
    ${goto 110}${color3}Sunrise/Set: ${color1}[--datatype=SR] / [--datatype=SS]
    ${goto 110}${color3}Bar: ${color1}[--datatype=BR] - [--datatype=BD]
    ${goto 110}${color3}Moon: ${color1}[--datatype=MP]
    ${goto 110}${color3}Visability: ${color1}[--datatype=VI  --imperial]
    ${voffset 30}${goto 30}[--datatype=DW --startday=1 --shortweekday]${goto 100}[--datatype=DW --startday=2 --shortweekday]${goto 180}[--datatype=DW --startday=3
    --shortweekday]${goto 250}[--datatype=DW --startday=4 --shortweekday]
    ${voffset 8}${goto 30}${font ConkyWeather:size=28}[--datatype=WF --startday=1 --endday=4 --spaces=7]${font}
    ${goto 30}[--datatype=HT --startday=1 --hideunits --centeredwidth=0]/[--datatype=LT --startday=1 --hideunits --centeredwidth=3]${goto 100}[--datatype=HT --startday=2
    --hideunits --centeredwidth=3]/[--datatype=LT --startday=2 --hideunits --centeredwidth=3]${goto 170}[--datatype=HT --startday=3 --hideunits
    --centeredwidth=3]/[--datatype=LT --startday=3 --hideunits --centeredwidth=3]${goto 250}[--datatype=HT --startday=4 --hideunits --centeredwidth=3]/[--datatype=LT
    --startday=4 --hideunits --centeredwidth=3]
    mpd
    Code:
    background yes
    use_xft yes
    # xft font when Xft is enabled
    xftfont MonoSpacd:size=12
    override_utf8_locale yes
    # Text alpha when using Xft
    xftalpha 1
    mpd_host 192.168.1.64
    update_interval 1
    draw_shades no
    draw_outline yes
    draw_borders no
    stippled_borders no
    border_margin 0
    border_width 1
    default_color ffffff #BFFFB7 #3FB2C1 #CFE5D3 #BFFFB7 #B1B1B1 #FF8086 #61FFE2 #7EFFF7 #7EB6FF #BAF5FF #BFFFB7 #FFF2E6 #9DFFDD #B599FF
    default_shade_color 000000
    default_outline_color 000000
    own_window yes
    own_window_transparent no
    own_window_type widget
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
    own_window_colour 000000
    alignment bottom_left
    gap_x 30
    gap_y 10
    no_buffers yes
    uppercase no
    double_buffer yes
    use_spacer none
    minimum_size 200 150
    mail_spool $HOME/Maildir/
    text_buffer_size 2080
    #${rss http://www.abc.net.au/news/indexes/idx-australia/rss.xml 60 feed_title}
    maximum_width 220
    TEXT
    MPD
    $alignc::: $mpd_status :::
    $alignc$mpd_vol%
    $alignc$mpd_artist
    $alignc$mpd_album
    $alignc$mpd_title
    ${alignc}Random:${mpd_random}
    $mpd_elapsed$alignr$mpd_length
    ${voffset -16}$alignc${mpd_bar 4, 135}
    Attached Images Attached Images
    Last edited by markp1989; January 9th, 2009 at 06:42 PM.
    Desktop:i7 875k|4gb OCZ platinum ddr3 2000|Evga P55 LE mobo|OCZ RevoDrive 50gb|ATI 5850 Black Edition|Silverstone FT02|corsair tx650
    Portable: 13" Macbook Pro 2.8ghz i7 16gb RAM | Asus EEE TF101 | Samsung Galaxy S2

  10. #5310
    Join Date
    Aug 2008
    Beans
    71
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Post your .conkyrc files w/ screenshots

    Anyone know why my fonts aren't changing in my conky? They were working great but I had to rebuild my computer and reinstall the fonts. Now they aren't showing up correctly. Some of them are showing up, such as "Domestic Manners" but not "Rock Star 2.0".

    Also, I have a weird edge on the left and bottom... see photo.

    Code:
    # conky configuration
    # edited by Mark Buck (Kaivalagi) <m_buck@hotmail.com>
    
    # set to yes if you want Conky to be forked in the background
    background no
    
    # 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=9
    
    # Text alpha when using Xft
    xftalpha 0.8
    
    # 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 no
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 300 0
    maximum_width 300
    
    # Draw shades?
    draw_shades yes
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    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 white
    default_shade_color black
    default_outline_color white
    
    # own window options
    own_window		yes
    own_window_transparent	yes
    own_window_type		override
    own_window_hints	undecorated,below,sticky,skip_taskbar,skip_pager
    
    # 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 10
    gap_y 45
    
    # 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 yes
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer right
    
    # colours
    color1 white
    # pink
    color2 ff3399
    # pink again
    color3 ff3399
    # blue
    color4 9dd7ff
    # red
    color5 CC0000
    
    text_buffer_size 2048
    
    # 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
    ${color1}${voffset 1}${font Metro:size=55}${time %I:%M}$font
    ${voffset -50}${font Primer Print Bold:size=14}${color1}$alignr${time %A}
    $alignr${time %B %d}
    $alignr${time %Y}$font
    ${execpi 1800 conkyForecast --location=USMO0150 --template=/home/anxiousdog/Conky/conkyforecast/example/conkyForecast.template --imperial}
    ${font Domestic Manners:size=18}${color2}Now Playin'
    ${voffset -30}${font Rock Star 2.0:size=50}${color1}${alignr} o
    ${voffset -80}${font Primer Print Bold:size=12}${color2} Artist:  ${color1}${exec conkyRhythmbox --datatype=AR}${font}
    ${font Primer Print Bold:size=12}${color2} Title:  ${color1}${exec conkyRhythmbox --datatype=TI}${font}
    ${font Primer Print Bold:size=12}${color2} Duration:  ${color1}${exec conkyRhythmbox --datatype=PT}/${exec conkyRhythmbox --datatype=LE}${font}
    ${color1}${execibar 1 conkyRhythmbox --datatype=PP}
    ${font Domestic Manners:size=18}${color2}Geeky Stuff...${font}$color
    ${font Primer Print Bold:size=11}${color1}Name${alignr}CPU%  MEM%    PID
    ${top name 1}${alignr}${top cpu 1} ${top mem 1} ${top pid 1}
    ${top name 2}${alignr}${top cpu 2} ${top mem 2} ${top pid 2}
    ${top name 3}${alignr}${top cpu 3} ${top mem 3} ${top pid 3}
    ${top name 4}${alignr}${top cpu 4} ${top mem 4} ${top pid 4}
    ${color2}${cpugraph 78af78 ffffff}
    ${color1}NETWORK (${addr eth0}) ${hr 2}$color
    Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
    ${downspeedgraph eth0 25,140 000000 ff0000} ${alignr}${upspeedgraph eth0
    25,140 000000 00ff00}$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}
    Attached Images Attached Images
    Last edited by anxiousdog; January 9th, 2009 at 11:31 PM.

Page 531 of 2348 FirstFirst ... 3143148152152953053153253354158163110311531 ... 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
  •