Bucher0n

  • 19 juin 2011
  • Inscrit 7 mars 2008
  • 0 meilleure réponse
  • Petit nouveau Adepte du forum Rédacteur potentiel
  • davidof wrote:Salut tout le monde

    @Bucher0n

    voici mon conkyrc (les polices sont dedans,tu les trouveras sur dafont.com
    Merci ! ;]
  • Salut tout le monde

    @Bucher0n

    voici mon conkyrc (les polices sont dedans,tu les trouveras sur dafont.com )
    # Use Xft?
    use_xft yes
    xftfont Caviar Dreams:size=10
    xftalpha 0.8
    
    # 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
    
    # Create own window instead of using desktop (required in nautilus)
    own_window  yes
    own_window_transparent yes
    own_window_type override
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
    background  yes
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 160 5
    
    maximum_width 180
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 0
    
    # border margins
    border_margin 5
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color white
    #default_shade_color white
    #default_outline_color black
    own_window_colour black
    
    # 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 35
    gap_y 50
    
    # 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?  This only affects certain objects.
    use_spacer none
    
    #Gmail
    #${color #282B29}{font FreeSans:size=16}@${font}${execpi 300 python ~/.scripts/gmail_parser.py user password 3}
    
    TEXT
    ${font}SYSTEM ${hr 2}
    ${color #282B29}${font OpenLogos:size=16}N${font}  ${color #ffffff}Kernel:  ${alignr}${kernel}
    ${color #282B29}${font StyleBats:size=16}A${font}  ${color #ffffff}CPU: ${cpu cpu0}% ${alignr}${cpugraph 8,60 282B29 282B29 cpu0}
    ${color #282B29}${font PizzaDude Bullets:size=14}J${font} ${color #ffffff}RAM:  $memperc% ${alignr}${membar 8,60}
    ${color #282B29}${font PizzaDude Bullets:size=14}L${font} ${color #ffffff}SWAP: $swapperc% ${alignr}${swapbar 8,60}
    ${color #282B29}${font StyleBats:size=16}P${font}  ${color #ffffff}Update: ${alignr}${uptime}
    
    ${hr 2}
               ${font Arial Black:size=26}${time %H:%M}${font}
    ${alignc}${time %A %d %Y}
    
    FILE SYSTEMS ${hr 2}
    
    ${color #282B29}${font PizzaDude Bullets:size=16}m${font} ${color #ffffff}home:
    ${fs_used /}/${fs_size /} $alignr${fs_bar 8,60 /home}
    ${color #282B29}${font PizzaDude Bullets:size=16}m${font} ${color #ffffff}Disque ext:
    ${fs_free /media/4B1C-0547}/${fs_size /media/4B1C-0547} $alignr${fs_bar 8,60 /media/4B1C-0547}
    ${color #282B29}${font PizzaDude Bullets:size=16}m${font} ${color #ffffff}clef usb:
    ${fs_free /media/30BA-72E8}/${fs_size /media/30BA-72E8} $alignr${fs_bar 8,60 /media/30BA-72E8}
    
    TEMPERATURES ${hr 2}
    
    ${color white}Température CPU: ${platform w83627hf.656 temp 1} C
    ${color white}Temperature carte mere: ${platform w83627hf.656 temp 2} C
    ${color white}Temperature disque dur: ${execi 10 hddtemp -n /dev/sda1} C
    ${color white}Température GPU: ${execi 10 nvidia-settings -q gpucoretemp | grep '):' | awk '{print $4}'} C
    
    ${color white}Processes:$color $processes: Running:$color $running_processes
    ${color white}Name                  PID   CPU%   MEM%
    ${color white} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
    ${color white} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
    ${color white} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
    
    
    NETWORKING ${hr 2}  
    ${if_existing /proc/net/route wlan0}    
    ${font PizzaDude Bullets:size=16}v${font}   Up: ${upspeed wlan0} kb/s $alignr${upspeedgraph wlan0 8,60 F78F19 FCC375}
    ${font PizzaDude Bullets:size=16}r${font}   Down: ${downspeed wlan0} kb/s $alignr${downspeedgraph wlan0 8,60 F78F19 FCC375}
    ${font PizzaDude Bullets:size=16}M${font}   Upload: $alignr${totalup wlan0}
    ${font PizzaDude Bullets:size=16}S${font}   Download: $alignr${totaldown wlan0}
    ${font PizzaDude Bullets:size=16}Y${font}   Sinal: ${wireless_link_qual wlan0}% $alignr${wireless_link_bar 8,60 wlan0}
    ${font PizzaDude Bullets:size=16}t${font}   Ip Local: $alignr${addr wlan0}
    ${font PizzaDude Bullets:size=16}u${font}   Ip Publique: $alignr${execi 1 ~/.scripts/ip.sh}
    ${else}${if_existing /proc/net/route eth0}
    ${color #282B29}${font PizzaDude Bullets:size=16}v${font}   ${color #ffffff}U: ${upspeed eth0} kb/s $alignr${upspeedgraph eth0 8,60 282B29 282B29}
    ${color #282B29}${font PizzaDude Bullets:size=16}r${font}   ${color #ffffff}D: ${downspeed eth0} kb/s $alignr${downspeedgraph eth0 8,60 282B29 282B29}
    ${color #282B29}${font PizzaDude Bullets:size=16}M${font}   ${color #ffffff}Upload: $alignr${totalup eth0}
    ${color #282B29}${font PizzaDude Bullets:size=16}S${font}   ${color #ffffff}Download: $alignr${totaldown eth0}
    ${color #282B29}${font PizzaDude Bullets:size=16}t${font}   ${color #ffffff}Ip Local: $alignr${addr eth0}
    ${color #282B29}${font PizzaDude Bullets:size=16}u${font}   ${color #ffffff}Ip Publique: $alignr${execi 1 ~/.scripts/ip.sh}
    ${endif}${else}${if_existing /proc/net/route eth1}
    ${font PizzaDude Bullets:size=16}v${font}   Up: ${upspeed eth1} kb/s $alignr${upspeedgraph eth1 8,60 F78F19 FCC375}
    ${font PizzaDude Bullets:size=16}r${font}   Down: ${downspeed eth1} kb/s $alignr${downspeedgraph eth1 8,60 F78F19 FCC375}
    ${font PizzaDude Bullets:size=16}M${font}   ${color #ffffff}Upload: $alignr${totalup eth1}
    ${font PizzaDude Bullets:size=16}S${font}   ${color #ffffff}Download: $alignr${totaldown eth1}
    ${font PizzaDude Bullets:size=16}t${font}   ${color #ffffff}Ip Local: $alignr${addr eth1}
    ${font PizzaDude Bullets:size=16}u${font}   ${color #ffffff}Ip Publique: $alignr${execi 1 ~/.scripts/ip.sh}
    ${endif}${else}
    ${font PizzaDude Bullets:size=16}4${font}   Rede não disponível
    ${endif}
    GMAIL ${hr 2}
    ${color #282B29}${font FreeSans:size=16}@${color #ffffff}${font}${execpi 300 python ~/.scripts/gmail_parser.py lemavicuser@gmail.com lafuseeplus 3}
    WEATHER ${hr 2}
    
    Localisation: ${execi 3600 python ~/.scripts/conkyForecast.py --location=FRXX0108 --datatype=CN}
    Conditions: ${execi 3600 python ~/.scripts/conkyForecast.py --location=FRXX0108 --datatype=CC}
    ${alignr 43}${font Weather:size=46}${execi 3600 python ~/.scripts/conkyForecast.py --location=FRXX0108 --datatype=WF}${font}
    ${voffset -52}${font Arial Black:size=26}${execi 3600 python ~/.scripts/conkyForecast.py --location=FRXX0108 --datatype=HT}${font}
    
    Vent: ${alignr}${execi 3600 python ~/.scripts/conkyForecast.py --location=FRXX0108 --datatype=WS}
    Humidité: ${alignr}${execi 3600 python ~/.scripts/conkyForecast.py --location=FRXX0108 --datatype=HM}
    
    ${font Weather:size=36}${execi 3600 python ~/.scripts/conkyForecast.py --startday=1 --endday=3 --location=FRXX0108 --datatype=WF}${font}
    ${execi 3600 python ~/.scripts/conkyForecast.py--location=FRXX0108 --startday=1 --endday=3 --spaces=15 --datatype=HT}
    ${execi 3600 python ~/.scripts/conkyForecast.py--location=FRXX0108 --startday=1 --endday=3 --spaces=5 --datatype=DW}
    @Loup-des-Neiges

    la barre en bas c'est tint2 il y a un fichier de configuration (un peu comme conky) que tu peus modifier a ta guise voila le mien :
    #---------------------------------------------
    # TINT2 CONFIG FILE
    #---------------------------------------------
    # For more information about tint2, see:
    # http://code.google.com/p/tint2/wiki/Welcome
    #
    # For more config file examples, see:
    # http://crunchbanglinux.org/forums/topic/3232/my-tint2-config/
    #---------------------------------------------
    # BACKGROUND AND BORDER
    #---------------------------------------------
    rounded = 5
    border_width = 1
    background_color = #000000 50
    border_color = #000000 40
    
    rounded = 5
    border_width = 1
    background_color = #000000 50
    border_color = #000000 90
    
    rounded = 5
    border_width = 0
    background_color = #000000 30
    border_color = #ffffff 70
    
    #---------------------------------------------
    # PANEL
    #---------------------------------------------
    panel_monitor = all
    panel_position = bottom center
    panel_size = 97% 27
    panel_margin = 4 4
    panel_padding = 7 0
    font_shadow = 0
    panel_background_id = 1
    
    #---------------------------------------------
    # TASKBAR
    #---------------------------------------------
    taskbar_mode = single_monitor
    taskbar_padding = 2 3 2
    taskbar_background_id = 0
    
    #---------------------------------------------
    # TASKS
    #---------------------------------------------
    task_icon = 1
    task_text = 1
    task_width = 180
    task_centered = 1
    task_padding = 6 3
    task_font = Caviar Dreams 9
    task_font_color = #ffffff 70
    task_active_font_color = #ffffff 90
    task_background_id = 3
    task_active_background_id = 2
    
    #---------------------------------------------
    # SYSTRAYBAR
    #---------------------------------------------
    #systray = 1
    #systray_padding = 0 4 5
    #systray_background_id = 0
    #systray_icon_size = 30
    
    #---------------------------------------------
    # CLOCK
    #---------------------------------------------
    #time1_format = %H:%M
    #time1_font = sans 8
    #time2_format = %A %d %B
    #time2_font = sans 6
    #clock_font_color = #ffffff 76
    #clock_padding = 1 0
    #clock_background_id = 0
    
    #---------------------------------------------
    # MOUSE ACTION ON TASK
    #---------------------------------------------
    mouse_middle = none
    mouse_right = close
    mouse_scroll_up = toggle
    mouse_scroll_down = iconify
    et mon theme GTK c'est nueus X

    voila 🙂