Skip to content

Instantly share code, notes, and snippets.

@williamjmorenor
Created October 6, 2017 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save williamjmorenor/96fdd407bba7556d9ab7112067dbb752 to your computer and use it in GitHub Desktop.
Save williamjmorenor/96fdd407bba7556d9ab7112067dbb752 to your computer and use it in GitHub Desktop.
Conky conf for Fedora Magazine Openbox post
cat .conkyrc
conky.config = {
own_window = yes,
own_window_transparent = yes,
own_window_type = "override",
own_window_argb_visual = true,
background = yes,
use_xft = true,
xftalpha = 0.1,
update_interval = 1.0,
total_run_times = 0,
double_buffer = true,
draw_shades = false,
draw_outline = false,
draw_borders = false,
minimum_height = 300,
maximum_width = 1500,
border_width = 0,
default_color = 'white',
font = 'Ubuntu:size=8',
alignment = 'bottom_left',
gap_x = 5,
gap_y = 50,
no_buffers = false,
cpu_avg_samples = 2,
override_utf8_locale = true,
short_units = true,
pad_percents = 2,
use_spacer = 'right'
}
conky.text = [[
${goto 18}${font Ubuntu:pixelsize=12}${color FFA300}System${color}${goto 60}$conky_build_arch
${goto 18}${font Ubuntu:pixelsize=12}${color FFA300}Hostname${color}${goto 75}$nodename
${color EAEAEA}${font Ubuntu:pixelsize=100}${time %H:%M}${font}${voffset -84}${offset 10}${color FFA300}${font Ubuntu:pixelsize=42}${time %d} ${voffset -20} ${color EAEAEA}${font Ubuntu:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Ubuntu:pixelsize=58}${offset -200}${time %A}${font}
${voffset 5}
${goto 45}${font Ubuntu:pixelsize=9}${color FFA300}Free${goto 120}Size
${goto 20}${font Ubuntu:pixelsize=11}${color FFA300}HD${goto 45}$color${fs_free /}${goto 75} / ${goto 120}${fs_size /}${goto 170}${color FFA300}CPU Load${goto 280}$color${cpu cpu0}%
${goto 20}${font Ubuntu:pixelsize=11}${color FFA300}HD${goto 45}$color${fs_free /home}${goto 75} /home ${goto 120}${fs_size /home}${goto 170}${color FFA300}RAM${goto 225}$color$mem ${goto 260}/ ${goto 270}$memmax
${goto 20}${font Ubuntu:pixelsize=11}${color FFA300}HD${goto 45}$color${fs_free /data}${goto 75} /data ${goto 120}${fs_size /data}${goto 170}${color FFA300}SWAP${goto 225}$color$swap ${goto 260}/ ${goto 270}$swapmax
${voffset 1}
${goto 20}${color FFA300}LAN$color${goto 50}${addr enp6s0}
${goto 20}${color FFA300}GW$color${goto 50}${gw_ip}
${goto 20}${color FFA300}DLs${goto 50}$color${downspeed enp6s0}${goto 120}${color FFA300}UPs${goto 150}$color${upspeed enp6s0}
]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment