[Çözüldü] Conky - tema hatası (Yardım)

Başlatan M4DMAX, 08 Kasım 2015 - 16:45:35

« önceki - sonraki »

0 Üyeler ve 3 Ziyaretçi konuyu incelemekte.

M4DMAX

Conky manager v2.4 ile lsd2 yi kurdum orda bütün parametreler çalışıyor fakat pil kısmı çalışmıyordu daha sonra thc_mrpelotazo 'yu kurdm orda ise sadece sol alta çerçevesi ve yazıları geliyor 5sn sonra kayboluyor. Nasıl düzeltebilirim ?

Reverser

merhaba, conky.rc ve .lua dosyalarındaki parametreler kullanılan dağıtıma ve dağıtım sürümüne göre değişiklik gösterebiliyor bu nedenle bazı parametreler uyumlu olanlarıyla değiştirilmeli. Kurmaya çalıştığın tema'nın bağlantısını paylaşırsan vakti olan biri yardımcı olabilir.

XFCE ROCKS !
Powered by Thunar & XFWM4



M4DMAX

ben ubuntu gnome 15.10 kullanıyorum

--http://www.deviantart.com/art/Molecules-519024631 burdan thc_mrpelotazo ve lsd'yi indirdim 2side sadece 5sn durup kayboluyor ve içindeki cpu saat mem saat gibi parametreler gözükmüyor

kurulum olarak ev/.conky/   nin içine attım  conky manager'dan açıyorum şuan kullandıgım lsd2'yide aynı şekilde conky manager'den açıyorum onda sadece battery kısmı çalışmıyor
lsd2 conky manager ile birlikte gelmişti linkini bulamadım.

ata1

#3
şunu bir denermisin

.conkyrc

# Conky settings #
background no
update_interval 1

cpu_avg_samples 2
net_avg_samples 2

override_utf8_locale yes

double_buffer yes
no_buffers yes

text_buffer_size 2048
#imlib_cache_size 0

temperature_unit fahrenheit

# Window specifications #

own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

border_inner_margin 0
border_outer_margin 0

minimum_size 200 250
maximum_width 200

alignment tl
gap_x 35
gap_y 55

# Graphics settings #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

# Text settings #
use_xft yes
xftfont takaoPGothic:size=8
xftalpha 0.5

uppercase no

temperature_unit celsius


default_color FFFFFF

# Lua Load  #
lua_load /home/Kullanıcı_ismi/Herhangi_bir_konum/halkalı_şeker.lua
lua_draw_hook_pre clock_rings

TEXT
${voffset 8}${color 3399FF}${font takaoPGothic:size=20}${time %A}${font}
${voffset -8}${alignr 50}${color FFFFFF}${font zekton:size=26}${time %e}${font}
${color FFFFFF}${voffset -30}${color 3399FF}${font takaoPGothic:size=18}${time %b}${font}${voffset -3} ${color FFFFFF}${font caviar dreams:size=20}${time %Y}${font}${color 3399FF}${hr}
${voffset 140}${font caviar dreams:size=10}Başlama${alignr}Pil${font}
${font zekton:size=12}${color FFFFFF}$uptime_short${alignr}${battery_percent}%${font}
${color 3399FF}${voffset 4}${sysname}${alignr}${kernel}${machine}
${hr}

${color FFFFFF}${font zekton:size=7}${goto 54}${cpu cpu0}% ${alignc}                                 ${color FFFFFF}${cpu cpu1}%${font}
${color 3399FF}${goto 79}işlemciler 
${color FFFFFF}${font zekton:size=6}${goto 17}${freq cpu0}                                                              ${goto 170}${freq cpu0}
${color 3399FF}${font takaoPGothic:size=6}${goto 17}Mhz                                                                     Mhz
${font}
${color 3399FF}${goto 86}bellek
${color FFFFFF}${font zekton:size=6}${goto 88}${voffset 15}${memmax}
${color 3399FF}${font takaoPGothic:size=7}${goto 88}toplam
${color FFFFFF}${font zekton:size=6}${goto 45}${mem} ${alignc}                            ${memfree}           
${color 3399FF}${font takaoPGothic:size=7}${goto 42}kullanilan                boş
${color FFFFFF}${font zekton:size=7}${goto 97}${swapperc}%
${color 3399FF}${font takaoPGothic:size=8}${goto 90}${voffset 6}takas



${color 3399FF}${font takaoPGothic:size=8}${goto 90}disk
${color FFFFFF}${font zekton:size=6}${goto 87}${fs_size}


${color FFFFFF}${font zekton:size=6}${goto 45}${fs_used}                            ${fs_free}

${color FFFFFF}${goto 51}${fs_used_perc /}%                                  ${fs_free_perc}%
${color 3399FF}${font takaoPGothic:size=7}${goto 36}kullanilan                 Boş     


${color 3399FF}${font takaoPGothic:size=8}işlemler${hr}

${color FFFFFF}${top name 1}${color}  ${color 3399FF}${alignr} ${top cpu 1} 
${color FFFFFF}${top name 2}${color}  ${color 3399FF}${alignr} ${top cpu 2} 
${color FFFFFF}${top name 3}${color}  ${color 3399FF}${alignr} ${top cpu 3}



.lua

--[[
Clock Rings by londonali1010 (2009) Edited by jpope

This script draws percentage meters as rings, and also draws clock hands if you want! It is fully customisable; all options are described in the script. This script is based off a combination of my clock.lua script and my rings.lua script.

IMPORTANT: if you are using the 'cpu' function, it will cause a segmentation fault if it tries to draw a ring straight away. The if statement on line 145 uses a delay to make sure that this doesn't happen. It calculates the length of the delay by the number of updates since Conky started. Generally, a value of 5s is long enough, so if you update Conky every 1s, use update_num>5 in that if statement (the default). If you only update Conky every 2s, you should change it to update_num>3; conversely if you update Conky every 0.5s, you should use update_num>10. ALSO, if you change your Conky, is it best to use "killall conky; conky" to update it, otherwise the update_num will not be reset and you will get an error.

To call this script in Conky, use the following (assuming that you save this script to ~/scripts/rings.lua):
    lua_load ~/scripts/clock_rings.lua
    lua_draw_hook_pre clock_rings
   
Changelog:
+ v1.0 -- Original release (30.09.2009)
   v1.1p -- Jpope edit (05.10.2009)
]]

settings_table = {
    {
        -- Edit this table to customise your rings.
        -- You can create more rings simply by adding more elements to settings_table.
        -- "name" is the type of stat to display; you can choose from 'cpu', 'memperc', 'fs_used_perc', 'battery_used_perc'.
        name='time',
        -- "arg" is the argument to the stat type, e.g. if in Conky you would write ${cpu cpu0}, 'cpu0' would be the argument. If you would not use an argument in the Conky variable, use ''.
        arg='%I.%M',
        -- "max" is the maximum value of the ring. If the Conky variable outputs a percentage, use 100.
        max=12,
        -- "bg_colour" is the colour of the base ring.
        bg_colour=0xffffff,
        -- "bg_alpha" is the alpha value of the base ring.
        bg_alpha=0.1,
        -- "fg_colour" is the colour of the indicator part of the ring.
        fg_colour=0x3399cc,
        -- "fg_alpha" is the alpha value of the indicator part of the ring.
        fg_alpha=0.2,
        -- "x" and "y" are the x and y coordinates of the centre of the ring, relative to the top left corner of the Conky window.
        x=100, y=150,
        -- "radius" is the radius of the ring.
        radius=50,
        -- "thickness" is the thickness of the ring, centred around the radius.
        thickness=5,
        -- "start_angle" is the starting angle of the ring, in degrees, clockwise from top. Value can be either positive or negative.
        start_angle=0,
        -- "end_angle" is the ending angle of the ring, in degrees, clockwise from top. Value can be either positive or negative, but must be larger than start_angle.
        end_angle=360
    },
    {
        name='time',
        arg='%M.%S',
        max=60,
        bg_colour=0xffffff,
        bg_alpha=0.1,
        fg_colour=0x3399cc,
        fg_alpha=0.4,
        x=100, y=150,
        radius=56,
        thickness=5,
        start_angle=0,
        end_angle=360
    },
    {
        name='time',
        arg='%S',
        max=60,
        bg_colour=0xffffff,
        bg_alpha=0.1,
        fg_colour=0x3399cc,
        fg_alpha=0.6,
        x=100, y=150,
        radius=62,
        thickness=5,
        start_angle=0,
        end_angle=360
    },
    {
        name='time',
        arg='%d',
        max=31,
        bg_colour=0xffffff,
        bg_alpha=0.1,
        fg_colour=0x3399cc,
        fg_alpha=0.8,
        x=100, y=150,
        radius=70,
        thickness=5,
        start_angle=-90,
        end_angle=90
    },
    {
        name='time',
        arg='%m',
        max=12,
        bg_colour=0xffffff,
        bg_alpha=0.1,
        fg_colour=0x3399cc,
        fg_alpha=1,
        x=100, y=150,
        radius=76,
        thickness=5,
        start_angle=-90,
        end_angle=90
    },
    {
        name='cpu',
        arg='cpu0',
        max=100,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0x33ccff,
        fg_alpha=0.8,
        x=62, y=300,
        radius=25,
        thickness=4,
        start_angle=-233,
        end_angle=90
    },
    {
        name='cpu',
        arg='cpu1',
        max=100,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0x33ccff,
        fg_alpha=0.8,
        x=142, y=300,
        radius=25,
        thickness=4,
        start_angle=-90,
        end_angle=237
    },   
{
        name='freq',
        arg='cpu0',
        max=100,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0xffffff,
        fg_alpha=0.2,
        x=27, y=320,
        radius=20,
        thickness=2,
        start_angle=100,
        end_angle=-90
    },
{
        name='freq',
        arg='cpu1',
        max=100,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0xffffff,
        fg_alpha=0.2,
        x=177, y=320,
        radius=20,
        thickness=2,
        start_angle=-20,
        end_angle=-100
    }, 
{
        name='memperc',
        arg='',
        max=100,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0x33ccff,
        fg_alpha=0.8,
        x=102, y=380,
        radius=30,
        thickness=4,
        start_angle=33,
        end_angle=323
    },
    {
        name='memperc',
        arg='used',
        max=100,
        bg_colour=0xffffff,
        bg_alpha=0.1,
        fg_colour=0xffffff,
        fg_alpha=0.1,
        x=64, y=404,
        radius=30,
        thickness=2,
        start_angle=105,
        end_angle=-350
    },
    {
        name='memperc',
        arg='free',
        max=100,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0xffffff,
        fg_alpha=0.1,
        x=143, y=404,
        radius=30,
        thickness=2,
        start_angle=-17,
        end_angle=257
    },
{
        name='swapperc',
        arg='',
        max=100,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0x33ccff,
        fg_alpha=0.8,
        x=102, y=410,
        radius=30,
        thickness=4,
        start_angle=132,
        end_angle=225
    },
        {
        name='upspeedf',
        arg='wlan0',
        max=100,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0x3399cc,
        fg_alpha=0.3,
        x=100, y=515,
        radius=40,
        thickness=4,
        start_angle=-80,
        end_angle=80
    },
        {
        name='swapperc',
        arg='-',
        max=100,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0x3399cc,
        fg_alpha=0.3,
        x=140, y=534,
        radius=30,
        thickness=3,
        start_angle=3,
        end_angle=155
    },
{
        name='swapperc',
        arg='-',
        max=100,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0x3399cc,
        fg_alpha=0.3,
        x=140, y=534,
        radius=30,
        thickness=3,
        start_angle=200,
        end_angle=-10
    },
  {
        name='swapperc',
        arg='-',
        max=100,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0x3399cc,
        fg_alpha=0.3,
        x=58, y=534,
        radius=30,
        thickness=3,
        start_angle=13,
        end_angle=159
    },
{
        name='swapperc',
        arg='-',
        max=100,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0x3399cc,
        fg_alpha=0.3,
        x=58, y=534,
        radius=30,
        thickness=3,
        start_angle=200,
        end_angle=0
    },
}

-- Use these settings to define the origin and extent of your clock.

clock_r=65

-- "clock_x" and "clock_y" are the coordinates of the centre of the clock, in pixels, from the top left of the Conky window.

clock_x=100
clock_y=150

show_seconds=true

require 'cairo'

function rgb_to_r_g_b(colour,alpha)
    return ((colour / 0x10000) % 0x100) / 255., ((colour / 0x100) % 0x100) / 255., (colour % 0x100) / 255., alpha
end

function draw_ring(cr,t,pt)
    local w,h=conky_window.width,conky_window.height
   
    local xc,yc,ring_r,ring_w,sa,ea=pt['x'],pt['y'],pt['radius'],pt['thickness'],pt['start_angle'],pt['end_angle']
    local bgc, bga, fgc, fga=pt['bg_colour'], pt['bg_alpha'], pt['fg_colour'], pt['fg_alpha']

    local angle_0=sa*(2*math.pi/360)-math.pi/2
    local angle_f=ea*(2*math.pi/360)-math.pi/2
    local t_arc=t*(angle_f-angle_0)

    -- Draw background ring

    cairo_arc(cr,xc,yc,ring_r,angle_0,angle_f)
    cairo_set_source_rgba(cr,rgb_to_r_g_b(bgc,bga))
    cairo_set_line_width(cr,ring_w)
    cairo_stroke(cr)
   
    -- Draw indicator ring

    cairo_arc(cr,xc,yc,ring_r,angle_0,angle_0+t_arc)
    cairo_set_source_rgba(cr,rgb_to_r_g_b(fgc,fga))
    cairo_stroke(cr)       
end

function draw_clock_hands(cr,xc,yc)
    local secs,mins,hours,secs_arc,mins_arc,hours_arc
    local xh,yh,xm,ym,xs,ys
   
    secs=os.date("%S")   
    mins=os.date("%M")
    hours=os.date("%I")
       
    secs_arc=(2*math.pi/60)*secs
    mins_arc=(2*math.pi/60)*mins+secs_arc/60
    hours_arc=(2*math.pi/12)*hours+mins_arc/12
       
    -- Draw hour hand
   
    xh=xc+0.7*clock_r*math.sin(hours_arc)
    yh=yc-0.7*clock_r*math.cos(hours_arc)
    cairo_move_to(cr,xc,yc)
    cairo_line_to(cr,xh,yh)
   
    cairo_set_line_cap(cr,CAIRO_LINE_CAP_ROUND)
    cairo_set_line_width(cr,5)
    cairo_set_source_rgba(cr,0.2,0.6,1,0.4)
    cairo_stroke(cr)
   
    -- Draw minute hand
   
    xm=xc+clock_r*math.sin(mins_arc)
    ym=yc-clock_r*math.cos(mins_arc)
    cairo_move_to(cr,xc,yc)
    cairo_line_to(cr,xm,ym)
   
    cairo_set_line_width(cr,3)
    cairo_stroke(cr)
   
    -- Draw seconds hand
   
    if show_seconds then
        xs=xc+clock_r*math.sin(secs_arc)
        ys=yc-clock_r*math.cos(secs_arc)
        cairo_move_to(cr,xc,yc)
        cairo_line_to(cr,xs,ys)
   
        cairo_set_line_width(cr,1)
        cairo_stroke(cr)
    end
end

function conky_clock_rings()
    local function setup_rings(cr,pt)
        local str=''
        local value=0
       
        str=string.format('${%s %s}',pt['name'],pt['arg'])
        str=conky_parse(str)
       
        value=tonumber(str)
        pct=value/pt['max']
       
        draw_ring(cr,pct,pt)
    end
   
    -- Check that Conky has been running for at least 5s

    if conky_window==nil then return end
    local cs=cairo_xlib_surface_create(conky_window.display,conky_window.drawable,conky_window.visual, conky_window.width,conky_window.height)
   
    local cr=cairo_create(cs)   
   
    local updates=conky_parse('${updates}')
    update_num=tonumber(updates)
   
    if update_num>5 then
        for i in pairs(settings_table) do
            setup_rings(cr,settings_table[i])
        end
    end
   
    draw_clock_hands(cr,clock_x,clock_y)
end


edit fontlar ve şekiller görünmesi için şu kısımı düzenleyin conkyrc içinde


# Lua Load  #
lua_load /home/Kullanıcı_ismi/Herhangi_bir_konum/halkalı_şeker.lua

M4DMAX

Maalesef dostum olmadı artık kaybolmuyor ama iç kısmı gene aynı thc den lsd den vazgeçtim yeni mi theme kullanıyorum Red smooth rings onunda network kısmı görmüyor :S .lua kısmından mı ayarlanıyor ? bide hava durumu kısmına yahoo dan şehrimin linkini alıp .conkyrc kısmındaki  yerine yapıştırdım ama değişmedi.

ata1

Pil kısmındaki satırı şu şekilde değiştirip conky'yi tekrar başlatırmısın

${voffset 140}${font caviar dreams:size=10}Başlama${alignr}Pil${font}
${font caviar dreams:size=12}${color FFFFFF}$uptime_short${alignr}${battery_percent}%${font}
${color 3399FF}${voffset 4}${sysname}${alignr}${kernel}${machine}
${hr}



{battery_percent BAT1}


manjaro kullanıyorum şuan ve bende pil yüzdesi gösteriyor


M4DMAX

Teşekkürler dostum çalıştı pil kısmı peki bu  network ve weather ayarını biliyor musun ?

ata1

https://forum.ubuntu-tr.net/index.php?topic=31085.msg372749#msg372749
şurada arkadaş açıklamış bir göz at ayrıca yardım gerekirse yazarsın
ağ kısmı yanı network altta işlemlerde göstermiyor mu ?

M4DMAX

ordaki weather kısmı ile benim weather kısmı biraz farklı onu incelemiştimde burdaki şu şekilde;

${texeci 1300 curl -s "https://weather.yahoo.com/turkey/manisa/manisa-2344250/" -o ~/.cache/weather.xml}
${voffset -70}${offset 75}${font ITC Avant Garde Gothic Pro:bold:size=20}${execi 1300 grep "yweather:condition" ~/.cache/weather.xml | grep -o "temp=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"}${font ITC Avant Garde Gothic Pro:bold:size=8}${voffset -16}o${voffset 14}${font}${color1}
${execi 1300 cp -f red/$(grep "yweather:condition" ~/.cache/weather.xml | grep -o "code=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*").png ~/.cache/weather.png}${image ~/.cache/weather.png -p 75,95 -s 80x80}

burdaki https://weather.yahoo.com/turkey/manisa/manisa-2344250/ kısmını ben yahoodan alıp yapıştırdım orjinalinde http://weather.yahooapis.com/forecastrss?w=1103816&u=c yazıyordu sanırım sorun yahooapis olarak alamadıgım için ama yahoodan o şekilde nası alınıyor bilmiyorum dışarda yazanlara göre şehri aratınca direk öyle yazması gerekiyormuş zaten.

ata1

basit bir conky ama ağ gösteriyor sanırım ayrıca pil yüzdeside bunu deneye biliriz ayrıca whatter konusunda pek fazla bilgim yok o konuda arkadaşlarım yardımcı olmalı .
.conkyrc
background no
use_xft yes
xftfont waree book:size=7
gap_x 5
gap_y 5
alignment top_right
xftalpha 0.8
own_window 1
own_window_transparent 1
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_type override
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
stippled_borders 10
# border_margin 4
border_width 1
default_shade_color black
default_outline_color black
default_color black
use_spacer none
no_buffers yes
uppercase no
minimum_size 200
maximum_width 200

TEXT
                    ${color A70B1E}${font OpenLogos:size=100}D${font}
${color 6778B5}${voffset -10}  ${alignc 50}${font defused:size=35}${time %H}${voffset -10}${font defused:size=23}${time :%M}${voffset -5}${font defused:size=10}${time :%S}
${voffset 10}
${color 6778B5}${alignc 10}${font defused:size=22}${time %d}${voffset -11}${alignr 20}${font 321impact:size=10}${time %B %Y}
${alignr  20}${font 321impact:size=10}${time %A}

${color 983743}${font OpenLogos:size=17:bold}t${font Droid Sans:size=8:bold}  Kernel:  ${alignr}${kernel}

${font caviar dreams:size=10:bold}${color 697F8E}DISK ${hr 2}

${color 966A99}${font PizzaDude Bullets:size=15:bold}m${font Droid Sans:size=8:bold} Yerel Disk : $alignr${fs_used /home} / ${fs_free /home}

${color 6D526D}${font PizzaDude Bullets:size=15:bold}m${font Droid Sans:size=8:bold} DePo : $alignr${fs_used /mnt/sda3} / ${fs_free /mnt/sda3}

${font caviar dreams:size=10:bold}${color 697F8E}SISTEM ${hr 2}

${color 974810}${font StyleBats:size=17:bold}A${font Droid Sans:size=8:bold}  İşlemci-0:   ${cpu cpu0}% ${alignr}${cpubar 8,80 cpu0}
${color C18A59}${font PizzaDude Bullets:size=15:bold}i${font Droid Sans:size=8:bold}   Zamanlama: $alignr${freq freq0}GHz
${color 974810}${font StyleBats:size=17:bold}A${font Droid Sans:size=8:bold}  İşlemci-1:   ${cpu cpu1}% ${alignr}${cpubar 8,80 cpu1}
${color C18A59}${font PizzaDude Bullets:size=15:bold}i${font Droid Sans:size=8:bold}   Zamanlama: $alignr${freq freq1}GHz

${color 566318}${font PizzaDude Bullets:size=15:bold}Y${font Droid Sans:size=8:bold}   Bellek:  $memperc% ${alignr}${membar 8,80}
${color 8F9A5F}${font PizzaDude Bullets:size=15:bold}Z${font Droid Sans:size=8:bold}   Takas Alanı: $swapperc% ${alignr}${swapbar 8,80}

${color 59A225}${font StyleBats:size=17:bold}P${font Droid Sans:size=8:bold}    Başlama Süresi: ${alignr}${uptime}
${color 22A200}${font StyleBats:size=17:bold}U${font Droid Sans:size=8:bold}    Pil Durumu:  ${alignr}${battery}
${color 025B23}${font StyleBats:size=17:bold}x ${font Droid Sans:size=8:bold}Genel Sıcaklık: ${alignr}${acpitemp}°C

${font caviar dreams:size=10:bold}${color 697F8E}BAĞLANTI ${hr 2}
${if_existing /proc/net/route wlan0}$endif 
${color 07B68F}${font PizzaDude Bullets:size=15:bold}v${font Droid Sans:size=8:bold}   Gidenler: $alignr${upspeed wlan0} Kb/s
${color 125A60}${font PizzaDude Bullets:size=15:bold}r${font Droid Sans:size=8:bold}   Gelenler: $alignr${downspeed wlan0} Kb/s

${color 4CAEF3}${font PizzaDude Bullets:size=15:bold}D${font Droid Sans:size=8:bold}   Sinyal Kalitesi:$alignr${wireless_link_qual wlan0}%

${color 1941A8}${font PizzaDude Bullets:size=15:bold}M${font Droid Sans:size=8:bold}   Yüklemeler: $alignr${totalup wlan0}
${color 3D19A8}${font PizzaDude Bullets:size=15:bold}S${font Droid Sans:size=8:bold}   İndirmeler: $alignr${totaldown wlan0}

${font caviar dreams:size=10:bold}${color 697F8E}İŞLEMLER${hr 2}

${color 8A9E04}${font StyleBats:size=17:bold}A${font Droid Sans:size=8:bold}    ${top name 1}   ${font Droid Sans:size=8:bold}${alignr} ${top cpu 1}
${color 9E8804}${font StyleBats:size=18:bold}H${font Droid Sans:size=8:bold}    ${top name 2}   ${font Droid Sans:size=8:bold}${alignr} ${top cpu 2}
${color 9E4F04}${font PizzaDude Bullets:size=15:bold}Z${font Droid Sans:size=8:bold}    ${top name 3} ${font Droid Sans:size=8:bold}${alignr} ${top cpu 3}

M4DMAX

bu conky de pil yok tek sorun network kısmı ile weather kısmı network için .lua da şöyle yazmış;

{
        name='downspeedf',
        arg='wlan0',
        max=1000,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0xF51462,
        fg_alpha=0.8,
        x=425, y=220,
        radius=26,
        thickness=10,
        start_angle=0,
        end_angle=270
    },
        {
        name='upspeedf',
        arg='wlan0',
        max=100,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0xF51462,
        fg_alpha=0.8,
        x=425, y=220,
        radius=14,
        thickness=10,
        start_angle=0,
        end_angle=270
        }

istersen .lua ile conkyrc dosyalarını komple atayım
   


ata1

conky yedeğini al ayrı bir şekilde deneyelim conky içeriğine şu kısmı ilave edelim ağ gösterebilir emin değilim

${font caviar dreams:size=10:bold}${color 697F8E}BAĞLANTI ${hr 2}
${if_existing /proc/net/route wlan0}$endif 
${color 07B68F}${font PizzaDude Bullets:size=15:bold}v${font Droid Sans:size=8:bold}   Gidenler: $alignr${upspeed wlan0} Kb/s
${color 125A60}${font PizzaDude Bullets:size=15:bold}r${font Droid Sans:size=8:bold}   Gelenler: $alignr${downspeed wlan0} Kb/s

${color 4CAEF3}${font PizzaDude Bullets:size=15:bold}D${font Droid Sans:size=8:bold}   Sinyal Kalitesi:$alignr${wireless_link_qual wlan0}%

${color 1941A8}${font PizzaDude Bullets:size=15:bold}M${font Droid Sans:size=8:bold}   Yüklemeler: $alignr${totalup wlan0}
${color 3D19A8}${font PizzaDude Bullets:size=15:bold}S${font Droid Sans:size=8:bold}   İndirmeler: $alignr${totaldown wlan0}

${font caviar dreams:size=10:bold}${color 697F8E}İŞLEMLER${hr 2}

${color 8A9E04}${font StyleBats:size=17:bold}A${font Droid Sans:size=8:bold}    ${top name 1}   ${font Droid Sans:size=8:bold}${alignr} ${top cpu 1}
${color 9E8804}${font StyleBats:size=18:bold}H${font Droid Sans:size=8:bold}    ${top name 2}   ${font Droid Sans:size=8:bold}${alignr} ${top cpu 2}
${color 9E4F04}${font PizzaDude Bullets:size=15:bold}Z${font Droid Sans:size=8:bold}    ${top name 3} ${font Droid Sans:size=8:bold}${alignr} ${top cpu 3}




M4DMAX

Simdi senin attıklarını .lua daki downspeed , upspeed kısmı yerine mi yazayım yoksa /ev kısmındaki conky nin içine mi ?

ata1

conkyrc içine en alta ilave et ama yer olarak çok aşağıda kalacak  sanırım onuda conky boyutlandırma ile oynayarak yapmalısın

M4DMAX

ev/.conky içndeki conkyrc ye ilave ettim lakin bir şey olmadı galiba ben yanlış yere attım ?

ata1

#15
ilave ettiğin içeriğin tam bir kopyasını dosya adı ile kod etiketi kullanarak koyarsan görme imkanım olur mağlüm uzak olduğumuzdan görmeden yardım deniyoruz .
anlamam açısından neyi nasıl yaptın tam içerik ile açıklar mısın ?
EDİT
kıscası kullandığın conky içeriğini paylaş ki üzerinde deneme yapma şansım olsun .VEDE   son eklenmiş hali olanı da paylaş



Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 09 Kasım 2015 - 02:29:43

# Conky settings #
background no
update_interval 1
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
double_buffer yes
no_buffers yes
text_buffer_size 2048
#imlib_cache_size 0
temperature_unit fahrenheit
# Window specifications #
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
border_inner_margin 0
border_outer_margin 0
minimum_size 200 250
maximum_width 200
alignment top_right
gap_x 35
gap_y 5
# Graphics settings #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
# Text settings #
use_xft yes
xftfont takaoPGothic:size=8
xftalpha 0.5
uppercase no
temperature_unit celsius
default_color FFFFFF
# Lua Load  #
lua_load ~/.conky/yaptığım.lua
lua_draw_hook_pre clock_rings
own_window_argb_value 0
own_window_argb_visual no
own_window_colour 000000
TEXT
${voffset 8}${color 3399FF}${font takaoPGothic:size=20}${time %A}${font}
${voffset -8}${alignr 50}${color FFFFFF}${font zekton:size=26}${time %e}${font}
${color FFFFFF}${voffset -30}${color 3399FF}${font takaoPGothic:size=18}${time %b}${font}${voffset -3} ${color FFFFFF}${font caviar dreams:size=20}${time %Y}${font}${color 3399FF}${hr}
${voffset 140}${font caviar dreams:size=10}Başlama${alignr}Pil${font}
${font zekton:size=12}${color FFFFFF}$uptime_short${alignr}${battery_percent}%${font}
${color 3399FF}${voffset 4}${sysname}${alignr}${kernel}${machine}
${hr}
${color FFFFFF}${font zekton:size=7}${goto 54}${cpu cpu0}% ${alignc}                                 ${color FFFFFF}${cpu cpu1}%${font}
${color 3399FF}${goto 79}işlemciler 
${color FFFFFF}${font zekton:size=6}${goto 17}${freq cpu0}                                                              ${goto 170}${freq cpu0}
${color 3399FF}${font takaoPGothic:size=6}${goto 17}Mhz                                                                     Mhz
${font}
${color 3399FF}${goto 86}bellek
${color FFFFFF}${font zekton:size=6}${goto 88}${voffset 15}${memmax}
${color 3399FF}${font takaoPGothic:size=7}${goto 88}toplam
${color FFFFFF}${font zekton:size=6}${goto 45}${mem} ${alignc}                            ${memfree}           
${color 3399FF}${font takaoPGothic:size=7}${goto 42}kullanilan                boş
${color FFFFFF}${font zekton:size=7}${goto 97}${swapperc}%
${color 3399FF}${font takaoPGothic:size=8}${goto 90}${voffset 6}takas
${color 3399FF}${font takaoPGothic:size=8}${goto 90}disk
${color FFFFFF}${font zekton:size=6}${goto 87}${fs_size}
${color FFFFFF}${font zekton:size=6}${goto 45}${fs_used}                            ${fs_free}
${color FFFFFF}${goto 51}${fs_used_perc /}%                                  ${fs_free_perc}%
${color 3399FF}${font takaoPGothic:size=7}${goto 36}kullanilan                 Boş     
${color 3399FF}${font takaoPGothic:size=8}işlemler${hr}
${color FFFFFF}${top name 1}${color}  ${color 3399FF}${alignr} ${top cpu 1} 
${color FFFFFF}${top name 2}${color}  ${color 3399FF}${alignr} ${top cpu 2} 
${color FFFFFF}${top name 3}${color}  ${color 3399FF}${alignr} ${top cpu 3}
${font caviar dreams:size=10:bold}${color 697F8E}BAĞLANTI ${hr 2}
${if_existing /proc/net/route wlan0}$endif 
${color 07B68F}${font PizzaDude Bullets:size=15:bold}v${font Droid Sans:size=8:bold}   Gidenler: $alignr${upspeed wlan0} Kb/s
${color 125A60}${font PizzaDude Bullets:size=15:bold}r${font Droid Sans:size=8:bold}   Gelenler: $alignr${downspeed wlan0} Kb/s
${color 4CAEF3}${font PizzaDude Bullets:size=15:bold}D${font Droid Sans:size=8:bold}   Sinyal Kalitesi:$alignr${wireless_link_qual wlan0}%
${color 1941A8}${font PizzaDude Bullets:size=15:bold}M${font Droid Sans:size=8:bold}   Yüklemeler: $alignr${totalup wlan0}
${color 3D19A8}${font PizzaDude Bullets:size=15:bold}S${font Droid Sans:size=8:bold}   İndirmeler: $alignr${totaldown wlan0}
${font caviar dreams:size=10:bold}${color 697F8E}



lua_load ~/.conky/yaptığım.lua  şu satırı bulup dosya yolunu kendine düzenle bu conky de bağlantıyı ekledim çalışıyor





M4DMAX

Şimdi uğraştığımız widget şu; Red Smooth Rings --

İçerik olarak conky ile .lua var onlarda şurda

1..lua'sı;

--[[
Ring Meters by londonali1010 (2009)

This script draws percentage meters as rings. It is fully customisable; all options are described in the script.

IMPORTANT: if you are using the 'cpu' function, it will cause a segmentation fault if it tries to draw a ring straight away. The if statement near the end of the script uses a delay to make sure that this doesn't happen. It calculates the length of the delay by the number of updates since Conky started. Generally, a value of 5s is long enough, so if you update Conky every 1s, use update_num > 5 in that if statement (the default). If you only update Conky every 2s, you should change it to update_num > 3; conversely if you update Conky every 0.5s, you should use update_num > 10. ALSO, if you change your Conky, is it best to use "killall conky; conky" to update it, otherwise the update_num will not be reset and you will get an error.

To call this script in Conky, use the following (assuming that you save this script to ~/scripts/rings.lua):
lua_load ~/scripts/rings-v1.2.1.lua
lua_draw_hook_pre ring_stats

Changelog:
+ v1.2.1 -- Fixed minor bug that caused script to crash if conky_parse() returns a nil value (20.10.2009)
+ v1.2 -- Added option for the ending angle of the rings (07.10.2009)
+ v1.1 -- Added options for the starting angle of the rings, and added the "max" variable, to allow for variables that output a numerical value rather than a percentage (29.09.2009)
+ v1.0 -- Original release (28.09.2009)
]]

settings_table = {
   
    {
        name='cpu',
        arg='cpu0',
        max=80,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0x018def,
        fg_alpha=0.8,
        x=425, y=50,
        radius=30,
        thickness=20,
        start_angle=0,
        end_angle=270
    },
    {
        name='memperc',
        arg='',
        max=80,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0x018def,
        fg_alpha=0.8,
        x=425, y=140,
        radius=30,
        thickness=20,
        start_angle=0,
        end_angle=270
    },
        {
        name='downspeedf',
        arg='wlan0',
        max=1000,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0x018def,
        fg_alpha=0.8,
        x=425, y=220,
        radius=26,
        thickness=10,
        start_angle=0,
        end_angle=270
    },
        {
        name='upspeedf',
        arg='wlan0',
        max=100,
        bg_colour=0xffffff,
        bg_alpha=0.2,
        fg_colour=0x018def,
        fg_alpha=0.8,
        x=425, y=220,
        radius=14,
        thickness=10,
        start_angle=0,
        end_angle=270
    },
}

require 'cairo'

function rgb_to_r_g_b(colour,alpha)
return ((colour / 0x10000) % 0x100) / 255., ((colour / 0x100) % 0x100) / 255., (colour % 0x100) / 255., alpha
end

function draw_ring(cr,t,pt)
local w,h=conky_window.width,conky_window.height

local xc,yc,ring_r,ring_w,sa,ea=pt['x'],pt['y'],pt['radius'],pt['thickness'],pt['start_angle'],pt['end_angle']
local bgc, bga, fgc, fga=pt['bg_colour'], pt['bg_alpha'], pt['fg_colour'], pt['fg_alpha']

local angle_0=sa*(2*math.pi/360)-math.pi/2
local angle_f=ea*(2*math.pi/360)-math.pi/2
local t_arc=t*(angle_f-angle_0)

-- Draw background ring

cairo_arc(cr,xc,yc,ring_r,angle_0,angle_f)
cairo_set_source_rgba(cr,rgb_to_r_g_b(bgc,bga))
cairo_set_line_width(cr,ring_w)
cairo_stroke(cr)

-- Draw indicator ring

cairo_arc(cr,xc,yc,ring_r,angle_0,angle_0+t_arc)
cairo_set_source_rgba(cr,rgb_to_r_g_b(fgc,fga))
cairo_stroke(cr)
end

function conky_ring_stats()
local function setup_rings(cr,pt)
local str=''
local value=0

str=string.format('${%s %s}',pt['name'],pt['arg'])
str=conky_parse(str)

value=tonumber(str)
if value == nil then value = 0 end
pct=value/pt['max']

draw_ring(cr,pct,pt)
end

if conky_window==nil then return end
local cs=cairo_xlib_surface_create(conky_window.display,conky_window.drawable,conky_window.visual, conky_window.width,conky_window.height)

local cr=cairo_create(cs)

local updates=conky_parse('${updates}')
update_num=tonumber(updates)

if update_num>5 then
for i in pairs(settings_table) do
setup_rings(cr,settings_table[i])
end
end
end


2.Smooth Gold diye geçiyor;

# By Jesse_Avalos see me on Eye Candy linux google plus !!!!!
background yes
use_xft yes
xftfont ITC Avant Garde Gothic Pro:size=9
xftalpha 0.8
update_interval 1
total_run_times 0
own_window yes
own_window_transparent yes
##############################################
# Compositing tips:
# Conky can play strangely when used with
# different compositors. I have found the
# following to work well, but your mileage
# may vary. Comment/uncomment to suit.
##############################################
## no compositor
#own_window_type override
#own_window_argb_visual no

## xcompmgr
#own_window_type override
#own_window_argb_visual yes

## cairo-compmgr
own_window_type dock
own_window_argb_visual yes
##############################################
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
stippled_borders 0
border_margin 5
border_width 1
default_color 000000
default_shade_color 000000
default_outline_color 000000
minimum_size 600 600
maximum_width 600
gap_x -75
gap_y -250
alignment middle_middle
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
short_units yes
text_buffer_size 2048
use_spacer none
override_utf8_locale yes
default_color   faeefb                     
color1 faeefb
color2 faeefb
color3 018def

lua_load rings-v1.2.1.lua
lua_draw_hook_pre ring_stats

own_window_argb_value 0
own_window_colour 000000
TEXT
${goto 35}${font ITC Avant Garde Gothic Pro:size=90} ${time %H}${color3}${time %M}${color1}
${goto 175}${voffset -80}${font ITC Avant Garde Gothic Pro:size=15} ${time %A}
${goto 185}${voffset }${font ITC Avant Garde Gothic Pro:bold:size=25} ${time %b}
${goto 265}${voffset -50}${color3}${font ITC Avant Garde Gothic Pro::size=35}${time %d}${color2}
${goto 345}${voffset -175}${font ITC Avant Garde Gothic Pro:size=13}Cpu${color3} ${cpu cpu0}%${color1}

${goto 340}${voffset 50}Mem${color3} $memperc%${color1}${font ITC Avant Garde Gothic Pro:size=14}

${goto 350}${voffset 54}${color1}NET:${font ITC Avant Garde Gothic Pro:size=10}${color3}${upspeed wlan0}${color1}

${goto 360}${voffset -10}${color3}${downspeed wlan0}
##Weather

${texeci 1300 curl -s " http://weather.yahooapis.com/forecastrss?w=1103816&u=c/" -o ~/.cache/weather.xml}
${voffset -70}${offset 75}${font ITC Avant Garde Gothic Pro:bold:size=20}${execi 1300 grep "yweather:condition" ~/.cache/weather.xml | grep -o "temp=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"}${font ITC Avant Garde Gothic Pro:bold:size=8}${voffset -16}o${voffset 14}${font}${color1}
${execi 1300 cp -f red/$(grep "yweather:condition" ~/.cache/weather.xml | grep -o "code=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*").png ~/.cache/weather.png}${image ~/.cache/weather.png -p 75,95 -s 80x80}

# Conditions in textual form("partly cloudy" etc.) #
\
${font ITC Avant Garde Gothic Pro:bold:size=15}${offset 122}${voffset -45}${execi 300 grep "yweather:condition" ~/.cache/weather.xml | grep -o "text=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"}${font ITC Avant Garde Gothic Pro:bold:size=12}
     ${offset 45}${voffset 20}    Open ${color3}Source - ${color1}Open ${color3}Mind





3.buda /ev/.conky içindeki conkyrc dosyasi;
# Conky settings #
background no
update_interval 1

cpu_avg_samples 2
net_avg_samples 2

override_utf8_locale yes

double_buffer yes
no_buffers yes

text_buffer_size 2048
#imlib_cache_size 0

temperature_unit fahrenheit

# Window specifications #

own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

border_inner_margin 0
border_outer_margin 0

minimum_size 200 250
maximum_width 200

alignment tl
gap_x 35
gap_y 55

# Graphics settings #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

# Text settings #
use_xft yes
xftfont takaoPGothic:size=8
xftalpha 0.5

uppercase no

temperature_unit celsius


default_color FFFFFF

# Lua Load  #
lua_load /home/Kullanıcı_ismi/Herhangi_bir_konum/halkalı_şeker.lua
lua_draw_hook_pre clock_rings

TEXT
${voffset 8}${color 3399FF}${font takaoPGothic:size=20}${time %A}${font}
${voffset -8}${alignr 50}${color FFFFFF}${font zekton:size=26}${time %e}${font}
${color FFFFFF}${voffset -30}${color 3399FF}${font takaoPGothic:size=18}${time %b}${font}${voffset -3} ${color FFFFFF}${font caviar dreams:size=20}${time %Y}${font}${color 3399FF}${hr}
${voffset 140}${font caviar dreams:size=10}Başlama${alignr}Pil${font}
${font zekton:size=12}${color FFFFFF}$uptime_short${alignr}${battery_percent}%${font}
${color 3399FF}${voffset 4}${sysname}${alignr}${kernel}${machine}
${hr}

${color FFFFFF}${font zekton:size=7}${goto 54}${cpu cpu0}% ${alignc}                                 ${color FFFFFF}${cpu cpu1}%${font}
${color 3399FF}${goto 79}işlemciler 
${color FFFFFF}${font zekton:size=6}${goto 17}${freq cpu0}                                                              ${goto 170}${freq cpu0}
${color 3399FF}${font takaoPGothic:size=6}${goto 17}Mhz                                                                     Mhz
${font}
${color 3399FF}${goto 86}bellek
${color FFFFFF}${font zekton:size=6}${goto 88}${voffset 15}${memmax}
${color 3399FF}${font takaoPGothic:size=7}${goto 88}toplam
${color FFFFFF}${font zekton:size=6}${goto 45}${mem} ${alignc}                            ${memfree}           
${color 3399FF}${font takaoPGothic:size=7}${goto 42}kullanilan                boş
${color FFFFFF}${font zekton:size=7}${goto 97}${swapperc}%
${color 3399FF}${font takaoPGothic:size=8}${goto 90}${voffset 6}takas



${color 3399FF}${font takaoPGothic:size=8}${goto 90}disk
${color FFFFFF}${font zekton:size=6}${goto 87}${fs_size}


${color FFFFFF}${font zekton:size=6}${goto 45}${fs_used}                            ${fs_free}

${color FFFFFF}${goto 51}${fs_used_perc /}%                                  ${fs_free_perc}%
${color 3399FF}${font takaoPGothic:size=7}${goto 36}kullanilan                 Boş     


${color 3399FF}${font takaoPGothic:size=8}işlemler${hr}

${color FFFFFF}${top name 1}${color}  ${color 3399FF}${alignr} ${top cpu 1} 
${color FFFFFF}${top name 2}${color}  ${color 3399FF}${alignr} ${top cpu 2} 
${color FFFFFF}${top name 3}${color}  ${color 3399FF}${alignr} ${top cpu 3}


Başka istedigin dosya var mı?

ata1

#17
sistemlerimiz farklı ama sebebi bu olduğunu sanmıyorum paylaştığın conky ben de çalışmadı . içerik nereden alınmişti aslını almam mümkün mü
yada yukarıda yaptığım conkyde pil ve ağ çalışıyor istersen kullana bilirsin nasıl papacağını anlata bilirim de


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 09 Kasım 2015 - 02:49:08

farklı yöntemle düzelttim
Smooth Gold içine konulacak diğeri silinerek bunu yapıştır

# By Jesse_Avalos see me on Eye Candy linux google plus !!!!!
background yes
use_xft yes
xftfont ITC Avant Garde Gothic Pro:size=9
xftalpha 0.8
update_interval 1
total_run_times 0
own_window yes
own_window_transparent yes
##############################################
# Compositing tips:
# Conky can play strangely when used with
# different compositors. I have found the
# following to work well, but your mileage
# may vary. Comment/uncomment to suit.
##############################################
## no compositor
#own_window_type override
#own_window_argb_visual no

## xcompmgr
#own_window_type override
#own_window_argb_visual yes

## cairo-compmgr
own_window_type dock
own_window_argb_visual yes
##############################################
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
stippled_borders 0
border_margin 5
border_width 1
default_color 000000
default_shade_color 000000
default_outline_color 000000
minimum_size 600 600
maximum_width 600
gap_x 255
gap_y 260
alignment top_left
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
short_units yes
text_buffer_size 2048
use_spacer none
override_utf8_locale yes
default_color   faeefb                     
color1 faeefb
color2 faeefb
color3 018def

lua_load rings-v1.2.1.lua
lua_draw_hook_pre ring_stats

own_window_argb_value 0
own_window_colour 000000
TEXT
${goto 35}${font ITC Avant Garde Gothic Pro:size=90} ${time %H}${color3}${time %M}${color1}
${goto 175}${voffset -80}${font ITC Avant Garde Gothic Pro:size=15} ${time %A}
${goto 185}${voffset }${font ITC Avant Garde Gothic Pro:bold:size=25} ${time %b}
${goto 265}${voffset -50}${color3}${font ITC Avant Garde Gothic Pro::size=35}${time %d}${color2}
${goto 345}${voffset -175}${font ITC Avant Garde Gothic Pro:size=13}Cpu${color3} ${cpu cpu0}%${color1}

${goto 340}${voffset 50}Mem${color3} $memperc%${color1}${font ITC Avant Garde Gothic Pro:size=14}

${goto 350}${voffset 54}${color1}NET:${font ITC Avant Garde Gothic Pro:size=10}${color3}${upspeed wlan0}${color1}

${goto 360}${voffset -10}${color3}${downspeed wlan0}
##Weather

${texeci 1300 curl -s " http://weather.yahooapis.com/forecastrss?w=1103816&u=c/" -o ~/.cache/weather.xml}
${voffset -70}${offset 75}${font ITC Avant Garde Gothic Pro:bold:size=20}${execi 1300 grep "yweather:condition" ~/.cache/weather.xml | grep -o "temp=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"}${font ITC Avant Garde Gothic Pro:bold:size=8}${voffset -16}o${voffset 14}${font}${color1}
${execi 1300 cp -f red/$(grep "yweather:condition" ~/.cache/weather.xml | grep -o "code=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*").png ~/.cache/weather.png}${image ~/.cache/weather.png -p 75,95 -s 80x80}

# Conditions in textual form("partly cloudy" etc.) #
\
${font ITC Avant Garde Gothic Pro:bold:size=15}${offset 122}${voffset -45}${execi 300 grep "yweather:condition" ~/.cache/weather.xml | grep -o "text=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"}${font ITC Avant Garde Gothic Pro:bold:size=12}
     ${offset 45}${voffset 20}    Open ${color3}Source - ${color1}Open ${color3}Mind

${font caviar dreams:size=10:bold}${color 697F8E}BAĞLANTI ${hr 2}
${if_existing /proc/net/route wlan0}$endif 
${color 07B68F}${font PizzaDude Bullets:size=15:bold}v${font Droid Sans:size=8:bold}   Gidenler: $alignr${upspeed wlan0} Kb/s
${color 125A60}${font PizzaDude Bullets:size=15:bold}r${font Droid Sans:size=8:bold}   Gelenler: $alignr${downspeed wlan0} Kb/s

${color 4CAEF3}${font PizzaDude Bullets:size=15:bold}D${font Droid Sans:size=8:bold}   Sinyal Kalitesi:$alignr${wireless_link_qual wlan0}%

${color 1941A8}${font PizzaDude Bullets:size=15:bold}M${font Droid Sans:size=8:bold}   Yüklemeler: $alignr${totalup wlan0}
${color 3D19A8}${font PizzaDude Bullets:size=15:bold}S${font Droid Sans:size=8:bold}   İndirmeler: $alignr${totaldown wlan0}

${font caviar dreams:size=10:bold}${color 697F8E}İŞLEMLER${hr 2}

${color 8A9E04}${font StyleBats:size=17:bold}A${font Droid Sans:size=8:bold}    ${top name 1}   ${font Droid Sans:size=8:bold}${alignr} ${top cpu 1}
${color 9E8804}${font StyleBats:size=18:bold}H${font Droid Sans:size=8:bold}    ${top name 2}   ${font Droid Sans:size=8:bold}${alignr} ${top cpu 2}
${color 9E4F04}${font PizzaDude Bullets:size=15:bold}Z${font Droid Sans:size=8:bold}    ${top name 3} ${font Droid Sans:size=8:bold}${alignr} ${top cpu 3}



umarım istediğin şekile gelmiştir




M4DMAX

O .lua kısmınıda lua_load ~/scripts/rings-v1.2.1.lua olarak değiştim senin attığın conky'i /ev/.conky içindeki mi yoksa ev/ içindeki conky ile mi değişiyoz ?

[eklenti yönetici tarafından silindi]

ata1

#19
şöyle yapalım önce sende conky manager kurulumu onu bana bir söyle yoksa direk conky olarakmı yapıyorsun açıkla ki ona göre en kolay yolu göstereyim


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 09 Kasım 2015 - 03:00:52

sendeki görümü ile olacak sadece altına ekleme yaptım ağ kısmını fakat bende sorun yarattı pek fazla uğraşmadım açıkcası bende yüzlerce conky kurulu bunedenle conkye ihtiyacım olmaması sebebi ile şimdi neler kurulu sende bilirsem ve nasıl çalıştırdığını conky ni

M4DMAX

son attıgın kodu denedim widget in altında işlemler ve bağlantı olarak çıktı ama bağlantı kısmı çalışmıyor işlemler çalışıyor
normalde bunun gibi olması lazım bendeki hata hava ile network kısmı senin kod lar ile yapnca widget in altında yazı olarak geliyorlar conky manager ile yapıyorum managerde network ayarında wlan0 yazıyor ordan olabilir mi ?

ata1

#21
sen ne yi nasıl yaptın anlamadım ki sana yardımcı olayım .çalışan bir şekilde ekran görüntüsü koyarmısın
ayrıca verdiğim senin verdiğine sadece ekleme yapılmış üstünde oynanmamıs çalışmama yanı şekillerin çıkmaması daha öncede belirttiğim gibi conky içinde lua ya ait dosya yolunu düzenlemen olmalı
EDİT sizde sağdaki dairesel şekiller yok anlaşılan bu conky ile lua arasında kopukluk var demek tir

M4DMAX

#22
SS burda şimdi ben naptım sadece conky manager den red smooth rings i kurdum normal çalışıyordu sorun hava durumu ve network sistemi çalışmıyordu,network kısmında gelişme yok hala

buda indirme linki: http://www.deviantart.com/art/Smooth-Red-Rings-Conky-config-Conky-Manager-490551500

[eklenti yönetici tarafından silindi]

ata1

yarın bir daha bakarım ama bu gece kafam oldukça karıştı . diğer arkadaşlarım katkıda buluna bilir

M4DMAX

Dostum teşekkürler ilgilendigin için sağolasın