53 lines
1.2 KiB
Plaintext
Executable File
53 lines
1.2 KiB
Plaintext
Executable File
conky.config = {
|
|
use_spacer='none',
|
|
use_xft=true,
|
|
font='DejaVu Sans:size=9',
|
|
text_buffer_size=2048,
|
|
update_interval=600.0,
|
|
total_run_times=0,
|
|
|
|
own_window=true,
|
|
own_window_transparent=true,
|
|
own_window_type='normal',
|
|
own_window_hints='undecorated,skip_taskbar,skip_pager',
|
|
own_window_class='Conky-arch',
|
|
own_window_argb_visual=true,
|
|
own_window_argb_value=0,
|
|
|
|
draw_shades=false,
|
|
draw_outline=false,
|
|
draw_borders=false,
|
|
stippled_borders=0,
|
|
double_buffer=true,
|
|
|
|
default_color='white',
|
|
default_shade_color='black',
|
|
--Minimum size of text area
|
|
maximum_width=1200 ,
|
|
minimum_width=1200 ,
|
|
|
|
--alignment=top_right,
|
|
--gap_x=20,
|
|
--gap_y=20,
|
|
|
|
no_buffers=true,
|
|
net_avg_samples=2,
|
|
|
|
override_utf8_locale=true,
|
|
|
|
use_spacer=none,
|
|
|
|
short_units=on,
|
|
|
|
color1 = '0099ff', -- Arch News
|
|
color2 = '0000ff', --Titles
|
|
color3 = '3a3a3a', --Dates
|
|
color4 = 'dddddd', --Code tag
|
|
default_outline_color='black',--'00ccee',
|
|
lua_load = '~/.conky/arch/lua.lua'
|
|
};
|
|
conky.text = [[
|
|
${color1}${font DejaVu Sans:normal:size=24}${alignc}Arch-news
|
|
${lua_parse conky_print}
|
|
]];
|