Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Locale, fonts and font sizes.
- use_xft yes
- xftfont Droid Sans:size=9
- override_utf8_locale yes
- # Conky performance
- update_interval 1
- total_run_times 0
- double_buffer yes
- no_buffers no
- net_avg_samples 2
- text_buffer_size 1024
- # Execute it in its own window
- own_window yes
- own_window_transparent yes
- own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
- # Borders, margins.
- draw_borders no
- border_margin 1
- # Own window color
- own_window_colour 393834
- # Font colors
- default_color DBBC8C
- # Text shadows
- draw_shades no
- # Header colors
- color0 8090A0
- color1 800000
- # Minimum dimensions
- minimum_size 1280 0
- # Conky positioning.
- alignment bottom_right
- gap_x 300
- gap_y 5
- # Output
- TEXT
- ${voffset 30}${font Droid Sans:style=Bold:size=12}${color0}${goto 15} Sistema:${goto 256}Discos:${goto 512}Network:${goto 800}Temp:${goto 1024}Fecha y Hora:${font}${color}
- ${voffset 6}${goto 22}Uptime: ${goto 100}${uptime}${goto 256}System (/):${goto 380}${fs_used /} / ${fs_size /}${goto 512}upspeed: ${goto 612}${upspeedgraph enp0s7 10,100 B7B2AD B7B2AD}${font Droid Sans:style=Bold:size=9} ${upspeed enp0s7}${font}${goto 805}CPU: ${goto 868}${execi 4 sensors | grep "CPU Temperature" | cut -c 21-28}${goto 1024}${font Droid Sans:style=Bold:size=16}${color1} ${time %H:%M}${font}${color}
- ${voffset -8}${goto 22}Kernel: ${goto 100}${kernel}${goto 380}${fs_bar 10,100 /}${goto 512}downspeed: ${goto 612}${downspeedgraph enp0s7 10,100 B7B2AD B7B2AD}${font Droid Sans:style=Bold:size=9} ${downspeed enp0s7}${font}${goto 805}CFS: ${goto 868}${execi 4 sensors | grep "CPU FAN Speed" | cut -c 20-23} RPM
- ${goto 22}CPU: ${goto 100}${cpubar cpu1 10,100}${font Droid Sans:style=Bold:size=9} ${cpu cpu1}%${font}${goto 256}home (/home):${goto 380}${fs_free /home} / ${fs_size /home}${goto 512}up total: ${goto 612}${totalup enp0s7}${font}${goto 805}MB: ${goto 868}${execi 4 sensors | grep "MB Temperature" | cut -c 20-28}${font Droid Sans:style=Bold:size=12}${goto 1024}${time %A}, ${time %d} ${time %B} ${time %Y}${font}
- ${voffset -3}${goto 22}RAM: ${goto 100}${membar 10,100}${font Droid Sans:style=Bold:size=9} $memperc%${font}${goto 380}${fs_bar 10,100 /home}${goto 512}down total: ${goto 612}${totaldown enp0s7}${font}${goto 805}GPU: ${goto 868}${execi 20 nvidia-settings -query GPUCoreTemp |grep "(archlinux:0.0)"| cut -c 44-45}ÂșC
- ${goto 22}SWAP:${goto 100}${swapbar 10,100}${font Droid Sans:style=Bold:size=9} $swapperc%${font}${goto 256}SDA:${execi 20 sudo hddtemp /dev/sda |cut -d":" -f3} SDB:${execi 20 sudo hddtemp /dev/sdb |cut -d":" -f3}${goto 512}Local IP: ${goto 612}${addr enp0s7}${font}${goto 805}GFS: ${goto 868}${execi 20 nvidia-settings -q all |grep GPUCurrentFanSpeed |grep archlinux | cut -c 56-57} %
- ${goto 1024}${voffset -15}${font Droid Sans:style=Bold:size=12}${color A47A52}${execi 20 perl /home/cesarzeta/actconky.pl}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement