aboutsummaryrefslogtreecommitdiff
path: root/conky/.conkyrc
blob: dff876f7f35054e412428abba401425f2ab83ce3 (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
out_to_x no
out_to_console yes
total_run_times 0

update_interval 5 

if_up_strictness address

TEXT
[
	{
		"full_text" : " Host: $nodename "
	},
	{
		"full_text" : " Kernel: $kernel "
	},
	{
		"full_text" : " Root: ${fs_used_perc /}% "
	},
	${if_up enp0s25}
	{
		"full_text" : " IP: ${addr enp0s25} "
	},
	${else}
	${if_up wlp3s0}
	{
		"full_text" : " IP: ${addr wlp3s0} "
	},
	${else}
	${if_up wwp0s29u1u4i6}
	{
		"full_text" : " IP: ${addr wwp0s29u1u4i6} "
	},
	${else}
	{
		"full_text" : " IP: No connection "
	},
	${endif}
	${endif}
	${endif}
	{
		"full_text" : " Temp: ${acpitemp}°C "
	},
	{
		"full_text" : " Fan: ${ibm_fan} "
	},
	{
		"full_text" : " RAM: ${memperc}% "
	},
	{
		"full_text" : " Load: ${cpu cpu0}% "
	},
	{
		"full_text" : " Battery: ${battery_percent} "
	},
	{
		"full_text" : " ${time %Y/%m/%d %H:%M}"
	}
],