Commit 94b919557ff9897063461faa0fe4f51e2cda4c94

Authored by Ian Foster
1 parent 4b3a29ff27
Exists in master

fixed conky diskiograph

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

conky/conkyrc View file @ 94b9195
# Conky configuration 1 1 # Conky configuration
2 2
#make ram not show cache 3 3 #make ram not show cache
no_buffers yes 4 4 no_buffers yes
5 5
# Set to yes if you want Conky to be forked in the background 6 6 # Set to yes if you want Conky to be forked in the background
background no 7 7 background no
8 8
# Font size? 9 9 # Font size?
font Sans:size=8 10 10 font Sans:size=8
11 11
# Use Xft? 12 12 # Use Xft?
use_xft yes 13 13 use_xft yes
14 14
# Text alpha when using Xft 15 15 # Text alpha when using Xft
xftalpha 0.9 16 16 xftalpha 0.9
17 17
# Update interval in seconds 18 18 # Update interval in seconds
update_interval 1 19 19 update_interval 1
update_interval_on_battery 5 20 20 update_interval_on_battery 5
21 21
# This is the number of times Conky will update before quitting. 22 22 # This is the number of times Conky will update before quitting.
# Set to zero to run forever. 23 23 # Set to zero to run forever.
total_run_times 0 24 24 total_run_times 0
25 25
# Text alignment, other possible values are commented 26 26 # Text alignment, other possible values are commented
#alignment top_left 27 27 #alignment top_left
#alignment top_right 28 28 #alignment top_right
#alignment bottom_left 29 29 #alignment bottom_left
alignment bottom_right 30 30 alignment bottom_right
#alignment none 31 31 #alignment none
32 32
#max window width 33 33 #max window width
maximum_width 200 34 34 maximum_width 200
35 35
# Create own window instead of using desktop (required in nautilus) 36 36 # Create own window instead of using desktop (required in nautilus)
own_window yes 37 37 own_window yes
38 38
#specify a window class name 39 39 #specify a window class name
own_window_class Conky 40 40 own_window_class Conky
41 41
# If own_window is yes, you may use type normal, desktop or override 42 42 # If own_window is yes, you may use type normal, desktop or override
own_window_type desktop 43 43 own_window_type desktop
44 44
# Use pseudo transparency with own_window? 45 45 # Use pseudo transparency with own_window?
own_window_transparent yes 46 46 own_window_transparent yes
47 47
# If own_window_transparent is set to no, you can set the background colour here 48 48 # If own_window_transparent is set to no, you can set the background colour here
own_window_colour black 49 49 own_window_colour black
50 50
# If own_window is yes, these w# Text alignment, other possible values are commented 51 51 # If own_window is yes, these w# Text alignment, other possible values are commented
#alignment top_left 52 52 #alignment top_left
#alignment top_right 53 53 #alignment top_right
#alignment bottom_left 54 54 #alignment bottom_left
alignment bottom_right 55 55 alignment bottom_right
#alignment none 56 56 #alignment none
57 57
# If own_window is yes, these window manager hints may be used 58 58 # If own_window is yes, these window manager hints may be used
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager 59 59 own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
60 60
# Use double buffering (reduces flicker, may not work for everyone) 61 61 # Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes 62 62 double_buffer yes
63 63
# Minimum size of text area 64 64 # Minimum size of text area
minimum_size 200 5 65 65 minimum_size 200 5
66 66
# Draw shades? 67 67 # Draw shades?
draw_shades yes 68 68 draw_shades yes
69 69
# Draw outlines? 70 70 # Draw outlines?
draw_outline no 71 71 draw_outline no
72 72
# Draw borders around text 73 73 # Draw borders around text
draw_borders no 74 74 draw_borders no
75 75
# Draw borders around graphs 76 76 # Draw borders around graphs
draw_graph_borders yes 77 77 draw_graph_borders yes
78 78
# Default colors and also border colors 79 79 # Default colors and also border colors
default_color grey 80 80 default_color grey
default_shade_color black 81 81 default_shade_color black
default_outline_color black 82 82 default_outline_color black
83 83
# Text alignment, other possible values are commented 84 84 # Text alignment, other possible values are commented
#alignment top_left 85 85 #alignment top_left
alignment top_right 86 86 alignment top_right
#alignment bottom_left 87 87 #alignment bottom_left
#alignment bottom_right 88 88 #alignment bottom_right
#alignment none 89 89 #alignment none
90 90
# Gap between borders of screen and text 91 91 # Gap between borders of screen and text
# same thing as passing -x at command line 92 92 # same thing as passing -x at command line
gap_x 12 93 93 gap_x 12
gap_y 35 94 94 gap_y 35
95 95
# set to yes if you want all text to be in uppercase 96 96 # set to yes if you want all text to be in uppercase
uppercase no 97 97 uppercase no
98 98
# number of cpu samples to averag 99 99 # number of cpu samples to averag
# set to 1 to disable averaging 100 100 # set to 1 to disable averaging
cpu_avg_samples 1 101 101 cpu_avg_samples 1
102 102
# number of net samples to average 103 103 # number of net samples to average
# set to 1 to disable averaging 104 104 # set to 1 to disable averaging
net_avg_samples 1 105 105 net_avg_samples 1
106 106
# Force UTF8? note that UTF8 support required XFT 107 107 # Force UTF8? note that UTF8 support required XFT
override_utf8_locale no 108 108 override_utf8_locale no
109 109
TEXT 110 110 TEXT
${color grey}SYSTEM: $nodename $machine ${hr 1}${color} 111 111 ${color grey}SYSTEM: $nodename $machine ${hr 1}${color}
Uptime: $alignr$uptime_short 112 112 Uptime: $alignr$uptime_short
CPU: ${alignr} ${cpu}% ${freq_g} GHz 113 113 CPU: ${alignr} ${cpu}% ${freq_g} GHz
Processes: ${alignr}$processes ($running_processes running) 114 114 Processes: ${alignr}$processes ($running_processes running)
Load: ${alignr}$loadavg 115 115 Load: ${alignr}$loadavg
116 116
${if_existing /sys/devices/system/cpu/cpu0}CPU1 ${cpubar cpu1 4,60} ${endif}${alignr}${if_existing /sys/devices/system/cpu/cpu1}CPU2 ${cpubar cpu2 4,60} 117 117 ${if_existing /sys/devices/system/cpu/cpu0}CPU1 ${cpubar cpu1 4,60} ${endif}${alignr}${if_existing /sys/devices/system/cpu/cpu1}CPU2 ${cpubar cpu2 4,60}
${endif}${if_existing /sys/devices/system/cpu/cpu2}CPU3 ${cpubar cpu3 4,60} ${endif}${alignr}${if_existing /sys/devices/system/cpu/cpu3}CPU4 ${cpubar cpu4 4,60} 118 118 ${endif}${if_existing /sys/devices/system/cpu/cpu2}CPU3 ${cpubar cpu3 4,60} ${endif}${alignr}${if_existing /sys/devices/system/cpu/cpu3}CPU4 ${cpubar cpu4 4,60}
${endif}${if_existing /sys/devices/system/cpu/cpu4}CPU5 ${cpubar cpu5 4,60} ${endif}${alignr}${if_existing /sys/devices/system/cpu/cpu5}CPU6 ${cpubar cpu6 4,60} 119 119 ${endif}${if_existing /sys/devices/system/cpu/cpu4}CPU5 ${cpubar cpu5 4,60} ${endif}${alignr}${if_existing /sys/devices/system/cpu/cpu5}CPU6 ${cpubar cpu6 4,60}
${endif}${if_existing /sys/devices/system/cpu/cpu6}CPU7 ${cpubar cpu7 4,60} ${endif}${alignr}${if_existing /sys/devices/system/cpu/cpu7}CPU8 ${cpubar cpu8 4,60} 120 120 ${endif}${if_existing /sys/devices/system/cpu/cpu6}CPU7 ${cpubar cpu7 4,60} ${endif}${alignr}${if_existing /sys/devices/system/cpu/cpu7}CPU8 ${cpubar cpu8 4,60}
${endif}${if_existing /sys/devices/system/cpu/cpu8}CPU9 ${cpubar cpu9 4,60} ${endif}${alignr}${if_existing /sys/devices/system/cpu/cpu9}CPU10 ${cpubar cpu10 4,60} 121 121 ${endif}${if_existing /sys/devices/system/cpu/cpu8}CPU9 ${cpubar cpu9 4,60} ${endif}${alignr}${if_existing /sys/devices/system/cpu/cpu9}CPU10 ${cpubar cpu10 4,60}
${endif}${if_existing /sys/devices/system/cpu/cpu10}CPU11 ${cpubar cpu11 4,60} ${endif}${alignr}${if_existing /sys/devices/system/cpu/cpu11}CPU12 ${cpubar cpu12 4,60} 122 122 ${endif}${if_existing /sys/devices/system/cpu/cpu10}CPU11 ${cpubar cpu11 4,60} ${endif}${alignr}${if_existing /sys/devices/system/cpu/cpu11}CPU12 ${cpubar cpu12 4,60}
${endif} 123 123 ${endif}
${cpugraph 20} 124 124 ${cpugraph 20}
125 125
Ram ${alignr}$mem / $memmax ($memperc%) 126 126 Ram ${alignr}$mem / $memmax ($memperc%)
${membar 4} 127 127 ${membar 4}
Swap ${alignr}$swap / $swapmax ($swapperc%) 128 128 Swap ${alignr}$swap / $swapmax ($swapperc%)
${swapbar 4} 129 129 ${swapbar 4}
130 130
Highest CPU $alignr CPU% MEM% 131 131 Highest CPU $alignr CPU% MEM%
${top name 1}$alignr${top cpu 1} ${top mem 1} 132 132 ${top name 1}$alignr${top cpu 1} ${top mem 1}
${top name 2}$alignr${top cpu 2} ${top mem 2} 133 133 ${top name 2}$alignr${top cpu 2} ${top mem 2}
${top name 3}$alignr${top cpu 3} ${top mem 3} 134 134 ${top name 3}$alignr${top cpu 3} ${top mem 3}
135 135
Highest MEM $alignr CPU% MEM% 136 136 Highest MEM $alignr CPU% MEM%
${top_mem name 1}$alignr${top_mem cpu 1} ${top_mem mem 1} 137 137 ${top_mem name 1}$alignr${top_mem cpu 1} ${top_mem mem 1}