Page 2127 of 2348 FirstFirst ... 1127162720272077211721252126212721282129213721772227 ... LastLast
Results 21,261 to 21,270 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #21261
    Join Date
    Oct 2010
    Location
    Whitney Point, NY
    Beans
    93

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    That will be 57 °C That seems a bit warm ... mine is at 45°C at the moment.
    But you are, I'm guessing here, running an Intel CPU (?)

    It's withing range:
    Code:
    Core 0:       +43.0°C  (high = +74.0°C, crit = +100.0°C)
    Holy Cowz...134 F... O.O
    I usually run between 88-96 F with my Intel CPU depending what I'm doing and how hard I'm pushing my wood stove lol.

  2. #21262
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    That will be 57 °C That seems a bit warm ... mine is at 45°C at the moment.
    But you are, I'm guessing here, running an Intel CPU (?)

    It's withing range:
    Code:
    Core 0:       +43.0°C  (high = +74.0°C, crit = +100.0°C)
    i am using this line
    Code:
    ${exec sensors | grep -n 'Core 0' | cut -c 18-19}° F
    and I uncommented this line

    Code:
     temperature_unit Fahrenheit
    how do I get it to be F? I am running Intel(R) Core(TM)2 CPU 4300 @ 1.80GHz, those run hot. it's 7 years old now. lol

  3. #21263
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by FrankenCub View Post
    Holy Cowz...134 F... O.O
    I usually run between 88-96 F with my Intel CPU depending what I'm doing and how hard I'm pushing my wood stove lol.
    Do you get temps of °F in your conky and if so how?

  4. #21264
    Join Date
    Oct 2010
    Location
    Whitney Point, NY
    Beans
    93

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    Do you get temps of °F in your conky and if so how?
    I was just looking at my conkyrc for dannyboy to figure it out lol
    To pull my temps I'm using this for my cpu cores and system temps, with either 1,2, or 3
    Code:
    ${platform f71882fg.2560 temp 1}°
    My HDD temp is
    Code:
    ${execpi 300 hddtemp --unit=F /dev/sda | cut -c25-28}
    And GPU temp is
    Code:
    ${execi 10 nvidia-settings -q GPUCoreTemp | awk '{if (NR==2) {print ($4*9)/5+32}}'} °
    and have uncommented temperature_unit fahrenheit
    I thought his should be showing fahrenheit, but apparently not if it's showing 57. My temps are through Antec liquid cooling. Could it be a bios setting to return C or F ? I honestly can't remember if I made any changes there.

  5. #21265
    Join Date
    Aug 2011
    Beans
    1

    Re: Post your .conkyrc files w/ screenshots

    Hello,
    This is conky how change temperature Fahrenheit in Celsius?

    Code:
    ####################################################################################
    #v0.1 © gbagape Dec. 18, 2012                                                      #
    #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 version 3 (GPLv3)                                    #
    #                                                                                  #
    #If you use/modify/redistribute this set-up, all I ask is that you give credit to  # #me (gbagape) as the original author, thank you.                                   #
    ####################################################################################
    
    ######################
    # - Conky settings - #
    ######################
    
    background no
    update_interval .3
    cpu_avg_samples 1
    total_run_times 0
    override_utf8_locale yes
     
    double_buffer yes
    #no_buffers yes
     
    text_buffer_size 10240
    #imlib_cache_size 0
    
    minimum_size 280 200
    maximum_width 280
    
    gap_x 55
    gap_y 40
    #####################
    # - Text settings - #
    #####################
    use_xft yes
    xftfont Santana:size=10
    xftalpha .8
    max_text_width 0
    uppercase no
    
    # Text alignment, other possible values are commented
    #alignment middle_left
    #alignment middle_middle
    #alignment middle_right
    #alignment top_middle
    #alignment top_left
    #alignment top_right
    alignment bottom_left
    #alignment bottom_right
    #alignment bottom_middle
    
    ######################
    # - Color settings - #
    ######################
    color0 c3c3c3 #mid gray
    color1 FF0000 #red
    color2 09FF00 #bright green
    color3 007EFF #bright blue
    color4 E3E3E3 #very light gray
    color5 FF8600 #an orange shade
    color6 CA8718 #a dust like color
    color7 FFE500 #a darker yellow color
    color8 C3FF00 #lime green
    color9 00FCFF #sky blue
    default_color c3c3c3
    #############################
    # - Window specifications - #
    #############################
    own_window yes
    own_window_transparent yes
    own_window_type override
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    border_inner_margin 0
    border_outer_margin 0
    
    #########################
    # - Graphics settings - #
    #########################
    draw_shades no
    draw_outline no
    draw_borders no
    stippled_borders 0
    draw_graph_borders yes
    
    # stuff after 'TEXT' will be formatted on screen
    TEXT
       Forecast for ${execpi 30 conkyForecast --imperial --location=02072 --datatype=CN}, ${execpi 30 conkyForecast --imperial --location=02072 --datatype=CO}:${hr 2}
    ${execpi 30 conkyForecast --imperial --location=02072 --template=/home/gbagape/mcrings-1/scripts/weather.template}${goto 150}${voffset -80}${font Santana:size=12} Temp:
    ${font Santana:size=12}${goto 10}${voffset -20}Conditions:
    ${goto 15}${color}${font Santana:size=12}${execi 30 conkyForecast --imperial --location=02072 --datatype=CT}${voffset -20}${goto 200}${font Santana:size=35}${execi 30 conkyForecast --imperial --location=02072 -u --datatype=HT}${font}
    ${voffset 2}${goto 190}${font Santana:size=10}${color #ffffff}Feels like: ${font Santana:size=10}${color}${execi 30 conkyForecast --imperial --location=02072 -u --datatype=LT}
    ${goto 180}Todays High: ${execi 30 conkyForecast --imperial --location=02072 --datatype=HT -u}
    ${goto 180} Todays Low: ${execi 30 conkyForecast --imperial --location=02072 --datatype=LT -u}
    ${voffset 70}${font Santana:size=10}${color4}${goto 7}${execi 30 conkyForecast --imperial --location=02072 --datatype=HT -u --startday=1}/${execi 30 conkyForecast --imperial --location=02072 --datatype=LT -u --startday=1}${font Santana:size=10}${color4}${goto 64}${execi 30 conkyForecast --imperial --location=02072 --datatype=HT -u --startday=2}/${execi 30 conkyForecast --imperial --location=02072 --datatype=LT -u --startday=2}${font Santana:size=10}${color4}${goto 118}${execi 30 conkyForecast --imperial --location=02072 --datatype=HT -u --startday=3}/${execi 30 conkyForecast --imperial --location=02072 --datatype=LT -u --startday=3}${font Santana:size=10}${color4}${goto 175}${execi 30 conkyForecast --imperial --location=02072 --datatype=HT -u --startday=4}/${execi 30 conkyForecast --imperial --location=02072 --datatype=LT -u --startday=4}${color4}${goto 231}${execi 30 conkyForecast --imperial --location=02072 --datatype=HT -u --startday=5}/${execi 30 conkyForecast --imperial --location=02072 --datatype=LT -u --startday=5}
    ${voffset 4}${font Santana:size=10}${color4}${goto 12}${execi 30 conkyForecast --imperial --location=02072 --datatype=DW --shortweekday --startday=1}${font Santana:size=10}${color4}${goto 72}${execi 30 conkyForecast --imperial --location=02072 --datatype=DW --shortweekday --startday=2}${font Santana:size=10}${color4}${goto 124}${execi 30 conkyForecast --imperial --location=02072 --datatype=DW --shortweekday --startday=3}${font Santana:size=10}${color4}${goto 183}${execi 30 conkyForecast --imperial --location=02072 --datatype=DW --shortweekday --startday=4}${color4}${goto 237}${execi 30 conkyForecast --imperial --location=02072 --datatype=DW --shortweekday --startday=5}
    Last edited by gbagape; December 19th, 2012 at 04:46 AM.

  6. #21266
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by FrankenCub View Post
    I was just looking at my conkyrc for dannyboy to figure it out lol
    To pull my temps I'm using this for my cpu cores and system temps, with either 1,2, or 3
    Code:
    ${platform f71882fg.2560 temp 1}°
    My HDD temp is
    Code:
    ${execpi 300 hddtemp --unit=F /dev/sda | cut -c25-28}
    And GPU temp is
    Code:
    ${execi 10 nvidia-settings -q GPUCoreTemp | awk '{if (NR==2) {print ($4*9)/5+32}}'} °
    and have uncommented temperature_unit fahrenheit
    I thought his should be showing fahrenheit, but apparently not if it's showing 57. My temps are through Antec liquid cooling. Could it be a bios setting to return C or F ? I honestly can't remember if I made any changes there.
    BIOS ... hmmm not sure I'll have to check. I've always used °C anyway.

    I'm using "platform" as well but the fastest and easiest way to get dannyboy up and running was the old way with a tweak.

    BTW, check this out:
    Code:
    nvidia 	threshold
    
     	Nvidia graficcard support for the XNVCtrl library. Each option
    can be shortened to the least significant part. Temperatures are printed
    as float, all other values as integer.
    
        threshold - The thresholdtemperature at which the gpu slows down
        temp - Gives the gpu current temperature
        ambient - Gives current air temperature near GPU case
        gpufreq - Gives the current gpu frequency
        memfreq - Gives the current mem frequency
        imagequality - Which imagequality should be chosen by OpenGL applications


    Code:
    ${font Monofur:bold:size=12}Thresh: ${color}${nvidia threshold}°   GPU: ${color}${nvidia temp}°
    Ambient: ${color}${nvidia ambient}°   GPU Freq: ${color}${nvidia gpufreq}
    Mem Freq: ${color}${nvidia memfreq}   IQ: ${color}${nvidia imagequality}
    ambient doesn't work for me the rest do.

  7. #21267
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    @ gbagape

    Yes because you use "--imperial" with conkyForecast. But that is only for the weather. Love conkyForecast ... still works too.

    But we are looking for a way with CPU, motherboard etc etc

  8. #21268
    Join Date
    Aug 2011
    Beans
    1

    Re: Post your .conkyrc files w/ screenshots

    Sorry my English,
    This means to put conkyforecast metric, and it will ruin everything I ever did ...
    I think I'll try me to get used.

    Thanks.

  9. #21269
    Join Date
    Oct 2010
    Location
    Whitney Point, NY
    Beans
    93

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    BIOS ... hmmm not sure I'll have to check. I've always used °C anyway.

    I'm using "platform" as well but the fastest and easiest way to get dannyboy up and running was the old way with a tweak.

    BTW, check this out:
    Code:
    nvidia     threshold
    
         Nvidia graficcard support for the XNVCtrl library. Each option
    can be shortened to the least significant part. Temperatures are printed
    as float, all other values as integer.
    
        threshold - The thresholdtemperature at which the gpu slows down
        temp - Gives the gpu current temperature
        ambient - Gives current air temperature near GPU case
        gpufreq - Gives the current gpu frequency
        memfreq - Gives the current mem frequency
        imagequality - Which imagequality should be chosen by OpenGL applications


    Code:
    ${font Monofur:bold:size=12}Thresh: ${color}${nvidia threshold}°   GPU: ${color}${nvidia temp}°
    Ambient: ${color}${nvidia ambient}°   GPU Freq: ${color}${nvidia gpufreq}
    Mem Freq: ${color}${nvidia memfreq}   IQ: ${color}${nvidia imagequality}
    ambient doesn't work for me the rest do.
    I checked my bios and it's not there, they do show both C/F temps there though. I know I had this same issue a year or two ago, getting F returns, so I am going through my posts, but so far it doesn't look like I documented the fix here And I can't remember what I did to fix it
    Even commenting out the Fahrenheit in the setting still gives me F returns lol. I will look through the rest and see if I can figure out how I fixed it.

    Oooo...more GPU temp stuff, I'm likin that Will look at that some more.

  10. #21270
    Join Date
    Oct 2010
    Location
    Whitney Point, NY
    Beans
    93

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by gbagape View Post
    Sorry my English,
    This means to put conkyforecast metric, and it will ruin everything I ever did ...
    I think I'll try me to get used.

    Thanks.
    I'm not sure I understand..You use imperial in Romania ? Do you want to change it to metric ?

Page 2127 of 2348 FirstFirst ... 1127162720272077211721252126212721282129213721772227 ... 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
  •