summary refs log tree commit diff
path: root/_conkyrc
blob: aee9faab4abf2ab0b41b12ee2d175884821af3db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62

alignment top_right
background no
border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
xftfont DejaVu Sans Mono:size=9
gap_x 5
gap_y 29
minimum_size 5 5
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_class Conky
#own_window_type override
own_window_type desktop
own_window_hints below, undecorated, sticky, skip_taskbar, skip_pager
double_buffer true
own_window_transparent true
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer right
show_graph_scale no
show_graph_range no
format_human_readable yes
short_units yes

TEXT
${color white}$alignc$nodename $machine $kernel
${color lightgrey}up${color white} $uptime_short $alignr $user_number ${color lightgrey}users${color white}
${color lightgrey}updates${color white}$alignr${texeci 3600 /home/home/bin/updates.sh} 
$hr
${color lightgrey}processes${color white}$alignr${running_processes}/${processes}
$alignc${cpugraph 18,200}
${color lightgrey}cpu-1${color white}$alignr${cpu cpu1}% ${cpubar cpu1 4,125}
${color lightgrey}cpu-2${color white}$alignr${cpu cpu2}% ${cpubar cpu2 4,125}
${color lightgrey}cpu-3${color white}$alignr${cpu cpu3}% ${cpubar cpu3 4,125}
${color lightgrey}cpu-4${color white}$alignr${cpu cpu4}% ${cpubar cpu4 4,125}
$hr
${color lightgrey}ram${color white}$alignr${mem}/${memmax} ${membar 4,85}
${color lightgrey}swap${color white}$alignr${swap}/${swapmax} ${swapbar 4,85}
$hr
${color lightgrey}/${color white}$alignr${fs_used /}/${fs_size /} ${fs_bar 4,75 /}
${color lightgrey}/home${color white}$alignr${fs_used /home}/${fs_size /home} ${fs_bar 4,75 /home}
${color lightgrey}read${color white}$alignr${diskio_read}/s ${diskiograph_read 9,105}
${color lightgrey}write${color white}$alignr${diskio_write}/s ${diskiograph_write 9,105}
$hr
${color lightgrey}eth0${color white}$alignr${addr eth0}
$alignr${texeci 3600 wget -O - http://ip.tupeux.com | tail}
${color lightgrey}down${color white}$alignr${downspeed eth0}/s ${downspeedgraph eth0 9,70} $totaldown
${color lightgrey}up${color white}$alignr${upspeed eth0}/s ${upspeedgraph eth0 9,70} $totalup
-14 15:46:51 +0200'>2015-08-14ui-shared: add cgit_print_error_page() functionJohn Keeping 2015-08-14ui-patch: make sure to send http headersChristian Hesse 2015-08-13Makefile: make "git/config.mak.uname" inclusion optionalJohn Keeping 2015-08-13ui-shared: show full date in tooltip if longer ago than max_relativeJohn Keeping 2015-08-13ui-shared: use common function in print_rel_date()John Keeping 2015-08-13ui-shared: extract date formatting to a functionJohn Keeping 2015-08-13filter: don't use dlsym unnecessarilyJohn Keeping 2015-08-13ui-tree: use "sane" isgraph()John Keeping 2015-08-13cgit.h: move stdbool.h from ui-shared.hJohn Keeping 2015-08-13cache.c: fix header orderJohn Keeping 2015-08-13configfile.c: don't include system headers directlyJohn Keeping 2015-08-13Remove redundant includesJohn Keeping 2015-08-13Makefile: include Git's config.mak.unameJohn Keeping 2015-08-13tests: allow shell to be overriddenJohn Keeping 2015-08-13redirect: cleanlinessJason A. Donenfeld 2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld 2015-08-12ui-log: fix double countingJohn Keeping 2015-08-12log: allow users to follow a fileJohn Keeping 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld 2015-08-12filters: apply HTML escapingLazaros Koromilas 2015-08-12git: update to v2.5.0Christian Hesse 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt