Skip to content

Instantly share code, notes, and snippets.

@metalx1000
Last active December 31, 2017 02:19
Show Gist options
  • Save metalx1000/8871677d98f8a4f90f3250506cb4794d to your computer and use it in GitHub Desktop.
Save metalx1000/8871677d98f8a4f90f3250506cb4794d to your computer and use it in GitHub Desktop.
Conky config 2017
# Conky settings
background no
update_interval 1
override_utf8_locale yes
double_buffer yes
no_buffers yes
text_buffer_size 2048
# Window specifications
own_window no
own_window_class conky
own_window_transparent yes
own_window_hints undecorate,below,sticky,skip_taskbar,skip_pager
border_inner_margin 0
border_outer_margin 0
alignment tm
gap_x -1075
gap_y 55
# Graphics settings
#draw_shades no
#draw_outline no
#draw_borders no
#draw_graph_borders no
# Graphics settings #
draw_shades no
default_shade_color AAAAAA
draw_outline no
default_outline_color AAAAAA
draw_borders no
draw_graph_borders no
default_graph_size 26 80
show_graph_scale no
show_graph_range no
# Text settings
use_xft yes
xftalpha 0
text_buffer_size 2048
uppercase no
default_color F23838
#Second Monitor
xinerama_head 2
TEXT
${voffset 10}${color F05000}${font Vonique 64,:size=50}${time %A}${font}${voffset -10}
${voffset 10}${color EBC167}${font Vonique 64,:size=50}${time %B} ${time %e}${font}${voffset -10}
${voffset 10}${color 38E6F2}${font Sportrop:size=65}${time %I:%M %p}${font}${voffset -10}
${image ~/.conky.png -p 220,183}
${voffset 10}${color 88909b}${font Vonique 64,:size=20}${addr eth0}
${voffset 10}${color FF0000}${font Vonique 64,:size=20}CPU${cpugraph 26,150 FFFFFF FFFFFF -l}
eth0${upspeedgraph eth0 26,80 FF0000 FFFFFF}
${voffset 150}${color FFFFFF}Volume ${exec getVol}
${execbar getVol|tr "%" " "}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment