-
Notifications
You must be signed in to change notification settings - Fork 0
/
conkyrc
45 lines (33 loc) · 851 Bytes
/
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
# Conky Metro Clock - http://fav.me/d424h9d
# Conky settings
background no
update_interval 1
override_utf8_locale yes
double_buffer yes
no_buffers yes
text_buffer_size 2048
# Window specifications
own_window yes
own_window_class conky
own_window_transparent yes
own_window_hints undecorate,below,sticky,skip_taskbar,skip_pager
border_inner_margin 0
border_outer_margin 0
alignment bl
gap_x 100
gap_y 100
# Graphics settings
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
# Text settings
use_xft yes
xftalpha 0
text_buffer_size 2048
uppercase no
default_color FFFFFF
TEXT
${voffset 10}${font Open Sans Light:size=50}${time %A}${font}${voffset -10}
${voffset 10}${font Open Sans Light:size=50}${time %B} ${time %e}${font}${voffset -10}
${voffset 10}${font Open Sans Light:size=100}${time %I:%M %p}${font}${voffset -10}