-
Notifications
You must be signed in to change notification settings - Fork 0
/
.conky_clockrc
158 lines (132 loc) · 3.06 KB
/
.conky_clockrc
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
## Use XFT? Required to Force UTF8 (see below)
#
use_xft yes
xftfont Ubuntu:light:size=8
####
## Force UTF8? Requires XFT (see above)
## Displays degree symbol, instead of °, etc.
#
override_utf8_locale yes
####
## This buffer is used for text, single lines, output from $exec, and other variables.
## Increasing the text buffer size (too high) will drastically reduce Conky's performance.
## Decreasing the size (too low) will truncate content and cause strange display output.
## Standard text buffer size is 256 bytes (cannot be less). Adjust YOUR buffer wisely!
#
text_buffer_size 384
####
## Daemonize Conky, aka 'fork to background'.
#
background yes
####
## Update interval in seconds.
#
update_interval 1
####
## 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_class Conky
own_window yes
own_window_type dock
own_window_argb_visual yes
own_window_argb_value 0
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
####
## Force images to redraw when they change.
#
imlib_cache_size 0
####
## Use double buffering? Reduces flicker.
#
double_buffer yes
####
## Draw shades?
#
draw_shades no
####
## Draw outlines?
#
draw_outline no
####
## Draw borders around text?
#
draw_borders no
####
## Draw borders around graphs?
#
draw_graph_borders yes
####
## Print text to stdout?
## Print text in console?
#
out_to_ncurses no
out_to_console no
####
## Minimum size of text area.
#
minimum_size 800 800
maximum_width 400
####
## Gap between text and screen borders.
#
alignment middle_middle
gap_x -40
gap_y -100
####
## Shorten MiB/GiB to M/G in stats.
#
short_units yes
####
## Pad % symbol spacing after numbers.
#
pad_percents 0
####
## Pad spacing between text and borders.
#
border_inner_margin 4
####
## Limit the length of names in "Top Processes".
#
top_name_width 6
####
## Subtract file system -/+buffers/cache from used memory?
## Set to yes, to produce meaningful physical memory stats.
#
no_buffers yes
####
## Set to yes, if you want all text to be in UPPERCASE.
#
uppercase yes
####
## 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
####
## Add spaces to keep things from moving around?
## Only affects certain objects.
#
use_spacer right
####
# default_color ffffff
default_color DBDBDB
color1 868686 #Blanc cassé
color2 606060 #Gris
color3 91E990 # Conky vert1
color4 71916F # Conky vert clai
own_window_colour 000000
TEXT
${offset 45}${font OpenLogos:size=14}${color}${execi 30 lsb_release -d | sed -e 's/^[ \t|Description:]*//'}${font}
${voffset 12}${offset 95}${font Ubuntu:light:size=16}${color4}${execi 30 lsb_release -c | sed -e 's/^[ \t|Codename:]*//'}${font}
${offset 95}${voffset 12}${font Ubuntu:size=10:style=Bold}${color}Up${font Ubuntu:size=10:style=Bold}${color} ${uptime_short}