Created
September 18, 2016 10:54
-
-
Save misterch0c/b6ac140dfd6023a18c81f91437235718 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alignment top_middle | |
background no | |
border_margin 5 | |
border_width 5 | |
default_color d7d7d7 #413536 # grey 5f5f5f 3F3F3F 183149 3B3B3B 26211F | |
double_buffer yes | |
draw_borders no | |
draw_outline no | |
draw_shades no | |
draw_graph_borders yes | |
gap_x 0 | |
gap_y 300 | |
maximum_width 1000 | |
minimum_size 175 | |
no_buffers yes | |
override_utf8_locale yes | |
own_window yes | |
own_window_title Conky | |
own_window_class Conky | |
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager | |
own_window_transparent yes | |
own_window_type normal ## normal /override /desktop | |
text_buffer_size 8000 | |
total_run_times 0 | |
update_interval 1 | |
uppercase no | |
use_xft yes | |
xftalpha 1 | |
xftfont Freesans:pixelsize=9 | |
# fonts | |
# Blue Highway | |
# Zegoe Light - U | |
# Zekton | |
# Calibri | |
# Engebrechtre | |
# Opeln2001 | |
# Pricedown | |
TEXT | |
#${font BankGothic Md BT:pixelsize=15}${alignc}${time [ %A, %H:%M:%S ]}${font} | |
#${font BankGothic Md BT:pixelsize=65}${alignc}${time %d %B, %Y}${font} | |
#${font BankGothic Md BT:pixelsize=12}${alignc}[ CPU1: ${cpu cpu0}% CPU2: ${cpu cpu1}% CPU3: ${cpu cpu2}% #CPU4: ${cpu cpu3}% ] | |
#${font BankGothic Md BT:pixelsize=12}${alignc}[ RAM: ${mem} | WLAN Up: ${upspeed wlan0} WLAN Dwn: ${downspeed #wlan0} ] | |
${font Opificio:pixelsize=15}${alignc}${time [ %A, %H:%M:%S ]}${font} | |
${font Opificio:pixelsize=65}${alignc}${time %d %B, %Y}${font} | |
${font Opificio:pixelsize=8} | |
${font Opificio:pixelsize=12}${alignc}[ CPU1: ${cpu cpu0}% CPU2: ${cpu cpu1}% CPU3: ${cpu cpu2}% CPU4: ${cpu cpu3}% ] | |
${font Opificio:pixelsize=12}${alignc}[ RAM: ${mem} | WLAN Up: ${upspeed wlan0} WLAN Dwn: ${downspeed wlan0} ] | |
${alignc}[ BTC ${texeci 300 curl curl http://api.coindesk.com/v1/bpi/currentprice.json | jq '.bpi.EUR.rate' --raw-output | colrm 7} € ] | |
${alignc}[ ETH ${texeci 300 curl https://api.coinmarketcap.com/v1/ticker/ethereum/ | grep "price_usd" | grep -oE "[0-9]*\....." | colrm 6} $$ ] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment