guest@dotshare [~/groups/info/conky] $ ls Pickoconkyrc/ | cat

Picko.conkyrc (scrot, raw, dl)

fikriomar16 Jun 21, 2017 (info/conky)

SCROT

 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
56
57
58
conky.config = {
own_window = true,
own_window_type = 'normal',
own_window_transparent = true,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
own_window_colour = '#000000',
own_window_class = 'Conky',
minimum_width = 390,
minimum_height = 150,
maximum_width = 580,
gap_x = 10,--## left | right
gap_y = 10,--## up | down
alignment = 'top_left',
use_xft = true,
--xftfont Liberation Mono:bold:size=9
font = 'Roboto:size=10',
override_utf8_locale = true,
uppercase = false,
draw_shades = false,--yes
default_shade_color = 'black',
draw_outline = false,
default_outline_color = 'black',
default_color = '#ffffff',-- PureWhite
color0 = '#5294E2',-- Blue
color1 = '#778899',-- LightSlateGray
color2 = '#D8BFD8',-- Thistle
color3 = '#9ACD32',-- YellowGreen
color4 = '#FFA07A',-- LightSalmon
color5 = '#FFDEAD',-- NavajoWhite
color6 = '#00BFFF',-- DeepSkyBlue
color7 = '#5F9EA0',-- CadetBlue
color8 = '#BDB76B',-- DarkKhaki
color9 = '#CD5C5C',-- IndianRed
draw_borders = false,
stippled_borders = 5,
border_inner_margin = 5,
border_outer_margin = 0,
border_width = 2,
background = true,
use_spacer = 'none',
no_buffers = true,
short_units = true,
pad_percents = 2,
imlib_cache_size = 0,
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${goto 10}
${font Analecta:thin:pixelsize=13}${image /path/to/img -p 10,10 -s 150x150}${offset 170}${color0}Host$alignr${color7}$nodename
${offset 170}${color0}Kernel$alignr${color7}$kernel
${offset 170}${color0}Uptime$alignr${color7}$uptime
${offset 170}${color0}RAM$alignr${color7}$mem/$memmax
${offset 170}${color0}Swap usage$alignr${color7}$swap/$swapmax
${offset 170}${color0}Disk usage$alignr${color7}${fs_used /}/${fs_size /}
${offset 170}${color0}CPU usage$alignr${color7}${cpu cpu0}%
${offset 170}${color0}CPU Temp$alignr${color7}${acpitemp}°C
]];

CLICK TO VIEW

x

Comments

al0o0z said about 5 years ago

Nice setup :)