Created
August 4, 2013 05:40
-
-
Save andru255/6149315 to your computer and use it in GitHub Desktop.
mostrar un conky bacan..
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 | |
| xftfont 123:size=8 | |
| xftalpha 0.1 | |
| update_interval 1 | |
| total_run_times 0 | |
| own_window yes | |
| own_window_type override | |
| own_window_transparent yes | |
| own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager | |
| double_buffer yes | |
| minimum_size 250 5 | |
| maximum_width 640 | |
| draw_shades yes | |
| draw_outline no | |
| draw_borders no | |
| draw_graph_borders no | |
| default_color white | |
| default_shade_color 1e1613 | |
| default_outline_color green | |
| alignment top_left | |
| gap_x 680 | |
| gap_y 790 | |
| no_buffers yes | |
| uppercase no | |
| cpu_avg_samples 2 | |
| net_avg_samples 1 | |
| override_utf8_locale yes | |
| use_spacer yes | |
| TEXT | |
| ${voffset 0}${color EAEAEA}${font Roboto:pixelsize=100}${time %H:%M}${font}${voffset -70}${offset 10}${color FFA300}${font Roboto:pixelsize=42}${time %d} ${voffset -15}${color EAEAEA}${offset -6}${font Roboto:pixelsize=22}${time %B} ${time %Y}${font}${voffset 20}${font Roboto:pixelsize=50}${offset -148}${time %A}${font} | |
| ${voffset 8}${offset 42}${font Roboto:pixelsize=12}${color FFA300}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color FFA300}RAM ${offset 9}$color$mem / $memmax${offset 30}${color FFA300}CPU ${offset 9}$color${cpu cpu0}% | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment