.bashrc.d/20nobeep: Change '-blength' -> '--blength'
[dotfiles-public.git] / src / .conkyrc
1 # Conky, a system monitor, based on torsmo
2 #
3 # Any original torsmo code is licensed under the BSD license
4 #
5 # All code written since the fork of torsmo is licensed under the GPL
6 #
7 # Please see COPYING for details
8 #
9 # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
10 # Copyright (c) 2005-2007 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
11 # All rights reserved.
12 #
13 # This program is free software: you can redistribute it and/or modify
14 # it under the terms of the GNU General Public License as published by
15 # the Free Software Foundation, either version 3 of the License, or
16 # (at your option) any later version.
17 #
18 # This program is distributed in the hope that it will be useful,
19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21 # GNU General Public License for more details.
22 # You should have received a copy of the GNU General Public License
23 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
24 #
25 # $Id: conky.conf 1193 2008-06-21 20:37:58Z ngarofil $
26
27 alignment top_left
28 background no
29 border_width 1
30 cpu_avg_samples 2
31 default_color white
32 default_outline_color white
33 default_shade_color white
34 double_buffer yes
35 draw_borders no
36 draw_graph_borders yes
37 draw_outline no
38 draw_shades no
39 font 6x10
40 gap_x 5
41 gap_y 5
42 minimum_size 5 5
43 net_avg_samples 2
44 no_buffers yes
45 out_to_console no
46 own_window yes
47 own_window_class Conky
48 own_window_type desktop
49 short_units yes
50 stippled_borders 0
51 update_interval 3.0
52 uppercase no
53 use_spacer left
54 show_graph_scale no
55 show_graph_range no
56
57 TEXT
58 ${color grey}${exec whoami}@$nodename
59 $hr
60 ${color grey}Uptime:$color $uptime
61 ${color grey}Frequency (in MHz):$color $freq
62 ${color grey}RAM Usage:$color $mem/$memmax - $memperc%
63 ${color grey}CPU Usage:$color $cpu% ${cpubar 6}
64 ${color grey}Processes:$color $processes  ${color grey}Running:$color $running_processes
65 $hr
66 ${color grey}Battery:$color ${battery BAT1}
67 ${color grey}Wired Networking:$color ${addr eth0}
68  ${color grey}Up:$color ${upspeed eth0} k/s${color grey} - Down:$color ${downspeed eth0} k/s
69 ${color grey}Wireless Networking:$color ${addr wlan0}
70  ${color grey}Up:$color ${upspeed wlan0} k/s${color grey} - Down:$color ${downspeed wlan0} k/s
71 ${color grey}File systems:
72  ${color grey}/     $color${fs_free /}/${fs_size /} ${fs_bar 6 /}
73  ${color grey}/tmp  $color${fs_free /tmp}/${fs_size /tmp} ${fs_bar 6 /tmp}
74 $hr
75 ${color grey}MPD:$color $mpd_status
76  $mpd_smart
77 $hr
78 ${color grey}Portage:
79  ${color lightgrey}Last Sync        $color ${execi 300 emerge-lastsync.py}
80  ${color lightgrey}Current Progress $color ${execibar 30 emerge-progress.sh}
81  ${color lightgrey}Current Package  $color ${execi 30 emerge-current.sh}
82  ${color lightgrey}Current Status   $color ${execi 30 emerge-status.sh}
83 $hr
84 ${color grey}Name               PID   CPU%   MEM%
85 ${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
86 ${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
87 ${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
88 ${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}