This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.conkyrc
130 lines (115 loc) · 7.49 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
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
out_to_x no
out_to_console yes
override_utf8_locale yes
short_units yes
update_interval 1
use_xft yes
xftfont i3barsymbols:size=10
TEXT
[\
# MPD
#{ "full_text" : ${if_mpd_playing} "now_playing ", "color" : "\#545454", "separator" : false, "separator_block_width" : 3 },\
#{ "full_text" : "${mpd_artist 20} - ${mpd_title 30}"${else}""${endif}, "color" : "\#909737", "min_width" : 300, "separator" : false, "separator_block_width" : 3 },\
# CPU:
## CPU 0
{"full_text":"CPU","color":"\#545454","separator":false,"separator_block_width":6},\
{"full_text":"${if_match ${cpu cpu0}<50}${cpu cpu0}%","color":"\#909737","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${cpu cpu0}<60E}${cpu cpu0}%","color":"\#b27d12","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${cpu cpu0}<=100}${cpu cpu0}%","color":"\#802828","separator":false,"separator_block_width":6},\
{"full_text":"${endif}${endif}${endif}"},\
## CPU temperature:
{"full_text":"${if_match ${acpitemp}<90}${acpitemp}°C","color":"\#909737","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${acpitemp}<70}${acpitemp}°C","color":"\#b27d12","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${acpitemp}>=70}${acpitemp}°C","color":"\#802828","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${endif}${endif}${endif}"},\
# Memory:
{"full_text":"MEM","color":"\#545454","separator":false,"separator_block_width":6},\
{"full_text":"${if_match ${memperc}<30}${memeasyfree}","color":"\#909737","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${memperc}<70}${memeasyfree}","color":"\#b27d12","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${memperc}>=70}${memeasyfree}","color":"\#802828","separator":false,"separator_block_width":6},\
{"full_text":"${endif}${endif}${endif}"},\
# Wifi ${if_up wlan0}
{"full_text":"${if_up wlp4s0}"},\
{ "full_text" : "\uE004", "color" : "\#545454", "separator":false,"separator_block_width":6},\
{ "full_text" : "${wireless_essid wlp4s0} ${wireless_link_qual_perc wlp4s0}%" , "color" : "\#909737", "separator":false,"separator_block_width":6},\
{"full_text":"${endif}"},\
# Download:
{"full_text":"${if_up wlp4s0}"},\
{"full_text":"\uE005","color":"\#545454","separator":false,"separator_block_width":6},\
{"full_text":"${if_match ${downspeedf wlp4s0}<1000}${downspeed wlp4s0}","color":"\#909737","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${downspeedf wlp4s0}<3000}${downspeed wlp4s0}","color":"\#b27d12","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${downspeedf wlp4s0}>=3000}${downspeed wlp4s0}","color":"\#802828","separator":false,"separator_block_width":6},\
{"full_text":"${endif}${endif}${endif}"},\
{"full_text":"${else}"},\
{"full_text":"${if_up enp3s0f2}"},\
{"full_text":"\uE006","color":"\#545454","separator":false,"separator_block_width":6},\
{"full_text":"${if_match ${downspeedf enp3s0f2}<1000}${downspeed enp3s0f2}","color":"\#909737","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${downspeedf enp3s0f2}<3000}${downspeed enp3s0f2}","color":"\#b27d12","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${downspeedf enp3s0f2}>=3000}${downspeed enp3s0f2}","color":"\#802828","separator":false,"separator_block_width":6},\
{"full_text":"${endif}${endif}${endif}"},\
{"full_text":"${endif}${endif}"},\
# Upload:
{"full_text":"${if_up wlp4s0}"},\
{"full_text":"\uE006","color":"\#545454","separator":false,"separator_block_width":6},\
{"full_text":"${if_match ${upspeedf wlp4s0}<300}${upspeed wlp4s0}","color":"\#909737","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${upspeedf wlp4s0}<800}${upspeed wlp4s0}","color":"\#b27d12","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${upspeedf wlp4s0}>=800}${upspeed wlp4s0}","color":"\#802828","separator":false,"separator_block_width":6},\
{"full_text":"${endif}${endif}${endif}"},\
{"full_text":"${else}"},\
{"full_text":"${if_up enp3s0f2}"},\
{"full_text":"\uE006","color":"\#545454","separator":false,"separator_block_width":6},\
{"full_text":"${if_match ${upspeedf enp3s0f2}<300}${upspeedf enp3s0f2}","color":"\#909737","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${upspeedf enp3s0f2}<800}${upspeedf enp3s0f2}","color":"\#b27d12","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${upspeedf enp3s0f2}>=800}${upspeedf enp3s0f2}","color":"\#802828","separator":false,"separator_block_width":6},\
{"full_text":"${endif}${endif}${endif}"},\
{"full_text":"${endif}${endif}"},\
# Weather:
#{"full_text":"☂","color":"\#545454","separator":false,"separator_block_width":6},\
#{"full_text":"${execi 300 ~/bin/weather_simple "EUR|UK|UK241|LONDON"}","color":"\#EEEEEE","separator":false,"separator_block_width":6},\
# Mail:
#{"full_text":"MAIL","color":"\#545454","separator":false,"separator_block_width":6},\
#{"full_text":"${if_match ${execpi 60 python ~/bin/gmail.py}<=0}${execpi 60 python ~/bin/gmail.py}","color":"\#909737","separator":false,"separator_block_width":6},\
#{"full_text":"${else}"},\
#{"full_text":"${if_match ${execpi 60 python ~/bin/gmail.py}<2}${execpi 60 python ~/bin/gmail.py}","color":"\#b27d12","separator":false,"separator_block_width":6},\
#{"full_text":"${else}"},\
#{"full_text":"${if_match ${execpi 60 python ~/bin/gmail.py}>2}${execpi 60 python ~/bin/gmail.py}","color":"\#802828","separator":false,"separator_block_width":6},\
#{"full_text":"${endif}${endif}${endif}"},\
# Battery:
{"full_text":"\uE007","color":"\#545454","separator":false,"separator_block_width":6},\
{"full_text":"${if_match ${battery_percent}<20}${battery_percent}%","color":"\#802828","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${battery_percent}<50}${battery_percent}%","color":"\#b27d12","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${battery_percent}>=50}${battery_percent}%","color":"\#909737","separator":false,"separator_block_width":6},\
{"full_text":"${endif}${endif}${endif}"},\
# Dropbox
#{"full_text":"DB","color":"\#545454","separator":false,"separator_block_width":6},\
#{"full_text":"${execi 6 dropbox status | sed -n 1p}","color":"\#909737","separator":false},\
# Volume:
{"full_text":"VOL","color":"\#545454","separator":false,"separator_block_width":6},\
{"full_text":"${execi 1 amixer sget Master,0 | egrep -o '([0-9]+%|\[(on|off)\])' | sed ':a;N;$!ba;s/\n/ /g'}","color":"\#909737","separator":false},\
# Music
{"full_text":"\ue008","font":"i3barsymbols","color":"\#545454","separator":false,"separator_block_width":6},\
{"full_text":"${execi 1 ~/.i3/conky/conky-clementine}","color":"\#909737","separator":false},\
# Date:
{"full_text":"|","color":"\#545454","separator":false,"separator_block_width":6},\
{"full_text":"${time %A %_e %b}","color":"\#aaaaaa","separator":false,"separator_block_width":6},\
# Time:
{"full_text":"|","color":"\#545454","separator":false,"separator_block_width":6},\
{"full_text":"${time %H:%M}","color":"\#aaaaaa","separator":false}\
],