-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconky.conf
More file actions
32 lines (27 loc) · 1 KB
/
conky.conf
File metadata and controls
32 lines (27 loc) · 1 KB
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
conky.config = {
alignment = 'top_middle',
xinerama_head = 1,
double_buffer = true,
own_window = true,
own_window_argb_value = 192,
own_window_argb_visual = true,
own_window_class = 'conky-semi',
own_window_colour = '#000000',
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
-- own_window_transparent = true,
own_window_transparent = false,
own_window_type = 'normal',
-- own_window_type = 'desktop',
border_inner_margin = 6,
border_width = 5,
minimum_height = 200,
minimum_width = 500,
maximum_width = 1080,
font='JetBrainsMono Nerd Font:size=10',
use_xft=true,
};
conky.text = [[
${alignc}${font JetBrainsMono Nerd Font Regular:pixelsize=60}${time %H:%M}${font}
${alignc}${font JetBrainsMono Nerd Font:pixelsize=25}${time %A}${font}
${alignc}${font JetBrainsMono Nerd Font:pixelsize=25}${time %Y-%m-%d}${font}
]];