Created
March 7, 2012 01:57
-
-
Save dariodiaz/1990413 to your computer and use it in GitHub Desktop.
conf: conkyrc file
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
use_xft yes | |
background yes | |
xftfont verdana:size=8 | |
alignment top_right | |
xftalpha 0.8 | |
own_window yes | |
own_window_type override | |
own_window_transparent yes | |
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager | |
double_buffer yes | |
draw_shades no | |
draw_outline no | |
draw_borders no | |
stippled_borders 10 | |
border_margin 4 | |
border_width 1 | |
default_shade_color grey | |
default_outline_color black | |
default_color BADCDD | |
use_spacer none | |
no_buffers yes | |
uppercase no | |
color1 4D6844 | |
#test code snippet management | |
TEXT | |
${color ffffff}${font OpenLogos:size=45} u t | |
${font weather:size=82}${color ffffff}${execi 600 ~/scripts/conditions.sh}${color ffffff}${font}${voffset -25} ${execi 1200 ~/scripts/pogodynka.sh} | |
${color ffffff}${font weather:size=28}x ${font}HDD ${execi 1 ~/scripts/hddmonit.sh}°C | |
${color}${font PizzaDude Bullets:size=16}v${font} Up: ${upspeed eth2} Kb/s | |
${font PizzaDude Bullets:size=16}r${font} Down: ${downspeed eth2} Kb/s | |
${font PizzaDude Bullets:size=16}M${font} Upload: ${totalup eth2} | |
${font PizzaDude Bullets:size=16}S${font} Download: ${totaldown eth2} | |
${color ffffff}${font StyleBats:size=16}A${font} CPU0: ${cpu cpu0}% ${cpubar cpu0} | |
${font StyleBats:size=16}A${font} CPU1: ${cpu cpu1}% ${cpubar cpu1} | |
${color ffffff}${font StyleBats:size=16}8${font} Battery: ${battery_percent}% ${battery_bar} | |
${font FreeSans:size=16}@${font}${execpi 300 python ~/scripts/gmail_parser.py dario.dad mmdphakerk111108 3} | |
${color ffffff}${font PizzaDude Bullets:size=16}J${font} $mem / $memmax | |
${font StyleBats:size=18}P${font} Work: ${uptime_short} | |
${color ffffff}${font Radio Space:size=14}${time %A %d %m %Y} | |
${font Radio Space:size=55}${time %H:%M} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment