forked from FruitieX/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.conkyrc
61 lines (57 loc) · 1.09 KB
/
.conkyrc
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
gap_x 0
gap_y 5
alignment bottom_middle
border_width 1
cpu_avg_samples 2
double_buffer yes
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
xftfont $conkyfont
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 panel
own_window_transparent yes
own_window_hints undecorated,sticky,skip_taskbar,skip_pager
own_window_argb_visual yes
override_utf8_locale yes
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer left
show_graph_scale no
show_graph_range no
format_human_readable yes
default_color $base05
default_outline_color $base05
default_bar_size 50 5
TEXT
CPU: ${cpu}% ${cpubar cpu0} \
| \
\
RAM: ${memperc}% ${membar} \
| \
\
Disk R/W: ${diskio_read}/${diskio_write} \
\
${alignr} \
\
${if_up br0}Net d/u: ${downspeed br0}/${upspeed br0} \
| ${endif}\
\
${if_up wlp2s0}SSID: ${wireless_essid wlp2s0} | \
Net d/u: ${downspeed wlp2s0}/${upspeed wlp2s0} \
| ${endif}\
\
${if_match ${battery_percent} > 0}\
Battery: ${battery_percent}% \
| ${endif}\
\
${time %Y-%m-%d | %H:%M:%S}