
Podejrzewam że to coś ma wspólnego z konfigem conkego. (skopiowałem go od kaka'. tylko że zamiast touch dałem nano no i utworzyłem go jako root. Więc mam pytanie czy dobrze??? czy powinnenem go utworzyć jako normalny użytkownik.
Kod: Zaznacz cały
feh --bg-scale <sciezka_do_tapety>
Kod: Zaznacz cały
dawideo@debian:~$ feh --bg-scale /home/dawideo/.kde/share/wallpapers/Snaiya.69260-100-c1600xc1200.jpg
dawideo@debian:~$ conky
Conky: /home/dawideo/.conkyrc: 31: no such configuration: 'colour'
Conky: forked to background, pid is 4731
dawideo@debian:~$
Conky: desktop window (140000f) is subwindow of root window (1a5)
Conky: drawing to desktop window
Conky: drawing to double buffer
w linijce nr 31 masz jakiś błąd w configu conky związany ze słowem colourdawideo pisze:Conky: /home/dawideo/.conkyrc: 31: no such configuration: 'colour'
Kod: Zaznacz cały
# Conky sample configuration
#
# the list of variables has been removed from this file in favour
# of keeping the documentation more maintainable.
# Check [url]http://conky.sf.net[/url] for an up-to-date-list.
# set to yes if you want Conky to be forked in the background
background no
# X font when Xft is disabled, you can pick one with program xfontsel
#font 5x7
#font 6x10
#font 7x13
#font 8x13
#font 9x15
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
maximum_width 320
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
xftfont Bitstream Vera Sans Mono:size=9
# Text alpha when using Xft
xftalpha 0.8
# Print everything to stdout?
# out_to_console no
# MPD host/port
# mpd_host localhost
# mpd_port 6600
# mpd_password tinker_bell
# Print everything to console?
# out_to_console no
# mail spool
mail_spool $MAIL
# Update interval in seconds
update_interval 1.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window yes
# If own_window is yes, you may use type normal, desktop or override
own_window_type override
# Use pseudo transparency with own_window?
own_window_transparent yes
# If own_window_transparent is set to no, you can set the background colour here
#own_window_colour hotpink
# If own_window is yes, these window manager hints may be used
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 580 5
# Draw shades?
draw_shades yes
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Draw borders around graphs
draw_graph_borders yes
# Stippled borders?
stippled_borders 8
# border margins
border_margin 4
# border width
border_width 1
# Default colors and also border colors
default_color white
default_shade_color black
default_outline_color black
# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
#alignment none
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 5
gap_y 5
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale no
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer no
# Maximum size of buffer for user text, i.e. below TEXT line.
#max_user_text 16384
# Allow for the creation of at least this number of port monitors (if 0 or not set, default is 16)
#min_port_monitors 16
# Allow each port monitor to track at least this many connections (if 0 or not set, default is 256)
#min_port_monitor_connections 256
# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument
# stuff after 'TEXT' will be formatted on screen
#Dodadtkowe pozycje wyświetlające aktualne połączenia
#${color lightgrey}$hr
#${color}Port(s)${alignr}Connections
#${color lightgrey} Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768 61000 count}${alignr}ALL: ${tcp_portmon 1 65535 count}
#${color}Inbound Connection ${alignr} Local Service/Port$color
#${color ddaa00} ${tcp_portmon 1 32767 rhost 0} ${alignr} ${tcp_portmon 1 32767 lservice 0}
#${color lightgrey} ${tcp_portmon 1 32767 rhost 1} ${alignr} ${tcp_portmon 1 32767 lservice 1}
#${color lightgrey} ${tcp_portmon 1 32767 rhost 2} ${alignr} ${tcp_portmon 1 32767 lservice 2}
#${color lightgrey} ${tcp_portmon 1 32767 rhost 3} ${alignr} ${tcp_portmon 1 32767 lservice 3}
#${color lightgrey} ${tcp_portmon 1 32767 rhost 4} ${alignr} ${tcp_portmon 1 32767 lservice 4}
#${color}Outbound Connection ${alignr} Remote Service/Port$color
#${color ddaa00} ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
#${color lightgrey} ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
#${color lightgrey} ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
#${color lightgrey} ${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}
TEXT
$alignc${exec whoami}@$nodename - $sysname $kernel on $machine
$alignc${time %A,%d %B %Y} - ${time %k:%M:%S}
$alignc${color lightgrey}Uptime:$color $uptime
${color lightgrey}$hr
${color lightgrey}CPU $color $freq_dyn MHz - $cpu% ${color #ddaa00}${cpubar}
${color lightgrey}RAM $color $mem/$memmax - $memperc% ${color #ddaa00}${membar}
${color lightgrey}Swap $color $swap/$swapmax - $swapperc% ${color #ddaa00}${swapbar}
${color lightgrey}$hr
${color lightgrey}Networking: $color Neostrada TP (${addr ppp0})
${color lightgrey}Down:$color${downspeed ppp0} k/s ${color lightgrey}${offset 105}Up:$color ${upspeed ppp0} k/s
${color lightgrey}Total down: $color${totaldown ppp0} ${offset 54} ${color lightgrey}Total up: $color${totalup ppp0}
$color${downspeedgraph ppp0 24,155 ffffff ddaa00} $color${upspeedgraph ppp0 24,155 ffffff ddaa00}
${color lightgrey}$hr
$alignc$color..:: ${color ddaa00}${execi 1 nc 127.0.0.1 7634 | cut -d\| -f8} (${execi 1 nc 127.0.0.1 7634 | cut -d\| -f9} °C) $color::..
${color lightgrey}root: $color${fs_used /}/${fs_size /} (${fs_free /} - ${fs_free_perc /}% ${color lightgrey}free)
$color${fs_bar /}
${color lightgrey}home: $color${fs_used /home}/${fs_size /home} (${fs_free /home} - ${fs_free_perc /home}% ${color lightgrey}free)
$color${fs_bar /home}
${color lightgrey}dane: $color${fs_used /mnt/dane}/${fs_size /mnt/dane} (${fs_free /mnt/dane} - ${fs_free_perc /mnt/dane}% ${color lightgrey}free)
$color${fs_bar /mnt/dane}
$alignc$color..:: ${color ddaa00}${execi 1 nc 127.0.0.1 7634 | cut -d\| -f3} (${execi 1 nc 127.0.0.1 7634 | cut -d\| -f4} °C) $color::..
${color lightgrey}zdjecia: $color${fs_used /mnt/zdjecia}/${fs_size /mnt/zdjecia} (${fs_free /mnt/zdjecia} - ${fs_free_perc /mnt/zdjecia}% ${color lightgrey}free)
$color${fs_bar /mnt/zdjecia}
${color lightgrey}hda1: $color${fs_used /mnt/c}/${fs_size /mnt/c} (${fs_free /mnt/c} - ${fs_free_perc /mnt/c}% ${color lightgrey}free)
$color${fs_bar /mnt/c}
${color lightgrey}$hr
${color}Name PID CPU% MEM%
${color #ddaa00} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color}Mem usage
${color #ddaa00} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
${color lightgrey} ${top_mem name 4} ${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}
Kod: Zaznacz cały
#!/bin/bash
feh --bg-scale <sciezka_do_tapety>
conky &> /dev/null
Kod: Zaznacz cały
chmod +x conky.sh
Kod: Zaznacz cały
${top name n1}$alignr${top cpu n1}
${top name n2}$alignr${top cpu n2}
${top name n3}$alignr${top cpu n3}
${top name n4}$alignr${top cpu n4}
...
Kod: Zaznacz cały
{color grey}Sieć ${color white} [${addr eth0}]
${color grey} Pobier.${color white} ${downspeed eth2} k/s${color grey}
${offset 40}Wysył.${color white} ${upspeed eth2} k/s
${color grey}${downspeedgraph eth2 25,120 6B8E23 FFFFFF} ${color
grey}${upspeedgraph eth2 25,120 6B8E23 FFFFFF}
${totaldown eth2} pobrane${color yellow} | ${totalup eth2}
wysłane${color orange}
$color$stippled_hr
$color$stippled_hr
${alignc} ${color #ccccee} MPD:${color #88ff88}Now $mpd_status
$color ${alignc} $mpd_artist
${alignc} $mpd_title
${alignc} Volume: $mpd_vol Bitrate: $mpd_bitrate kbps
${color #ccddff} $mpd_bar $color
$color$stippled_hr