Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- conky.config = {
- own_window = true,
- own_window_transparent = false,
- own_window_argb_visual = true,
- own_window_argb_value = 0,
- own_window_type = 'desktop',
- gap_x = 15,
- gap_y = 50,
- alignment = 'top_right',
- minimum_width = '215',
- minimum_width = 215,
- use_xft = true,
- font = 'Roboto:size=10',
- xftalpha = 1,
- override_utf8_locale = true,
- draw_shades = false,
- default_shade_color = '#000000',
- draw_outline = false,
- default_outline_color = '#222222',
- color1 = '#FFFFFF',
- color2 = '#FBB86C',
- color3 = '#006600',
- cpu_avg_samples = 2,
- default_color = '#FFFFFF',
- draw_borders = false,
- stippled_borders = 5,
- border_inner_margin = 5,
- border_outer_margin = 0,
- border_width = 2,
- background = true,
- no_buffers = true,
- imlib_cache_size = 0,
- double_buffer = true,
- update_interval = 1,
- };
- conky.text = [[
- ${voffset 8}${color}${font Roboto:size=16}${time %A}${font}${voffset -18}${alignr}${color2}${font Roboto:size=38}${time %e}${font}
- ${voffset -20}${color}${font Roboto:size=18}${time %B}${font}${voffset -1} ${color}${font Roboto:size=20}${time %Y}${font}
- #
- ${voffset 10}${alignr}${color}Pop_OS! 21.04 Cosmic
- ${alignr}${execi 1200 whoami}@${nodename}
- ${alignr}${color2}${font Roboto:size=10}uptime ${color}${uptime_short}
- ${alignr}${color2}${font Roboto:size=10}${alignr}kernel ${color}${kernel}
- ${voffset 10}${goto 40}${color}CPU${alignr}$cpu%
- ${color2}${goto 40}${alignr}${cpubar 4,180}
- ${voffset 5}${goto 40}${font}${color2}${top name 1}${alignr}${color}${top cpu 1}%
- ${goto 40}${color2}${top name 2}${alignr}${color}${top cpu 2}%
- ${goto 40}${color2}${top name 3}${alignr}${color}${top cpu 3}%
- ${goto 40}${color2}${top name 4}${alignr}${color}${top cpu 4}%
- #
- ${voffset 10}${goto 40}${color}RAM${alignr}$mem/$memmax
- ${color2}${goto 40}${alignr}${membar 4,180}
- ${goto 40}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1}
- ${goto 40}${color2}${top_mem name 2}${alignr}${color}${top_mem mem_res 2}
- ${goto 40}${color2}${top_mem name 3}${alignr}${color}${top_mem mem_res 3}
- ${goto 40}${color2}${top_mem name 4}${alignr}${color}${top_mem mem_res 4}
- #
- ${voffset 10}${alignr}${color2} disk ${color1}${fs_used /} - ${fs_size /}
- ${alignr}${color2} memory ${color1}$mem - $memmax
- ]];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement