Ci-dessous, les différences entre deux révisions de la page.
| docs:conkyrc:eeepc-701 [2014/06/15 00:48] – créée maison.gaetan | docs:conkyrc:eeepc-701 [2014/06/15 18:31] (Version actuelle) – maison.gaetan | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | Mes fichiers conky pour une debian 7 sur un Asus 701 : | ||
| + | |||
| + | conky-701-01 : | ||
| < | < | ||
| # Use Xft? | # Use Xft? | ||
| Ligne 69: | Ligne 72: | ||
| TEXT | TEXT | ||
| - | ${color 668ABF}${alignc 28}${font Dot Font:size=20}eeepc | + | ${color 668ABF}${alignc 28}${font Dot Font:size=10}$nodename |
| ${font Dot Font: | ${font Dot Font: | ||
| - | ${color 9AB7DC}Cpu: | + | ${color 9AB7DC}Cpu :${color a4a4a4} ${alignr 4} Temp :$acpitemp |
| ${color 668ABF}${cpugraph cpu0 668ABF 9AB7DC} | ${color 668ABF}${cpugraph cpu0 668ABF 9AB7DC} | ||
| ${color 9AB7DC}Espace disque /:${color a4a4a4}${fs_free /} | ${color 9AB7DC}Espace disque /:${color a4a4a4}${fs_free /} | ||
| Ligne 96: | Ligne 99: | ||
| ${color 668ABF}${battery BAT0} ${battery_bar 3,85 BAT0} | ${color 668ABF}${battery BAT0} ${battery_bar 3,85 BAT0} | ||
| + | ${color 668ABF}${hr 2} | ||
| + | ${color a4a4a4}UpTime: | ||
| + | ${color 668ABF}$uptime | ||
| + | # | ||
| + | #${color 668ABF}${hr 2} | ||
| + | #${color a4a4a4}Tests: | ||
| + | </ | ||
| + | |||
| + | conky-701-02 | ||
| + | |||
| + | < | ||
| + | # Use Xft? | ||
| + | use_xft yes | ||
| + | xftfont cure:size=6 | ||
| + | |||
| + | # Update interval in seconds | ||
| + | update_interval 1 | ||
| + | |||
| + | # This is the number of times Conky will update before quitting. | ||
| + | # Set to zero to run forever. | ||
| + | total_run_times 0 | ||
| + | |||
| + | # Use double buffering (reduces flicker, may not work for everyone) | ||
| + | double_buffer yes | ||
| + | |||
| + | # Minimum size of text area | ||
| + | minimum_size 280 5 | ||
| + | |||
| + | # maximum_width 150 | ||
| + | maximum_width 200 | ||
| + | |||
| + | # Draw shades? | ||
| + | draw_shades no | ||
| + | |||
| + | # Draw outlines? | ||
| + | draw_outline no | ||
| + | |||
| + | # Draw borders around text | ||
| + | |||
| + | # Default colors and also border colors | ||
| + | default_color 303030 | ||
| + | # | ||
| + | default_outline_color blue | ||
| + | |||
| + | # Text alignment, other possible values are commented | ||
| + | #alignment top_left | ||
| + | alignment top_right | ||
| + | #alignment bottom_left | ||
| + | #alignment bottom_right | ||
| + | |||
| + | # Gap between borders of screen and text | ||
| + | # same thing as passing -x at command line | ||
| + | #gap_x 15 | ||
| + | gap_y 30 | ||
| + | |||
| + | own_window yes | ||
| + | own_window_class Conky | ||
| + | own_window_transparent yes | ||
| + | own_window_type desktop | ||
| + | | ||
| + | # Subtract file system buffers from used memory? | ||
| + | no_buffers yes | ||
| + | |||
| + | # set to yes if you want all text to be in uppercase | ||
| + | uppercase no | ||
| + | |||
| + | # number of cpu samples to average | ||
| + | # set to 1 to disable averaging | ||
| + | cpu_avg_samples 2 | ||
| + | |||
| + | # number of net samples to average | ||
| + | # set to 1 to disable averaging | ||
| + | net_avg_samples 2 | ||
| + | |||
| + | # Force UTF8? note that UTF8 support required XFT | ||
| + | override_utf8_locale yes | ||
| + | |||
| + | # Add spaces to keep things from moving about? | ||
| + | use_spacer right | ||
| + | |||
| + | TEXT | ||
| + | ${color 668ABF}${alignc 28}${font Dot Font: | ||
| + | ${font Dot Font: | ||
| + | |||
| + | #${color 9AB7DC}CPU :${color a4a4a4} ${alignr 4} | ||
| + | ${color 9AB7DC}CPU : ${color #98c2c7} $cpu% ${cpubar 6}$color | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | #${color 9AB7DC}RAM : | ||
| + | ${color 9AB7DC}RAM : ${color #98c2c7} $memperc% ${membar 6}$color | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | | ||
| + | | ||
| + | |||
| + | |||
| + | #${color 668ABF}${hr 2} | ||
| + | #${hr 2} | ||
| + | #${color a4a4a4}Tests: | ||
| </ | </ | ||