summaryrefslogtreecommitdiff
path: root/conky/system-all.conf
blob: 6d2b791f1ea8e5bb8f50702234e47ab55fdadf64 (plain)
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
use_xft yes
xftfont DejaVu Sans:size=12
xftalpha 0.8
text_buffer_size 2048

# Update interval in seconds
update_interval 1

# This is the number of times Conky will update before quitting.
total_run_times 0

own_window yes
own_window_transparent yes
#own_window_type override
#own_window_type desktop
own_window_type desktop #use this if you want a nice shadow to appear around conky

# 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 220 0
#maximum_width 200

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 5

# border width
border_width 1

# Default colors and also border colors
default_color #5d5861
#default_shade_color black
#default_outline_color grey
own_window_colour 000000

# Text alignment, other possible values are commented
#alignment top_left
alignment top_left
#alignment bottom_left
#alignment bottom_right
#alignment middle_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 20
gap_y 50

# 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 yes

# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer none

own_window_argb_value 0
own_window_argb_visual yes
TEXT
${font Zekton:Regular:size=11}SYSTEM ${hr 2}
#Command exec cut ..  know the distribution
${font Zekton:Regular:size=12}${alignc 0}${exec cut -d '\' -f 1 /etc/issue}
${voffset -10}${font OpenLogos:size=40}
#Hostname
${voffset -85}${alignc =10}${font Capture it:size=16}${nodename}
#PC
${font Zekton:Regular:size=12}${alignc 0}ASUS
${font Zekton:Regular:size=12}${alignc 0}
${font DejaVu Sans:Regular:size=13}K${font}   Kernel: ${alignr}${kernel}

${font StyleBats:Regular:size=16}A${font} CPU 1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
${font StyleBats:Regular:size=16}A${font} CPU 2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60}

${font StyleBats:Regular:size=16}g${font} RAM: $mem $memperc% ${alignr}${membar 8,60}
${font StyleBats:Regular:size=16}j${font} SWAP: $swap $swapperc% ${alignr}${swapbar 8,60}

${font Webdings:Regular:size=16}~${font}Battery: ${battery_percent BAT0}% ${alignr}${battery_bar 8,60 BAT0}
${font StyleBats:Regular:size=16}q${font} Uptime: ${alignr}${uptime}

${font Zekton:Regular:size=11}DATE ${hr 2}

${alignc 0}${font Capture it:size=32}${time %H:%M}${font Zekton:size=10}
${voffset 2}${alignc}${time %A, %d %B %Y}

${font Zekton:Regular:size=11}HD ${hr 2}

${voffset 4}${font Pie charts for maps:Regular:size=14}7${font} ${voffset -5}Root:
${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,60 /}

${font Pie charts for maps:Regular:size=14}m${font} ${voffset -5}Home:
${voffset 4}${fs_free /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}

${font Zekton:Regular:size=11}NETWORK ${hr 2}
#Aquí tengo que aclarar algo mis interfaces de red son
#Wired = enp2s0 and WiFi = wlp3s0

${if_existing /proc/net/route enp2s0}

${voffset -15}${alignc 0}${font Capture it:size=12}W i r e  d
${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed enp2s0}${alignr}${upspeedgraph enp2s0 8,60 black black}
${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed enp2s0}${alignr}${downspeedgraph enp2s0 8,60 black black}
${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup enp2s0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font} Dowload: ${alignr}${totaldown enp2s0}
${else}${if_existing /proc/net/route wlp3s0}${alignc 0}${font Capture it:size=12}W i F i
${font}${alignc}SSID: ${wireless_essid wlp3s0}

Signal: ${wireless_link_qual_perc wlp3s0}% ${alignr}${wireless_link_bar 8,60 wlp3s0}

${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed wlp3s0}${alignr}${upspeedgraph wlp3s0 8,60 black black}
${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed wlp3s0}${alignr}${downspeedgraph wlp3s0 8,60 black black}

${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup wlp3s0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font} Download: ${alignr}${totaldown wlp3s0}
${endif}