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
pan='3' class='logmsg'> 2021-01-12Remove hacky tagging from hilexJune McEnroe God that makes the lexers so much simpler. 2021-01-12Add htagml -iJune McEnroe 2021-01-12Render tag index in HTMLJune McEnroe 2021-01-12Add htagml -xJune McEnroe 2021-01-12Prevent matching the same tag twiceJune McEnroe 2021-01-12Process htagml file line by lineJune McEnroe This simplifies some things, adds support for line number tag definitions, and should enable combining htagml with other preprocessors in the future. 2021-01-12Split fields by tab onlyJune McEnroe Also don't fail hard on non-forward-search definitions. 2021-01-12List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated. 2021-01-09Add c -t flag to print expression typeJune McEnroe Also add missing float case. 2021-01-05Update taglineJune McEnroe