Page 2216 of 2348 FirstFirst ... 1216171621162166220622142215221622172218222622662316 ... LastLast
Results 22,151 to 22,160 of 23480

Thread: Post your .conkyrc files w/ screenshots

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

    Re: Post your .conkyrc files w/ screenshots

    Haven't had much time to work on improving my Conky lately. Been busy trying my hand at building a Linux from Scratch system (that so far refuses to boot ). But I have taken a liking to Puppy Linux lately. Here's my "standard" Conky ported over to SlackoPuppy5.5...

    SlackoPuppy.png

    It's nice to carry around my entire OS and "essential" programs on a 2 GB key chain USB that I got free at a job fair (with almost a GIG of room to spare). Yes, Snes9x and a dozen or so ROMs are essential.

    To get transparency to render correctly on Puppy, I had to setup a start-up script that loads a wallpaper then loads Conky and then loads a duplicate wallpaper with a different name. Otherwise I couldn't get rid of the black background.

    There might be a better way to do it (if there is, let me know), but the startup script I came up with is as follows...

    Code:
    sleep 2 && set_bg "/usr/share/backgrounds/Black_Ninja_Girl_1.jpg" &
    sleep 6 && conky -c ~/my-scripts/Conky/conkymain &
    sleep 6 && conky -c ~/my-scripts/Conky/conkycalendar &
    sleep 10 && set_bg "/usr/share/backgrounds/Black_Ninja_Girl_2.jpg" &
    Unfortunately my Conky configuration with custom bar graphs couldn't be ported with out compiling Conky from source. Since I didn't want to fill up my limited space with a bunch of dependencies I went back to the standard bar graph functions.

    Main Conky:
    Code:
    #conky performance settings
      update_interval 3
      total_run_times 0
      cpu_avg_samples 4
      no_buffers yes 
      double_buffer yes
      override_utf8_locale yes
      max_specials 2000       #a little high, but keeps me from having to worry about it
      #text_buffer_size 2048  #might be needed to prevent crashes
      #max_user_text 65000    #probably never needed, but here if crashes start occuring
    
    #overall position of conky window
      alignment mr
      gap_x 20
      gap_y 0
      minimum_size 350 140
      maximum_width 140
    
    #overall appearance of conky window
      own_window yes
      own_window_type override
      own_window_transparent yes
      #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
      draw_borders no
      #own_window_argb_visual yes
      #own_window_argb_value 100
    
    #default text apperance
      use_xft yes
      xftalpha 1
      xftfont Alfios:size=12
      default_color FFEEDD 
      draw_shades true
      draw_outline no
      default_shade_color black
      default_outline_color black
      uppercase no
      short_units
    
    #border around graphs
      draw_graph_borders no
    
    #colors 
      color1 CCFFFF #color 1 - 8 controls gradual color change of bars
      color2 CCDDFF 
      color3 CCBBFF 
      color4 CC99FF 
      color5 CC77FF 
      color6 CC55FF 
      color7 CC33FF 
      color8 CC11FF 
      color9 445566 #grey unused bar segments use 444444 or 666666
      color0 5CEDCB #FF8888 #highlighed text (main sections)
    
    
    TEXT 
    ############################################################################################
    #                                                                                          #
    #                             Operating System Information                                 # 
    #                                                                                          #
    ############################################################################################
    ###
    ##  set to "_Light" for dark wallpapers, "_Dark" for light wallpapers, and "_Medium" for in between
    #
    ${image ~/my-scripts/Conky/transparentbgA_Medium.png -p -5,70 -s 155x400}
    ${image ~/my-scripts/Conky/Fang480X480.png -p 0,20 -s 100x100}
    ${voffset 55}${color0}${goto 66}Slacko Puppy${color}
    ###
    ##  the scrolling information below will have to be formated differently if using other 
    ##  fonts or if your system outputs are longer than 16 characters long
    ##  scroll (length of display) (step of display) (information to display)
    #
    ${goto 66}${scroll 16 16 ${color}Conky 1.9.0     Linux ${kernel} CPU ${freq_g}GHz     RAM ${memmax}       }
    ###
    ##  color gradient bar just for show, does nothing critical
    #
    ${voffset -11}\
    ${color1}_\
    ${color2}__\
    ${color3}_\
    ${color4}__\
    ${color5}_\
    ${color6}__\
    ${color7}_\
    ${color8}____\
    ${color7}_\
    ${color6}__\
    ${color5}_\
    ${color4}__\
    ${color3}_\
    ${color2}__\
    ${color1}_${color}
    
    ############################################################################################
    #                                                                                          #
    #                 CPU Information                                                          #
    #                                                                                          #
    ############################################################################################
    ${voffset -4}${color0}CPU   ${color2}${cpubar cpu0 8,70}${color0}${alignr}${cpu cpu0}% 
    ###
    ##  Top 3 CPU using processes
    #
    ${voffset 2}${goto 10}${color}${top name 1}${color}${alignr}${top cpu 1}   
    ${goto 10}${color}${top name 2}${color}${alignr}${top cpu 2}   
    ${goto 10}${color}${top name 3}${color}${alignr}${top cpu 3}   
     
    ############################################################################################
    #                                                                                          #
    #                   RAM Information                                                        #
    #                                                                                          #
    ############################################################################################
    ${color0}RAM   ${color2}${membar 8,70}${color0}${alignr}${memperc}% 
    ###
    ##  Top 3 RAM using processes
    #
    ${voffset 2}${goto 10}${color}${top_mem name 1}${color}${alignr}${top_mem mem 1}   
    ${goto 10}${color}${top_mem name 2}${color}${alignr}${top_mem mem 2}   
    ${goto 10}${color}${top_mem name 3}${color}${alignr}${top_mem mem 3}   
    
    ############################################################################################
    #                                                                                          #
    #                               Filesystem Information                                     #
    #                                                                                          #
    ############################################################################################
    ###
    ##  Hard-drive information
    #
    ${color0}USB${color}${alignr}${execp df -h | awk '/dev_save/ {print $3, "${color0}/${color}", $2}'}
    ${color0}Save${color}${alignr}${execp df -h | awk '/loop1/ {print $3, "${color0}/${color}", $2}'}
    
    ############################################################################################
    #                                                                                          #
    #                                Network Information                                       #
    #                                                                                          #
    ############################################################################################
    ${color0}Ethernet${color}
    ###
    ##  Download speed information, range varies depending on your ISP provided speed
    ##  Bar values will have to be adjusted to reflect your max speed
    #
    ${goto 10}DLS  ${downspeed eth0}${alignr}${totaldown eth0}
    ###
    ##  Upload speed information, range varies depending on your ISP provided speed
    ##  Bar values will have to be adjusted to reflect your max speed
    #
    ${goto 10}ULS  ${upspeed eth0}${alignr}${totalup eth0}
    
    ${color0}Wireless${alignr}${if_match "${wireless_essid wlan0}" == "unk"}No Connection${else}${wireless_essid wlan0}  ${wireless_link_qual_perc wlan0}%${endif}${color}
    ###
    ##  Download speed information, range varies depending on your ISP provided speed
    ##  Bar values will have to be adjusted to reflect your max speed
    #
    ${goto 10}DLS  ${downspeed wlan0}${alignr}${totaldown wlan0}
    ###
    ##  Upload speed information, range varies depending on your ISP provided speed
    ##  Bar values will have to be adjusted to reflect your max speed
    #
    ${goto 10}ULS  ${upspeed wlan0}${alignr}${totalup wlan0}
    Conky Calendar:
    Code:
    ##########################
    #   A Conky Calendar     #
    ##########################
    
    #conky performance settings
      update_interval 3
      total_run_times 0
      cpu_avg_samples 4
      no_buffers yes 
      double_buffer yes
      override_utf8_locale yes
    
    #overall position of conky window
      alignment bl
      gap_x 20
      gap_y 100
      minimum_size 100 140
      maximum_width 140
    
    #overall appearance of conky window
      own_window yes
      own_window_type override
      own_window_transparent yes
      #own_window_argb_visual yes
      #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
      draw_borders no
    
    #default text apperance
      use_xft yes
      xftalpha 1
      xftfont Alfios:size=12
      default_color FFEEDD 
      draw_shades yes
      draw_outline no
      default_shade_color black
      default_outline_color black
      uppercase no
    
    #border around graphs
      draw_graph_borders no
    
    #colors 
      color1 CCFFFF #color 1 - 8 is for gradual color change bars
      color2 CCDDFF 
      color3 CCBBFF 
      color4 CC99FF 
      color5 CC77FF 
      color6 CC55FF 
      color7 CC33FF 
      color8 CC11FF 
      color0 5CEDCB #FF8888 #color for highlighted text
    
    
    TEXT 
    ${image ~/my-scripts/Conky/transparentbgcalendar_Medium.png -p -5,90 -s 155x160}
    ${image ~/my-scripts/Conky/Lightning600X600.png -p 7,25 -s 109x110}
    ${voffset 50}
    ${color0}${time %B} ${alignr}${time %Y}${color}
    ${voffset -5}${font Alfios:size=12}\
    ${color1}_\
    ${color2}__\
    ${color3}_\
    ${color4}__\
    ${color5}_\
    ${color6}__\
    ${color7}_\
    ${color8}_ \
    ${color8}${alignr}_\
    ${color7}_\
    ${color6}__\
    ${color5}_\
    ${color4}__\
    ${color3}_\
    ${color2}__\
    ${color1}_${color}${font}
    ${voffset 2}${font Monofonto:size=12}${execpi 600 DJS=`date +%_d`; cal | sed '1d' | sed s/"$DJS"'\b'/'${outlinecolor}${color0}'"$DJS"'${outlinecolor}${color}'/}${font}
    Who's Awesome? You're Awesome.

  2. #22152
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Petro Dawg View Post
    Haven't had much time to work on improving my Conky lately. Been busy trying my hand at building a Linux from Scratch system (that so far refuses to boot ). But I have taken a liking to Puppy Linux lately. Here's my "standard" Conky ported over to SlackoPuppy5.5...
    Oh my!!!! That's nice! Other than the transparency thing; that's kinda a bummer, but NICE fix!
    What version of conky does it come with?

    Might have to look at that. Is it multilingual do you know? DistroWatch says: " - "

  3. #22153
    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 Sector11 View Post
    Oh my!!!! That's nice! Other than the transparency thing; that's kinda a bummer, but NICE fix!
    What version of conky does it come with?

    Might have to look at that. Is it multilingual do you know? DistroWatch says: " - "
    I believe Conky 1.9.0 is in the Slacko Repos. It seems to me they had several conky downloads, can't remember what they all were at the moment. I may eventually transfer my installation to a 16 Gig USB drive so I can get all the dependancies (without fear of using too much space) and compile Conky 1.9.1 with my changes to run my own bar graphs.

    I think Slacko does have multingual support built in; but if the language you are wanting is not already build in the main kernal, a multilanguage pack can probably found somewhere. However, I am not entirely sure. I'll have to investigate when I get home.
    Who's Awesome? You're Awesome.

  4. #22154
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Petro Dawg View Post
    I believe Conky 1.9.0 is in the Slacko Repos. It seems to me they had several conky downloads, can't remember what they all were at the moment. I may eventually transfer my installation to a 16 Gig USB drive so I can get all the dependancies (without fear of using too much space) and compile Conky 1.9.1 with my changes to run my own bar graphs.

    I think Slacko does have multingual support built in; but if the language you are wanting is not already build in the main kernal, a multilanguage pack can probably found somewhere. However, I am not entirely sure. I'll have to investigate when I get home.
    Hmmm interesting idea ... Linux to Go! Puppy-on-a-Stick:

    Code:
     15 Jul 13 | 15:17:05 ~
        $ par
    Partition: ID: / size: 15G used: 4.3G (31%) fs: ext4 dev: /dev/sda1 
               label: N/A uuid: 4fb35957-ffa5-4011-8cae-a3ed9e293c3b
               ID: /media/5 size: 166G used: 34G (22%) fs: ext4 dev: /dev/sda5 
               label: N/A uuid: 289be46c-c7ea-4c0b-b711-7fa44375bfa4
               ID: /home size: 15G used: 4.0G (29%) fs: ext4 dev: /dev/sda2 
               label: N/A uuid: fabad1fb-6591-4c27-9b50-2720d9589d64
     
     15 Jul 13 | 15:17:14 ~
        $
    • root 4.3
    • home 4.0
    • m/5 34G


    I'd need something bigger, or trim back.

    I'd appreciate it.

  5. #22155
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    I'm in the middle of a transition ... changes because ... well it's time ... I can ... why not!

    tint2 is gone. I'm using "mouse wheel click" more now anyway and [Alt][F2] so a cleaner desktop. Until I mess it up with conkys.
    Switched to an old OB theme I did a while back as well - you and see the style in the bottom left of the screenshot with a mouse-wheel click - works just as well as tint2.

    First conky to get revamped was v9000 weather... I used the 's11template.lua' as a base and revamped it for this:



    Fonts needed: Monofur, Zekton & WW Digital

    deep_skyblue_1.png & LightSlateGrey_1.png are just 1x1 pixel images created in GIMP for use as lines in conky, make them or get mine plus others.

    s11.v9.corner.template.lua - link to the v9000 LUA script in my signature
    Code:
    --[[
     The latest script is a lua only weather script. aka: v9000
     http://crunchbanglinux.org/forums/topic/16100/weather-in-conky/
    
     the file:
    http://dl.dropbox.com/u/19008369/v9000.tar.gz
    
     mrppeachys LUA Tutorial
     http://crunchbanglinux.org/forums/topic/17246/how-to-using-lua-scripts-in-conky/
    ]]
    _G.weather_script = function()--#### DO NOT EDIT THIS LINE ##############
    --these tables hold the coordinates for each repeat do not edit #########
    top_left_x_coordinate={}--###############################################
    top_left_y_coordinate={}--###############################################
    --#######################################################################
    --SET DEFAULTS ##########################################################
    --set defaults do not localise these defaults if you use a seperate display script
    -- default_font="CorporateMonoExtraBold"--font must be in quotes
    default_font="Monofur"--font must be in quotes
    default_font_size=12
    default_color=0xffffff--white
    default_alpha=1--fully opaque
    default_image_width=50
    default_image_height=50
    -- ## New Options ###
    default_face="bold"
    -- "normal" for normal/normal
    -- "bold" for normal/bold
    -- "italic" for italic/normal
    -- "bolditalic" for italic/bold
    -- END OF DEFAULTS ######################################################
    --START OF WEATHER CODE -- START OF WEATHER CODE -- START OF WEATHER CODE
    out({c=0x778899,a=1,x=10,y=15,txt=now["date"].." "..now["month_short"].." "..now["year"].." | @ "..now["time"]})
    image({x=20,y=20,h=50,w=50,file=now["weather_icon"]}) image({x=130,y=260,h=50,w=50,file=moon_icon[1]}) --image({x=20,y=20,h=50,w=50,file="/media/5/Conky/images/red+x.png"})
    -- Temp / FeelsLike & CONDITIONS TEXT
    out({c=0x00BFFF,a=1,f="WW Digital",fs=25,face="normal",x=80,y=60,txt=now["temp"].."°"})
    --out({c=0x00BFFF,a=1,f="WW Digital",fs=25,face="normal",x=80,y=60,txt="102".."°"})
    out({c=0x00FFFF,a=1,f="WW Digital",fs=25,face="normal",x=140,y=60,txt=now["feels_like"].."°"})
    --out({c=0x00FFFF,a=1,f="WW Digital",fs=25,face="normal",x=140,y=60,txt="-22".."°"})
    out({c=0x778899,a=1,x=81,y=72,txt="Temp    WC·HI"})
    
    out({c=0x00BFFF,a=1,f="Zekton",fs=18,x=10,y=94,txt=now["conditions"]})
    
    -- data titles
    --    data output
    datay=110   -- y=datay or
    datayy=15   -- y=datay+(datayy*1) use 1 or more
    
    out({c=0xDCDCDC,a=1,x=10,y=datay,txt="Today's High:     Low:"})
       out({c=0xFF8C00,a=1,x=105,y=datay,txt=high_temp[1].."°"})
       out({c=0x00BFFF,a=1,x=170,y=datay,txt=low_temp[1].."°"})
    out({c=0xDCDCDC,a=1,x=10,y=datay+(datayy*1),txt="Wind Chill:"})
       out({c=0x00BFFF,a=1,x=90,y=datay+(datayy*1),txt=now["wind_chill"].."°"})
    out({c=0xDCDCDC,a=1,x=10,y=datay+(datayy*2),txt="Heat Index:"})
       out({c=0xFF8C00,a=1,x=90,y=datay+(datayy*2),txt=now["heat_index"].."°"})
    out({c=0xDCDCDC,a=1,x=10,y=datay+(datayy*3),txt="Wind:"})
       out({c=0x00BFFF,a=1,x=60,y=datay+(datayy*3),txt=now["wind_km"]})
       out({c=0x00BFFF,a=1,x=110,y=datay+(datayy*3),txt=now["wind_nesw"]})
       out({c=0xDCDCDC,a=1,x=140,y=datay+(datayy*3),txt="@"})
       out({c=0x00BFFF,a=1,x=160,y=datay+(datayy*3),txt=now["wind_deg"]})
    out({c=0xDCDCDC,a=1,x=10,y=datay+(datayy*4),txt="Hum:"})
       out({c=0x00BFFF,a=1,x=60,y=datay+(datayy*4),txt=now["humidity"].."%"})
    out({c=0xDCDCDC,a=1,x=110,y=datay+(datayy*4),txt="DP:"})
       out({c=0x00BFFF,a=1,x=160,y=datay+(datayy*4),txt=now["dew_point"].."°"})
    out({c=0xDCDCDC,a=1,x=10,y=datay+(datayy*5),txt="Bar:"})
       out({c=0x00BFFF,a=1,x=60,y=datay+(datayy*5),txt=now["pressure_mb"]})
    out({c=0xDCDCDC,a=1,x=110,y=datay+(datayy*5),txt="Vis:"})
       out({c=0x00BFFF,a=1,x=160,y=datay+(datayy*5),txt=now["visibility"]})
    out({c=0xDCDCDC,a=1,x=10,y=datay+(datayy*6),txt="Precip:"})
       out({c=0x00BFFF,a=1,x=60,y=datay+(datayy*6),txt=precipitation[1].."%"})
    out({c=0xDCDCDC,a=1,x=110,y=datay+(datayy*6),txt="Cloud:"})
       out({c=0x00BFFF,a=1,x=160,y=datay+(datayy*6),txt=cloud_cover[1].."%"})
    out({c=0xDCDCDC,a=1,x=10,y=datay+(datayy*7),txt="Ceil:"})
       out({c=0x00BFFF,a=1,x=60,y=datay+(datayy*7),txt=now["ceiling"]})
    out({c=0xDCDCDC,a=1,x=10,y=datay+(datayy*8),txt="UV:"})
       out({c=0x00BFFF,a=1,x=60,y=datay+(datayy*8),txt=uv_index_num[1]})
       out({c=0x00BFFF,a=1,x=110,y=datay+(datayy*8),txt=uv_index_txt[1]})
    out({c=0xDCDCDC,a=1,x=10,y=datay+(datayy*9),txt="Sun:"})
       out({c=0xDCDCDC,a=1,x=60,y=datay+(datayy*9),txt=sun_rise_lc[1]})
       out({c=0x00BFFF,a=1,x=120,y=datay+(datayy*9),txt=sun_set_lc[1]})
    out({c=0xDCDCDC,a=1,x=10,y=datay+(datayy*11),txt="Moon:"})
       out({c=0xDCDCDC,a=1,x=10,y=datay+(datayy*12),txt=moon_rise_lc[1]})
       out({c=0x00BFFF,a=1,x=70,y=datay+(datayy*12),txt=moon_set_lc[1]})
    out({c=0xDCDCDC,a=1,x=10,y=datay+(datayy*13),txt="Phase:"})
       out({c=0x00BFFF,a=1,x=55,y=datay+(datayy*13),txt=moon_phase[1]})
    
    -- line
    image({x=205,y=5,w=1,h=260,file="/media/5/Conky/images/LightSlateGrey_1.png"})
    -- 3 hour output
    out({c=0x00BFFF,a=1,x=220,y=15,txt="Next 3"})
    out({c=0x00BFFF,a=1,x=220,y=30,txt="Hours"})
    -- 1st hour
    out({c=0x778899,x=220,y=50,txt=now["fc_hour1_time"].."  "..now["fc_hour1_ampm"]})
    image({w=30,h=30,x=223,y=55,file=now["fc_hour1_wicon"]}) -- image({w=30,h=30,x=223,y=55,file="/media/5/Conky/images/red+x.png"})
    out({x=228,y=100,txt=now["fc_hour1_temp"] .."°"})
    -- 2nd hour
    out({c=0x778899,x=220,y=datay+(datayy*1),txt=now["fc_hour2_time"].."  "..now["fc_hour2_ampm"]})
    image({w=30,h=30,x=223,y=130,file=now["fc_hour2_wicon"]}) --image({w=30,h=30,x=223,y=130,file="/media/5/Conky/images/red+x.png"})
    out({x=228,y=180,txt=now["fc_hour2_temp"] .."°"})
    -- 3rd hour
    out({c=0x778899,x=220,y=210,txt=now["fc_hour3_time"].."  "..now["fc_hour3_ampm"]})
    image({w=30,h=30,x=223,y=215,file=now["fc_hour3_wicon"]}) -- image({w=30,h=30,x=223,y=215,file="/media/5/Conky/images/red+x.png"})
    out({x=228,y=datay+(datayy*10),txt=now["fc_hour3_temp"] .."°"})
    -- line
    image({x=275,y=5,w=1,h=300,file="/media/5/Conky/images/deep_skyblue_1.png"})
    
    --start or weather forecast table section
    --set start forecast day
    start_day=1
    --set total forecast days you want to display
    number_of_days=10
    topy=15
    topyy=135 -- topy+(topyy*1)
    topx=285
    topxx=430
    -- set coordinates for top lef corners for each repeat
    -- x = l|r  y = u|d
    top_left_x_coordinate[1],top_left_y_coordinate[1]        =topx,topy
       top_left_x_coordinate[2],top_left_y_coordinate[2]     =topx,topy+60
    top_left_x_coordinate[3],top_left_y_coordinate[3]        =topx,topy+(60*2)
       top_left_x_coordinate[4],top_left_y_coordinate[4]     =topx,topy+(60*3)
    top_left_x_coordinate[5],top_left_y_coordinate[5]        =topx,topy+(60*4)
    
    -- line
    image({x=420,y=5,w=1,h=300,file="/media/5/Conky/images/deep_skyblue_1.png"})
    
    top_left_x_coordinate[6],top_left_y_coordinate[6]        =topxx,topy
       top_left_x_coordinate[7],top_left_y_coordinate[7]     =topxx,topy+60
    top_left_x_coordinate[8],top_left_y_coordinate[8]        =topxx,topy+(60*2)
       top_left_x_coordinate[9],top_left_y_coordinate[9]     =topxx,topy+(60*3)
    top_left_x_coordinate[10],top_left_y_coordinate[10]        =topxx,topy+(60*4)
    
    --########################################################################################
    for i=start_day,number_of_days-(start_day-1) do --start of day repeat, do not edit #######
    tlx=top_left_x_coordinate[i] --sets top left x position for each repeat ##################
    tly=top_left_y_coordinate[i] --sets top left y position for each repeat ##################
    --########################################################################################
    out({c=0x778899,a=1,x=tlx,y=tly,txt=forecast_day_short[i].."  "..forecast_date[i].."  "..forecast_month_short[i]})
    image({x=tlx,y=tly+0,h=30,w=30,file=weather_icon[i]})
     image({x=tlx+105,y=tly+5,h=20,w=20,file=moon_icon[i]}) --image({x=tlx+60,y=tly+5,h=20,w=20,file="/media/5/Conky/images/red+x.png"})
    out({c=0xFF8C00,a=1,x=tlx+35,y=tly+13,txt=high_temp[i].."°"})
    	out({c=0xDCDCDC,a=1,x=tlx+65,y=tly+13,txt="P "..precipitation[i].."%"})
    out({c=0x00BFFF,a=1,x=tlx+35,y=tly+28,txt=low_temp[i].."°"})
    	out({c=0xDCDCDC,a=1,x=tlx+65,y=tly+28,txt="H "..humidity[i].."%"})
    out({c=0x00BFFF,a=1,x=tlx,y=tly+40,txt=conditions_short[i]})
    
    
    --   out({c=0xDCDCDC,a=1,x=tlx+50,y=tly+52,txt="UV "..uv_index_num[i]})
    --out({c=0xDCDCDC,a=1,x=tlx,y=tly+95,txt="S "..sun_rise_lc[i]})
    --   out({c=0x00BFFF,a=1,x=tlx+73,y=tly+95,txt=sun_set_lc[i]})
    --out({c=0xDCDCDC,a=1,x=tlx,y=tly+110,txt="M "..moon_rise_lc[i]})
    --   out({c=0x00BFFF,a=1,x=tlx+73,y=tly+110,txt=moon_set_lc[i]})
    --########################################################################################
    end--of forecast repeat section ##########################################################
    --########################################################################################
    --END OF WEATHER CODE ----END OF WEATHER CODE ----END OF WEATHER CODE ---
    --#######################################################################
    end--of weather_display function do not edit this line ##################
    --#######################################################################

  6. #22156
    Join Date
    Aug 2010
    Location
    Earth, usually...
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    ^^wow!!! That is awesome Sector11! I think that might be my favorite Sector11 desktop yet. The lack of tint2 really does make it look cleaner...

  7. #22157
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    @ Jedcurtis

    Thanks, but not finished yet. Sill have to create more conkys. But I'll always have at least one desktop with nothing, if not two!

    Still not 100% sure which direction I'm going so ... it's all open to change!

  8. #22158
    Join Date
    Jan 2008
    Beans
    130

    Re: Post your .conkyrc files w/ screenshots

    Quick question. I'm using the following line to retrieve my cpu temp:
    Code:
    ${execi 30 sensors | grep "temp1" | cut -c15-20}
    What name and arg do I use with its corresponding lua?
    Code:
    {	--[ Graph for ? ]--
    			name="?",
    			arg="?",

  9. #22159
    Join Date
    Aug 2010
    Location
    Earth, usually...
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by davesbrain View Post
    Quick question. I'm using the following line to retrieve my cpu temp:
    Code:
    ${execi 30 sensors | grep "temp1" | cut -c15-20}
    What name and arg do I use with its corresponding lua?
    Code:
    {	--[ Graph for ? ]--
    			name="?",
    			arg="?",
    Far as I know it can't be done...
    Sorry

  10. #22160
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by davesbrain View Post
    Quick question. I'm using the following line to retrieve my cpu temp:
    Code:
    ${execi 30 sensors | grep "temp1" | cut -c15-20}
    What name and arg do I use with its corresponding lua?
    Code:
    {	--[ Graph for ? ]--
    			name="?",
    			arg="?",
    Took a while but I found an example:

    Code:
    --	name="exec",
    --	arg="sensors | grep 'Sys Temp' | cut -c15-16",
    In your case:

    Code:
    --	name="exec",
    --	arg="sensors | grep "temp1" | cut -c15-20",
    I attached the file I found it in.
    Attached Files Attached Files

Page 2216 of 2348 FirstFirst ... 1216171621162166220622142215221622172218222622662316 ... 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
  •