forked from Redama-la-red-que-te-ama/sxmo-alarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconky.conf
38 lines (36 loc) · 1.01 KB
/
conky.conf
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
conky.config = {
alignment = 'middle_middle',
background = false,
border_width = 0.5,
cpu_avg_samples = 4,
default_color = 'white',
default_outline_color = 'grey',
default_shade_color = 'black',
draw_borders = true,
draw_graph_borders = true,
draw_outline = false,
draw_shades = true,
use_xft = true,
font = 'DejaVu Sans Mono:size=10',
gap_x = 5,
gap_y = 50,
minimum_height = 5,
minimum_width = 5,
net_avg_samples = 2,
double_buffer = true,
out_to_console = false,
out_to_stderr = false,
extra_newline = false,
own_window = false,
stippled_borders = 1,
update_interval = 60,
uppercase = false,
use_spacer = 'none',
show_graph_scale = false,
show_graph_range = false
}
conky.text = [[
${font FiraMono Nerd Font Mono:size=60}${alignc}${exec date +"%I:%M"}${font FiraMono Nerd Font Mono:size=15}${exec date +"%P" | tr 'amp' 'AMP'}
${font FiraMono Nerd Font Mono:size=10}${alignc}${exec date +"%b %d, %Y"}
${font}
]]