-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.conkyrc_sidebar
205 lines (156 loc) · 5.82 KB
/
.conkyrc_sidebar
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
# Conky sample configuration
#
# the list of variables has been removed from this file in favour
# of keeping the documentation more maintainable.
# Check http://conky.sf.net for an up-to-date-list.
# set to yes if you want Conky to be forked in the background
background no
# X font when Xft is disabled, you can pick one with program xfontsel
#font 5x7
#font 6x10
#font 7x13
#font 8x13
#font 9x15
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
# Use Xft?
use_xft yes
# Set conky on the bottom of all other applications
#on_bottom yes
# Xft font when Xft is enabled
xftfont Liberation Bold Mono:size=9
# Text alpha when using Xft
xftalpha 0.8
# Window dimensions
maximum_width 1000
# Print everything to stdout?
# out_to_console no
# MPD host/port
# mpd_host localhost
# mpd_port 6600
# mpd_password tinker_bell
# Print everything to console?
# out_to_console no
# mail spool
mail_spool $MAIL
# Update interval in seconds
update_interval 2.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window yes
# Use pseudo transparency with own_window?
own_window_transparent yes
# Type of the window (it can be override, desktop or root)
own_window_type desktop
# If own_window_transparent is set to no, you can set the background colour here
#own_window_colour white
# Other window options
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 150 5
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders yes
# Draw borders around graph
draw_graph_borders no
# Stippled borders?
stippled_borders 8
# border margins
border_margin 1
# border width
border_width 0
# bar sizes
default_bar_size 180 5
# Default colors and also border colors
default_color ffffff
#default_shade_color 434344
default_shade_color ffffff
default_outline_color 0f1216
color0 e9e8e3
color1 e9e8e3
# Text alignment, other possible values are commented
alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right
#alignment none
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 3
gap_y 550
# 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
# mldonkey_hostname Hostname for mldonkey stuff, defaults to localhost
# mldonkey_port Mldonkey port, 4001 default
# mldonkey_login Mldonkey login, default none
# mldonkey_password Mldonkey password, default none
# boinc (seti) dir
# seti_dir /opt/seti
# Allow for the creation of at least this number of port monitors (if 0 or not set, default is 16)
#min_port_monitors 16
# Allow each port monitor to track at least this many connections (if 0 or not set, default is 256)
#min_port_monitor_connections 256
# Interfaces must have a valid address assigned to be considered up
if_up_strictness address
# Shortens units to a single character (kiB->k, GiB->G, etc.). Default
# is off
short_units yes
# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument
# stuff after 'TEXT' will be formatted on screen
#
# This is for showing the Arch Packages Rss
#${color}Latest packages
#${color #929294}${execi 300 /home/gianluca/.conky/archlinux_news}
# This for using the temperatures with the i2c bus
# ${color #dc6a28}CPU ${color #750701}${i2c temp 3} ${offset 5} ${color #dc6a28}Mobo ${color #750701}${i2c temp 1} ${offset 4}${color #dc6a28}Power ${color #750701}${i2c temp 2}
TEXT
${color0}${font Liberation Bold Mono}$nodename${font}
${color1}${kernel}${color0}-${color1}${machine}
${color0}Use ${hr 1}
${color0}Cpu1: ${alignr}${color1}${cpu cpu1}%
${color0}Cpu2: ${alignr}${color1}${cpu cpu2}%
${color0}Ram: ${alignr}${color1}$memperc%
${color0}Swap: ${alignr}${color1}$swapperc%
${color0}Network ${hr 1}
${color0}Up: ${alignr}${color1}${upspeedf eth0} kb/s
${color0}Down: ${alignr}${color1}${downspeedf eth0} kb/s
${color0}Tot Up: ${alignr}${color1}${totalup eth0}
${color0}Tot Down: ${alignr}${color1}${totaldown eth0}
${color0}Temp ${hr 1}
${color0}Cpu: ${alignr}${color1}${platform w83627ehf.656 temp 1}°C
${color0}Gpu: ${alignr}${color1}${execi 30 ~/.conky/nvidiatemp}°C
${color0}Sda: ${alignr}${color1}${execi 60 sudo hddtemp /dev/sda -n}°C
${color0}Sdb: ${alignr}${color1}${execi 60 sudo hddtemp /dev/sdb -n}°C
${if_up eth0}${color0}Weather ${hr 1}
${color0}Where: ${alignr}${color1}${execi 1200 ~/.conky/weatherconky.sh -c 'puerto plata'}
${color0}How: ${alignr}${color1}${execi 1200 ~/.conky/weatherconky.sh -w 'puerto plata'}
${color0}Wind: ${alignr}${color1}${execi 1200 ~/.conky/weatherconky.sh -i 'puerto plata'}
${color0}Humidity: ${alignr}${color1}${execi 1200 ~/.conky/weatherconky.sh -u 'puerto plata'}
${color0}Forecast: ${alignr}${color1}${execi 1200 ~/.conky/weatherconky.sh -f 'puerto plata'}${else}$endif}
${if_existing ~/.config/gmusicbrowser/gmusicbrowser.fifo}${color0}On Air ${hr 1}
${execpi 10 ~/.conky/gmusicbrowser.py -c}${alignr}${color0}${execi 10 ~/.conky/gmusicbrowser.py -s}
${alignr}${color0}${execi 10 ~/.conky/gmusicbrowser.py -a}
${alignr}${color0}${execi 10 ~/.conky/gmusicbrowser.py -b}
${alignr}${color0}${execibar 10 ~/.conky/gmusicbrowser.py -l}
${color0}${hr 1}${else}${hr 1}$endif