resadent escribió:¿Cómo has puesto el calendario con conky? ¿Me pasas tu .conkyrc?
Aquí lo tienes
## .conkyrc configuration
##Aligned position on screen, may be top_left, top_right, bottom_left, bottom_right, or none
alignment top_right
##Boolean value, if true, Conky will be forked to background when started
background no
##Border margin in pixels
border_margin 5
##Border width in pixels
border_width 5
##Color variables for use inside TEXT segments ( source: http://htmlhelp.com/cgi-bin/color.cgi )
color0 F8F8FF # Ghost white
color1 483D8B # Dark slate blue
color2 B8860B # Dark goldenrod
color3 4682B4 # Steelblue
color4 8B0000 # Dark red
color5 FFFFFF # White
#color6
#color7
#color8
#color9
##The number of samples to average for CPU monitoring
cpu_avg_samples 2
##Default color and border color
default_color F8F8FF # Ghost white
##Default outline color
default_outline_color 483D8B # Dark slate blue
##Default shading color and border's shading color
default_shade_color 000000 # Black
##Use the Xdbe extension? (eliminates flicker)
##It is highly recommended to use own window with this one so double buffer won't be so big.
double_buffer yes
##Draw borders around text?
draw_borders no
##Draw borders around graphs?
draw_graph_borders yes
##Draw outlines?
draw_outline no
##Draw shades?
draw_shades no
##Font name in X, xfontsel can be used to get a nice font
#font
##Gap, in pixels, between right or left border of screen, same as passing -x at command line, e.g. gap_x 10
gap_x 12
##Gap, in pixels, between top or bottom border of screen, same as passing -y at command line, e.g. gap_y 10.
gap_y 12
##Default global IMAP server. Arguments are: "host user pass [-i interval] [-f folder] [-p port] [-e command]".
##Default port is 143, default folder is 'INBOX', default interval is 5 minutes.
##If the password is supplied as '*', you will be prompted to enter the password when Conky starts.
#imap
##Mail spool for mail checking
#mail_spool $MAIL
##Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
#max_port_monitor_connections
##Maximum number of special things, e.g. fonts, offsets, aligns, etc. (default is 512)
max_specials 512
##Maximum size of user text buffer, i.e. layout below TEXT line in config file (default is 16384 bytes)
max_user_text 20000
##Size of the standard text buffer (default is 1280 bytes).
text_buffer_size 2000
##Maximum width of window
maximum_width 250
##Minimum size of window
minimum_size 800
##Host of MPD server
#mpd_host
##Port of MPD server
#mpd_port
##MPD server password
#mpd_password
##Music player thread update interval (defaults to Conky's update interval)
#music_player_interval
##The number of samples to average for net data
net_avg_samples 2
##Substract (file system) buffers from used memory?
no_buffers yes
##Force UTF8? requires XFT
override_utf8_locale yes
##Boolean, create own window to draw?
own_window yes
##Manually set the WM_CLASS name. Defaults to "Conky". own_window_class
##Boolean, set pseudo-transparency?
own_window_transparent yes
##If own_window_transparent no, set a specified background colour (defaults to black).
##Takes either a hex value (#ffffff) or a valid RGB name (see /usr/lib/X11/rgb.txt)
own_window_colour 000000
##If own_window is yes, you may use these window manager hints to affect the way Conky displays.
##Notes: Use own_window_type desktop as another way to implement many of these hints implicitly.
##If you use own_window_type override, window manager hints have no meaning and are ignored.
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
##Manually set the window name. Defaults to " - conky".
#own_window_title
##if own_window is yes, you may specify type normal, desktop or override (default: normal).
##Desktop windows are special windows that have no window decorations; are always visible on your desktop; do not appear in your pager or taskbar; and are sticky across all workspaces.
##Override windows are not under the control of the window manager. Hints are ignored. This type of window can be useful for certain situations.
own_window_type normal
##Print text to stdout.
#out_to_console
##Pad percentages to this many decimals (0 = no padding)
pad_percents 2
##Default global POP3 server. Arguments are: "host user pass [-i interval] [-p port] [-e command]".
##Default port is 110, default interval is 5 minutes. If the password is supplied as '*', you will be prompted to enter the password when Conky starts.
#pop3
##Border stippling (dashing) in pixels
stippled_borders 3
##Total number of times for Conky to update before quitting. Zero makes Conky run forever
total_run_times 0
##Update interval in seconds
update_interval 1.0
##Boolean value, if true, text is rendered in upper case
uppercase no
##Adds spaces after certain objects to stop them from moving other things around.
##Note that this only helps if you are using a mono font, such as Bitstream Vera Sans Mono.
use_spacer right
##Use Xft (anti-aliased font and stuff)
use_xft yes
##Alpha of Xft font. Must be a value at or between 1 and 0.
xftalpha 0.9
##Xft font to use.
xftfont Liberation Sans:size=9
# *** RHYTHMBOX FORMAT SETTINGS ***
# ${rhythmbox-client --print-playing}
# Print the title and artist of the playing song
# ${rhythmbox-client --print-playing-format}
# Print formatted details of the song
# *** PARAMETERS ***
# %at Album title
# %aT Album title in lowercase
# %aa Album artist
# %aA Album artist in lowercase
# %ay Release year of album
# %an Album disc number
# %aN Album disc number with leading zero
# %ag Album genre
# %aG Album genre in lowercase
# %tt Track title
# %tT Track title in lowercase
# %ta Track artist
# %tA Track artist in lowercase
# %tn Track number
# %tN Track number with leading zero
# %td Track duration
# %te Elapsed time of track
# Variables can be combined using quotes. For example "%tn %aa %tt", will
# print the track number followed by the artist and the title of the
# track.
#After this begins text to be formatted on screen
TEXT
${alignc}${font Liberation Sans:Bold:size=10}${color5}$nodename
${alignc}Kernel: $kernel - ${exec kde-config --version | grep 'KDE' | head --bytes=11}${color}${font}
${color}${hr 1}${color}
${execi 60 date +"%B %Y" | tr "[:lower:]" "[:upper:]"}
${font Liberation Mono:Bold:size=9}${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 "/" "'${color2}'"$DJS"'${color}'" "/}$font
${color}${hr 1}${color}
CPU @ Intel Pentium M Centrino 1400MHz${color}
- Temperatura: ${acpitemp}C ${alignr} Velocidad: ${freq_dyn_g cpu1}Ghz
- Uso: ${cpu cpu1}% ${cpubar cpu1}
${color}${hr 1}${color}
RAM: ${alignr} $mem/$memmax ($memperc%)
$membar
${color}${hr 1}${color}
DISCOS
/${alignr} ${fs_free /}/${fs_size /} (${fs_free_perc /}%)
${fs_bar /}
/datos ${alignr} ${fs_free /media/datos}/${fs_size /media/datos} (${fs_free_perc /media/datos}%)
${fs_bar /media/datos}
${color}${hr 1}${color}
RED
Bajada ${color}${downspeedf eth0}k/s ${color}${alignr}Subida ${color}${upspeedf eth0}k/s${color}
${downspeedgraph eth0 15,120 ffffff ffffff}${color}${alignr}${upspeedgraph eth0 15,120 ffffff ffffff}
Yo lo único que hice fue copiarlo de otra web y modificarlo a mi gusto
EDITO: Ya he conseguido arreglar el asuntillo de que conky no saliese con fondo transparente en KDE (al parecer SÓLO pasa en KDE).
Símplemente hay que añadir en el script para iniciar Conky en ~/.kde/Autostart la línea
feh --bg-scale `dcop kdesktop KBackgroundIface currentWallpaper 1`
Por supuesto, antes de iniciar conky y teniendo instalado
feh (supongo que con cualquier otro programa para poner el wallpaper irá también, como esetroot o fbsetbg).
Saludos!