Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Conky
- ## easysid Tuesday, 30 September 2014 16:44 IST
- #
- ######################
- # - Conky settings - #
- ######################
- background no
- update_interval 2
- cpu_avg_samples 1
- total_run_times 0
- override_utf8_locale yes
- double_buffer yes
- no_buffers yes
- text_buffer_size 10240
- imlib_cache_size 10240
- # For screen size 1366x768
- minimum_size 930 100
- maximum_width 930
- gap_x 200
- gap_y 5
- alignment bl
- #####################
- # - Text settings - #
- #####################
- use_xft yes
- xftfont dejavu sans mono:pixelsize=11 # changing font may mess with alignment.
- xftalpha 1
- short_units yes
- pad_percents 2
- top_name_width 9
- uppercase no
- ######################
- # - Color settings - #
- ######################
- default_color cccccc # Text
- #############################
- # - Window specifications - #
- #############################
- own_window yes
- own_window_colour 101010
- own_window_argb_visual yes
- own_window_transparent yes
- own_window_type desktop
- own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
- border_inner_margin 0
- border_outer_margin 0
- #########################
- # - Graphics settings - #
- #########################
- draw_shades no
- draw_outline no
- draw_borders no
- stippled_borders 0
- draw_graph_borders yes
- template1 ⎜${offset -4}${voffset 6}──${voffset -6}
- # The conky is written one line at a time. Each para below corresponds to a single line in display.
- TEXT
- ${goto 375}${sysname} @ ${nodename}
- ${goto 420}${voffset -1}⎜
- ${voffset -6}${goto 3}──────────────────────────────────────────────────────────────────────────────────────────────────────────
- ${voffset -6}\
- ⎜ ${goto 180}⎜ ${goto 420}⎜ ${goto 645}⎜ ${goto 742}⎜ ${voffset -5}
- ${template1}kernel ${kernel} ${goto 180}${template1}cpu ${cpu cpu0}% ${goto 420}${template1}ram ${mem} \
- ${goto 645}${template1}temps ${goto 742}${template1}disks \
- ${template1}uptime ${uptime_short} \
- ${goto 180} ${template1}${top name 1} ${goto 300}${top pid 1} ${goto 340}${top cpu 1}% \
- ${goto 420} ${template1}${top_mem name 1} ${goto 540}${top_mem pid 1} ${goto 590}${top_mem mem_res 1} \
- ${goto 645} ${template1}cpu ${execi 3 sensors coretemp-isa-000 | grep 'Core 0' | cut -c16-17}° \
- ${goto 742} ${template1}/ ${fs_used /} of ${fs_size /} \
- ${template1}pacman ${execi 1000 pacman -Q | wc -l} packages \
- ${goto 180} ${template1}${top name 2} ${goto 300}${top pid 2} ${goto 340}${top cpu 2}% \
- ${goto 420} ${template1}${top_mem name 2} ${goto 540}${top_mem pid 2} ${goto 590}${top_mem mem_res 2} \
- ${goto 645} ${template1}ati ${execi 3 sensors radeon-pci-0100 | grep temp1 | cut -c16-17}° \
- ${goto 742} ${template1}/home ${fs_used /home} of ${fs_size /home} \
- ${template1}updated ${execi 1000 awk '/upgraded/ {line=$0;} END { $0=line; gsub(/[\[\]]/,"",$0); printf "%s",$1;}' /var/log/pacman.log} \
- ${goto 180} ${template1}${top name 3} ${goto 300}${top pid 3} ${goto 340}${top cpu 3}% \
- ${goto 420} ${template1}${top_mem name 3} ${goto 540}${top_mem pid 3} ${goto 590}${top_mem mem_res 3} \
- ${goto 742} ${template1}/DATA ${fs_used /media/DATA} of ${fs_size /media/DATA} \
- ${goto 180} ${template1}${top name 4} ${goto 300}${top pid 4} ${goto 340}${top cpu 4}% \
- ${goto 420} ${template1}${top_mem name 4} ${goto 540}${top_mem pid 4} ${goto 590}${top_mem mem_res 4}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement