Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- conky.config = {
- -- Conky settings --
- background = false,
- update_interval = 0.001,
- cpu_avg_samples = 10,
- net_avg_samples = 10,
- override_utf8_locale = true,
- double_buffer = true,
- no_buffers = true,
- text_buffer_size = 2048,
- imlib_cache_size = 0,
- format_human_readable = true,
- -- Window specifications --
- own_window = true,
- own_window_class = 'Conky',
- own_window_type = 'desktop',
- own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
- own_window_transparent = false,
- own_window_argb_value = 100,
- own_window_colour = 'black',
- own_window_argb_visual = true,
- border_inner_margin = 0,
- border_outer_margin = 0,
- minimum_width = 300,
- minimum_height = 1050,
- alignment = 'top_right',
- -- Graphics settings --
- draw_shades = false,
- draw_outline = false,
- draw_borders = false,
- draw_graph_borders = false,
- -- Text settings --
- use_xft = true,
- font = 'Bitstream Vera Sans Mono:size=8',
- xftalpha = 0.8,
- uppercase = false,
- default_color = '#D1E7D1',
- color1 = '#CCAB8D',
- -- Lua Load --
- lua_load = '~/.config/conky/loadAll.lua',
- lua_draw_hook_pre = 'main',
- };
- conky.text = [[
- ${color1}$nodename ${alignr}$kernel
- ${color1}Uptime:${color} $uptime ${color1} ${alignr}Load:${color} $loadavg
- ${color}$hr
- ${offset 27}${color1}CPU1: ${color}${cpu cpu1}%${goto 90}${color e6194b}█${offset 10}${color1}CPU2: ${color}${cpu cpu2}%${goto 165}${color f58231}█${offset 10}${color1}CPU3: ${color}${cpu cpu3}%${goto 240}${color ffe119}█${offset 10}${color1}CPU4: ${color}${cpu cpu4}%${goto 315}${color bfef45}█
- ${offset 27}${color1}CPU5: ${color}${cpu cpu5}%${goto 90}${color 3cb44b}█${offset 10}${color1}CPU6: ${color}${cpu cpu6}%${goto 165}${color 42d4f4}█${offset 10}${color1}CPU7: ${color}${cpu cpu7}%${goto 240}${color 4363d8}█${offset 10}${color1}CPU8: ${color}${cpu cpu8}%${goto 315}${color 911eb4}█
- ${offset 27}${color1}CPU9: ${color}${cpu cpu9}%${goto 90}${color f032e6}█${offset 10}${color1}CPU10: ${color}${cpu cpu10}%${goto 165}${color fabebe}█${offset 10}${color1}CPU11: ${color}${cpu cpu11}%${goto 240}${color ffd8b1}█${offset 10}${color1}CPU12: ${color}${cpu cpu12}%${goto 315}${color fffac8}█
- ${color}$hr
- ${offset 27}${color1}RAM: ${color}${mem}/${memmax}${goto 165}${color ab1852}█${offset 5}${color1}SWAP: ${color}${swap}/${swapmax}${goto 315}${color 49a835}█
- ${color}$hr
- ${diskio_read /dev/nvme0n1}
- ]];
Add Comment
Please, Sign In to add comment