Skip to content

Instantly share code, notes, and snippets.

@crivotz
Last active August 29, 2015 14:26
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 crivotz/f788803ebeeb0703a13e to your computer and use it in GitHub Desktop.
Save crivotz/f788803ebeeb0703a13e to your computer and use it in GitHub Desktop.
Aretes Conky theme .conkyrc (two monitors)
#avoid flicker
double_buffer yes
#own window to run simultanious 2 or more conkys
own_window yes
own_window_transparent no
own_window_type panel
own_window_hints undecorate,sticky,skip_taskbar,skip_pager
#borders
draw_borders no
border_margin 1
#shades
draw_shades no
#position
#gap_x 6
#gap_y 6
alignment tl
#behaviour
update_interval 1
#colour
default_color 94a57b
#default_shade_color 000000
own_window_colour 303030
#font
use_xft yes
xftfont Droid Sans:pixelsize=10
#to prevent window from moving
use_spacer no
# Minimum size of text area
minimum_size 2560 0
# Maximum width
maximum_width 2560
TEXT
$nodename > Kernel: ${color D7D3C5}$kernel | ${time %d %B} ${color D7D3C5}${time %H:%M} | ${color} Up: ${color D7D3C5}${uptime_short} | ${color}Processes: ${color D7D3C5}$processes ${color}Running: ${color D7D3C5}$running_processes | ${color}Cpu: ${color D7D3C5}${cpu}% ${color}${cpugraph 10,80 AEA08E 9F907D} ${color D7D3C5} | ${color }Mem: ${color D7D3C5}$mem/$memmax - $memperc% ${color} ${membar 6,80}${color D7D3C5} | ${color} Home: ${color D7D3C5}${fs_free /home} / ${fs_size /home} - ${fs_free_perc /home}% | ${alignr}${color }Net: ${color D7D3C5}${font}${downspeed eth0} Kb/s ${color} ${downspeedgraph eth0 10,80 AEA08E 9F907D} ${color 909090} ${totaldown eth0} down | ${color D7D3C5}${upspeed eth0} Kb/s ${color} ${upspeedgraph eth0 10,80 AEA08E 9F907D} ${color 909090}${totalup eth0} up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment