Tuesday, March 14, 2023

Conky - Debian 11




conky.config = {
alignment = 'top_right',
background = false,
border_width = 1,
default_color = 'black',
default_outline_color = 'white',
default_shade_color = 'black',
double_buffer = true,
draw_borders = false,
draw_graph_borders = true,
draw_outline = false,
draw_shades = false,
use_xft = true,
font = 'DejaVu Sans:size=8',
gap_x = 15,
gap_y = 15,
minimum_width = '180',
maximum_width = 300,
out_to_console = false,
out_to_stderr = false,
extra_newline = false,
own_window = true,
own_window_class = 'Conky',
--own_window_colour = '#555555',
own_window_type = 'normal',
own_window_transparent = true,
own_window_argb_visual = true,
own_window_argb_value = 0,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
short_units = true,
stippled_borders = 3,
update_interval = 1,
uppercase = false,
use_spacer = 'none',
};
conky.text = [[
${alignr}$color${execi 30 lsb_release -ds}
${alignr}$color$kernel $machine
${voffset 10}${font NanumGothic:size=10}${time %A}${font}${voffset -10}
${voffset 10}${font NanumGothic:size=10}${time %B} ${time %e}, ${time %Y} ${font}${voffset -10}
${voffset 10}${font NanumGothic:size=18}${time %I:%M %p}${font}${voffset -10}



${font NanumGothic:size=12}${alignc}Uptime: $color${uptime_short}

]];

No comments:

Post a Comment