68 lines
1.6 KiB
Plaintext
68 lines
1.6 KiB
Plaintext
conky.config = {
|
|
--#####################
|
|
-- - Conky settings - #
|
|
--#####################
|
|
update_interval = 1,
|
|
total_run_times = 0,
|
|
net_avg_samples = 1,
|
|
cpu_avg_samples = 1,
|
|
|
|
imlib_cache_size = 0,
|
|
double_buffer = true,
|
|
no_buffers = true,
|
|
|
|
--####################
|
|
-- - Text settings - #
|
|
--####################
|
|
use_xft = true,
|
|
font = 'AvantGarde LT Medium:size=40',
|
|
override_utf8_locale = true,
|
|
text_buffer_size = 2048,
|
|
|
|
--############################
|
|
-- - Window specifications - #
|
|
--############################
|
|
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 yes
|
|
--own_window_argb_value 100
|
|
|
|
alignment = 'top_right',
|
|
gap_x = 0,
|
|
gap_y = 40,
|
|
minimum_width = 350, minimum_height = 300,
|
|
|
|
|
|
default_bar_width = 60, default_bar_height = 8,
|
|
|
|
--########################
|
|
-- - Graphics settings - #
|
|
--########################
|
|
draw_shades = false,
|
|
|
|
default_color = '#080808',
|
|
default_shade_color = '#1d1d1d',
|
|
color0 = '#ffffff',
|
|
color1 = '#ffffff',
|
|
color2 = '#ffffff',
|
|
|
|
|
|
--lua_load ~/.conky/conkybg.lua
|
|
--lua_draw_hook_pre conky_draw_bg
|
|
|
|
own_window_argb_visual = false,
|
|
own_window_colour = '#000000',
|
|
own_window_argb_value = 0,
|
|
};
|
|
|
|
conky.text = [[
|
|
${voffset 10} ${goto 30}${time %H} ${goto 110}${time %M}
|
|
${image $HOME/.config/conky/images/b.png -p 0,0 -s 188x100}
|
|
${voffset -164} ${goto 240}${font AvantGarde LT Medium:size=10}${time %a} ${font}
|
|
${font AvantGarde LT Medium:size=38}${voffset -55}${goto 225}${time %d}
|
|
${image $HOME/.config/conky/images/c.png -p 200,0 -s 100x100}
|
|
|
|
]];
|