1. Nie wiem czemu ale od zainstalowania skryptu nie pokazuje mi temperatury
Oto moje conky:
Kod: Zaznacz cały
# Elegant 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 tr
gap_x 35
gap_y 35
# Graphics settings #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
# Text settings #
use_xft yes
xftfont Sans Serif:size=12
xftalpha 0.8
text_buffer_size 2048
uppercase no
temperature_unit celsius
default_color FFFFFF
# Lua Load #
lua_load ~/.conky/clock_rings.lua
lua_draw_hook_pre clock_rings
TEXT
${voffset 8}${color FF6600}${font Sans Serif:size=16}${time %A}${font}${voffset -8}${alignr 50}${color FFFFFF}${font Sans Serif:size=38}${time %e}${font}
${color FFFFFF}${voffset -30}${color FFFFFF}${font Sans Serif:size=18}${time %b}${font}${voffset -3} ${color FFFFFF}${font Sans Serif:size=20}${time %Y}${font}${color FF6600}${hr}
${voffset 140}${font Sans Serif:size=10}${alignr}${time %H:%M}${font}${color}
${pre_exec lsb_release -ircs} ${color FF6600}${hr}${color}
Kernel: ${alignr}${kernel}
Czas na kompie: ${alignr}${uptime}
Temperatura: ${alignr}${acpitemp}°C
CPU1: ${cpu cpu1}% ${alignr}${color FF6600}${cpugraph cpu1 8,60 FF6600 FFFFFF}${color}
CPU2: ${cpu cpu2}% ${alignr}${color FF6600}${cpugraph cpu2 8,60 FF6600 FFFFFF}${color}
RAM: $memperc% ${alignr}${color FF6600}${memgraph 8,60 FF6600 FFFFFF}${color}
Procesy ${color FF6600}${hr}${color}
${top_mem name 1}$alignr${color FF6600}${top_mem cpu 1}${color}${top_mem mem 1}
${top_mem name 2}$alignr${color FF6600}${top_mem cpu 2}${color}${top_mem mem 2}
${top_mem name 3}$alignr${color FF6600}${top_mem cpu 3}${color}${top_mem mem 3}
Odtwarzacz ${color FF6600}${hr}${color}
${if_running banshee-1}
Tytuł: ${exec banshee-1 --query-title | cut -f2- -d" "}
Artysta: ${exec banshee-1 --query-artist | cut -f2- -d" "}
Album: ${exec banshee-1 --query-album | cut -f2- -d" "}${else}${if_running rhythmbox}
Tytuł: ${exec rhythmbox-client --no-start --print-playing-format %tt}
Artysta: ${exec rhythmbox-client --no-start --print-playing-format %aa}
Album: ${exec rhythmbox-client --no-start --print-playing-format %at}${else}${if_running exaile}
Tytuł: ${execi 10 exaile --get-title}
Artysta: ${execi 10 exaile --get-artist}
Album: ${execi 10 exaile --get-album} }${else}${if_running amarok}
Tytuł: ${exec dcop amarok player title}
Artysta: ${exec dcop amarok player artist}
Album: ${exec dcop amarok player album}${else}
Player Status Unavailable${endif}${endif}${endif}${endif}
Internet ${color FF6600}${hr}${color}
${if_existing /proc/net/route wlan0}
Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60 FF6600 FFFFFF}
Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60 FF6600 FFFFFF}
Upload: ${alignr}${totalup wlan0}
Download: ${alignr}${totaldown wlan0}
Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}
IP Address: ${alignr}${addr wlan0}
${else}${if_existing /proc/net/route eth0}
Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 FF6600 FFFFFF}
Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 FF6600 FFFFFF}
Upload: ${alignr}${totalup eth0}
Download: ${alignr}${totaldown eth0}
IP Address: ${alignr}${addr eth0}
${else}${if_existing /proc/net/route eth1}
Up: ${upspeed eth1} kb/s ${alignr}${upspeedgraph eth1 8,60 FF6600 FFFFFF}
Down: ${downspeed eth1} kb/s ${alignr}${downspeedgraph eth1 8,60 FF6600 FFFFFF}
Wysyłanie: ${alignr}${totalup eth1}
Ściąganie: ${alignr}${totaldown eth1}
IP Addres: ${alignr}${addr eth1}
${else}
Network Unavailable${endif}${endif}${endif}