-
I wrote an ultra-minimalist Conky configuration file for myself and I figured that I should probably share this because I’ve seen too many shitty Conky setups. If you want minimalism then this code is for you:
(Note: The background is transparent. The blue you see is from my wallpaper.)
background no font DejaVu Sans:size=8 #xftfont DejaVu Sans:size=8 use_xft yes xftalpha 0.9 update_interval 3.0 total_run_times 0 own_window yes own_window_type override own_window_transparent yes own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager double_buffer yes minimum_size 120 5 maximum_width 120 draw_shades yes draw_outline no draw_borders no draw_graph_borders yes default_color white default_shade_color black default_outline_color black alignment top_right gap_x 12 gap_y 35 no_buffers yes cpu_avg_samples 2 override_utf8_locale no uppercase yes # set to yes if you want all text to be in uppercase TEXT ${color white} $alignr UPTIME ${color aaaaaa} $alignr$uptime ${color white} $alignr CPU ${alignr} ${color aaaaaa} $alignr${cpu cpu1}% / $alignr${cpu cpu2}% ${color white} $alignr RAM ${color aaaaaa} $alignr $memperc% ${color white} $alignr Home ${color aaaaaa} ${alignr}${fs_free /home}/ ${color aaaaaa} $alignr ${fs_size /home} ${color white} $alignr NETWORK ${color aaaaaa} $alignr ${upspeed eth0} / ${downspeed eth0}Feel free to share this code with anyone. All I ask is that you link back to this post.