-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.conkyrc
55 lines (42 loc) · 1.09 KB
/
.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
46
47
48
49
50
51
52
53
54
55
conky.config = {
background=true,
update_interval=1,
double_buffer=true,
no_buffers=true,
imlib_cache_size=10,
draw_shades=false,
draw_outline=false,
draw_borders=false,
gap_x=0,
gap_y=15,
alignment="top_middle",
minimum_height=200,
minimum_width=0,
own_window=true,
own_window_type='normal',
own_window_transparent=true,
own_window_hints="undecorated,below,sticky,skip_taskbar,skip_pager",
own_window_argb_visual=true,
own_window_argb_value=0,
use_xft=true,
xftalpha=1,
font="Ubuntu Nerd Font:size=10",
text_buffer_size=256,
override_utf8_locale=true,
default_color='#f8f8f2',
color0='#f8f8f2',
color1='#282a36',
color2='#47def1',
color3='#bde9e0',
color4='#50fa7b'
}
conky.text = [[
${offset 110}${font Hack Nerd Font:weight=Bold:size=40}${color2}\
${time %I:%M}
${voffset -110}
${offset 60}${font Hack Nerd Font:weight=Regular:size=12}${color3}\
${font Hack Nerd Font:size:10}${time %A, %d %B, %Y}
${font Hack Nerd Font:weight=Regular:size=12}${color3}\
$memperc% / $memmax ${fs_used /home} / ${fs_size /home}
${offset 160}${execi 10 sensors | grep 'Core 0' | awk {'print $3'}}
]]