-
Notifications
You must be signed in to change notification settings - Fork 7
/
time_rc
45 lines (41 loc) · 1.11 KB
/
time_rc
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.config = {
background = false,
font = 'sans:size=10',
--xftfont sans:size=10
use_xft = true,
xftalpha = 0.9,
update_interval = 2,
imlib_cache_size = 0,
total_run_times = 0,
own_window = true,
own_window_type = 'dock',
--#own_window_transparent yes
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_argb_visual = true,
-- Uncomment and adjust the line below for window's opacity
own_window_argb_value = 180,
own_window_colour = '#224466',
double_buffer = true,
minimum_width = 225,
draw_shades = false,
draw_outline = false,
draw_borders = false,
draw_graph_borders = true,
default_color = '#101010',
default_shade_color = '#101010',
alignment = 'top_left',
gap_x = 40,
gap_y = 40,
no_buffers = true,
cpu_avg_samples = 1,
uppercase = false,
border_inner_margin = 15,
--colors
color1 = '#96A0DF',
color2 = '#aaa',
color3 = '#ddd',
};
conky.text = [[
${color1}${font Oswald:size=10:bold}TIME ${color2} ${hr 2} ${color3}${font}
${color3}${font Roboto:pixelsize=70}${alignr}${time %I:%M}${font}
${color3}${font Open Sans:pixelsize=11}${alignr}${time %x}${font}]];