Skip to content

Instantly share code, notes, and snippets.

@xero
Last active December 28, 2015 08:59
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 xero/7475864 to your computer and use it in GitHub Desktop.
Save xero/7475864 to your computer and use it in GitHub Desktop.
horizontal conky system monitor script (#!) screenshot: http://i.imgur.com/iFbyi0J.png
# conky configuration
#
# screenshot: http://i.imgur.com/iFbyi0J.png
#
##############################################
# Settings
##############################################
background yes
use_xft yes
xftfont Monospace:size=10
xftalpha 1
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent no
own_window_type desktop
own_window_colour black
#own_window_argb_visual yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 1361 17
maximum_width 1361
draw_shades no
draw_outline no
draw_borders no
default_bar_size 180 14
#draw_graph_borders yes
color1 7C7D7E
color2 5C95B3
color3 FFFFFF
alignment top_middle
gap_x 0
gap_y 0
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no
##############################################
# Output
##############################################
TEXT
${voffset 2}\
${goto 30}${color1}cpu${goto 75}${color2}${cpubar}${goto 165}${color3}${cpu cpu0}%\
${goto 285}${color1}memory${goto 346}${color2}${membar}${goto 435}${color3}${memperc}%\
${goto 556}${color1}entropy${goto 630}${color2}${entropy_bar}${goto 720}${color3}${entropy_perc}%\
${goto 840}${color1}mpd${offset 15}${color2}${mpd_bar}${goto 969}${color3}${mpd_percent}%\
${goto 1090}${color1}temp${offset 15}${color2}${execbar sensors|grep 'Core 0:'|cut -f2 -d '+'|cut -f1 -d'.'}${goto 1228}${color3}${execi 1 sensors|grep 'Core 0:'|cut -f2 -d '+'|cut -f1 -d'.'}${iconv_start UTF-8 ISO_8859-1}°${iconv_stop}c
@xero
Copy link
Author

xero commented Nov 15, 2013

thanx to sector11 for helping me optimize it: http://crunchbang.org/forums/viewtopic.php?pid=345655#p345655

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment