Skip to content

Instantly share code, notes, and snippets.

@nik-gnomic
Last active March 9, 2021 14:05
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 nik-gnomic/9117592adb42e88e20b589fa5d78765b to your computer and use it in GitHub Desktop.
Save nik-gnomic/9117592adb42e88e20b589fa5d78765b to your computer and use it in GitHub Desktop.
conky-gotham-manjaro
conky.config = {
use_xft = true,
font = 'NotoSans:size=10',
xftalpha = 0.1,
update_interval = 1,
total_run_times = 0,
own_window = true,
own_window_type = 'dock',
own_window_transparent = true,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_colour = '#000000',
own_window_argb_visual = true,
own_window_argb_value = 0,
default_color = '#EAEAEA',
color1 = '#35BF5C',
double_buffer = true,
minimum_width = 0,
minimum_height = 0,
draw_shades = false,
draw_outline = false,
draw_borders = false,
draw_graph_borders = false,
default_color = 'white',
default_shade_color = 'red',
default_outline_color = 'green',
alignment = 'top_right',
gap_x = 0,
gap_y = 30,
no_buffers = true,
uppercase = false,
cpu_avg_samples = 2,
net_avg_samples = 1,
override_utf8_locale = true,
use_spacer = 'right',
};
conky.text = [[
${font GE Inspira:pixelsize=120}${time %I:%M}${font}${voffset -70}${offset 10}${color1}${font GE Inspira:pixelsize=42}${time %d} ${voffset -10}${color}${font GE Inspira:pixelsize=24}${time %B} ${time %Y}${font}${voffset 24}${font GE Inspira:pixelsize=52}${offset -150}${time %A}${font}
${voffset 20}${offset 12}${color1}HD ${color}${fs_free /home} / ${fs_size /home}${offset 15}${color1}RAM ${color}$mem / $memmax${offset 15}${color1}CPU ${offset 5}${color}${cpu} %
]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment