- #########################################
- ############## BASIC INFO ###############
- #########################################
- # Conky Configuration File
- # Name: LPC (Light, Pretty, Cormfortable)
- # License: WTFPL (Do What the Fuck You Want to Public License)
- # Author: tomasz.wojcik.88@gmail.com
- # If any asks or question, just write to me
- #########################################
- ####################
- ### Settings ###
- ####################
- background yes
- no_buffers yes
- short_units yes
- double_buffer yes
- no_buffers yes
- extra_newline no
- if_up_strictness address
- temperature_unit celsius
- format_human_readable
- update_interval 1
- cpu_avg_samples 1
- net_avg_samples 1
- total_run_times 0
- imlib_cache_size 0
- default_bar_size 200 10
- default_graph_size 200 100
- diskio_avg_samples 10
- text_buffer_size 4096
- ####################
- ### Position ###
- ####################
- alignment top_right
- gap_x 12
- gap_y 40
- minimum_size 300 870
- maximum_width 300
- ###################
- ### Borders ###
- ###################
- border_inner_margin 0
- border_outer_margin 10
- border_width 0
- draw_borders no
- draw_graph_borders yes
- draw_outline no
- draw_shades yes
- stippled_borders 1
- ##################
- ### Window ###
- ##################
- own_window yes
- own_window_argb_visual no ### DON'T CHANGE THAT !!!
- own_window_argb_value 200
- own_window_class Conky
- own_window_colour 000000
- own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
- own_window_type desktop
- own_window_transparent yes
- own_window_title system_conky
- ################
- ### Font ###
- ################
- max_text_width 0
- override_utf8_locale yes
- uppercase no
- use_spacer none
- use_xft yes
- xftfont Ubuntu :size=9
- xftalpha 0.9
- ###########################
- ### Defining Colors ###
- ###########################
- default_color FFFFFF # WHITE #
- default_outline_color 000000 # BLACK #
- default_shade_color 000000 # BLACK #
- color1 DDDDDD # LIGHT GRAY #
- color2 AAAAAA # DEEP GRAY #
- color3 1793d0 # BLUE - DESCRIPTION LOWER #
- color4 EF5A29 # DEEP ORANGE - PICTURE MAIN #
- color5 77B753 # GREEN -DOWNLOAD # COLOR NOT USED #
- color6 FFA300 # LIGHT ORANGE - DESCRITION MAIN#
- color7 CE0000 # RED - UPLOAD #
- color8 violet # VIOLET - PICTURE LOWER #
- color9 1AFF00 # GREEN SATURATED - DOWNLOAD #
- ############
- ### TEXT ###
- ############
- TEXT
- ### HOUR ###
- ${alignc}${font Ubuntu :size=20,weight:bold}${color}${time %H:%M}
- ### SYSTEM ###
- ${voffset 10}${font ConkyColors:size=12}${color4}h${font}${offset 3}${voffset -5}${font Ubuntu :size=10,weight:bold}${color6}SYSTEM $hr
- ${voffset 5}${offset 5}${color8}${font ConkyColors:size=10}o${font}${voffset -2}${font Ubuntu :size=9,weight:bold}${color3} Uptime${offset 10}${color}$uptime
- ${offset 5}${color8}${font ConkyColors:size=10}E${font}${voffset -2}${color3}${font Ubuntu:size=9,weight:bold} Kernel:${offset 10}${color} $kernel ${color3} on ${color}$machine
- ${offset 5}${color8}${font ConkyColors:size=10}p${font}${voffset -2}${color3}${font Ubuntu:size=9,weight:bold} User:${offset 22}${color} ${execi 1000 whoami}${color3}@${color}${execi 1000 hostname}
- ### PROCESSORS ###
- ${voffset 7}${font ConkyColors:size=12}${color4}e${font}${offset 3}${voffset -5}${font Ubuntu :size=10,weight:bold}${color6}CPU $hr
- ${voffset 5}${offset 5}${color8}${font ConkyColors:size=10}C${font}${voffset -2}${font Ubuntu:size=9,weight:bold}${color3} CPU 1${offset 5}${if_match ${cpu cpu0} > 85}${color7}${else}${if_match ${cpu cpu0} > 60}${color8}${else}${color}${endif}${endif}${font Ubuntu :size=9,weight:bold}${cpu cpu0}%${offset 12}${color8}${voffset 2}${font ConkyColors:size=10}9${font}${voffset -2}${font Ubuntu:size=9,weight:bold}${color}${execi 60 sensors | grep 'Core 0' | awk {'print $3 " / " $6'} | cut -c 2-19}${alignr}${voffset 1}${color8}${font ConkyColors:size=10}C${font}${voffset -2}${font Ubuntu:size=9,weight:bold}${color3} CPU 2${offset 5}${if_match ${cpu cpu1} > 85}${color7}${else}${if_match ${cpu cpu1} > 60}${color8}${else}${color}${endif}${endif}${font Ubuntu :size=9,weight:bold}${cpu cpu1}%
- ${color}${cpugraph cpu0 30,140 1793d0 ffffff}${offset 20}${color}${cpugraph cpu1 30,140 1793d0 ffffff}
- ### RAM ###
- ${voffset 7}${font ConkyColors:size=12}${color4}g${font}${offset 3}${voffset -5}${font Ubuntu :size=10,weight:bold}${color6}RAM $hr
- ${voffset 3}${offset 5}${font Ubuntu:size=9,weight:bold}${color3}Used${offset 5}${color}${if_match ${memperc} > 80}${color7}${else}${if_match ${memperc} > 50}${color8}${else}${color}${endif}${endif}${font Ubuntu :size=9,weight:bold}${memperc}%${offset 5}${color}${memfree}/${memmax}${voffset -8}${alignr}${memgraph 20, 150 1793d0 ffffff}
- ### SDA ###
- ${voffset 7}${font ConkyColors:size=12}${color4}i${font}${offset 3}${voffset -5}${font Ubuntu :size=10,weight:bold}${color6}SDA $hr
- ${voffset 3}${offset 5}${font Ubuntu:size=9,weight:bold}${color3}/${offset 10}${color}${fs_used_perc /}%${offset 10}${fs_free /}/${fs_size /}${offset 10}${alignr}${voffset -4}${fs_bar 15,120 /}
- ${offset 5}${font Ubuntu:size=9,weight:bold}${color3}/home${offset 10}${color}${fs_used_perc /home}%${offset 10}${fs_free /home}/${fs_size /home}${offset 5}${alignr}${voffset -4}${fs_bar 15,120 /home}
- ${offset 5}${color3}${font ConkyColors:size=10}z${font}${voffset -2}${font Ubuntu:size=9,weight:bold} SWAP${offset 10}${color}${if_match ${swapperc} > 80}${color7}${else}${if_match ${swapperc} > 50}${color8}${else}${color}${endif}${endif}${swapperc}%${offset 10}${swapfree}/${swapmax}${alignr}${voffset -4}${swapbar 15, 120 1793d0 ffffff}
- ### NVIDIA ###
- ${voffset 7}${font ConkyColors:size=12}${color4}C${font}${offset 3}${voffset -5}${font Ubuntu :size=10,weight:bold}${color6}NVIDIA $hr
- ${voffset 5}${offset 5}${color8}${font ConkyColors:size=10}9${font}${voffset -2}${font Ubuntu :size=9,weight:bold}${color3} GPU Temp${offset 20}${color}${nvidia temp}°C${alignr}${color8}${font ConkyColors:size=10}l${font}${voffset -2}${font Ubuntu :size=9,weight:bold}${color3} GPU Clock${offset 15}${color}${nvidia gpufreq}MHz
- ${voffset 5}${offset 5}${color8}${font ConkyColors:size=10}g${font}${voffset -2}${font Ubuntu :size=9,weight:bold}${color3} RAM${offset 20}${color}${execi 5 nvidia-settings -q [gpu:0]/UsedDedicatedGPUMemory -t} / ${exec nvidia-settings -q [gpu:0]/TotalDedicatedGPUMemory -t}MB${alignr}${color8}${font ConkyColors:size=10}l${font}${voffset -2}${font Ubuntu :size=9,weight:bold}${color3} RAM Clock${offset 15}${color}${nvidia memfreq}MHz
- ### NETWORK ###
- ${voffset 7}${if_existing /proc/net/route eth0}${font ConkyColors:size=12}${color4}n${font}${offset 3}${voffset -3}${font Ubuntu :size=10,weight:bold}${color6}ETHERNET $hr
- ${voffset 3}${offset 5}${color8}${font ConkyColors:size=10}t${font}${voffset -2}${font Ubuntu :size=9,weight:bold}${color3} Total${offset 10}${color}${execi 1000 vnstat | grep `date +%b`" '"`date +%y` | awk {'print $3,$4'}}
- ${voffset 7}${offset 5}${color7}${font ConkyColors:size=10}x${font}${voffset -2}${font Ubuntu:size=9,weight:bold}${offset 15}${color}${totalup eth0}${offset 15}${upspeed eth0}${alignr}${downspeed eth0}${color}${offset 15}${totaldown eth0}${offset 15}${color9}${font ConkyColors:size=10}w${font}
- ${color}${upspeedgraph eth0 20,140 CE0000 FFFFFF 10000000 -l}${offset 20}${downspeedgraph eth0 20,140 1AFF00 FFFFFF 10000000 -l}
- ### WI-FI ###
- ${else}${voffset 7}${font ConkyColors:size=12}${color4}j${font}${offset 3}${voffset -5}${font Ubuntu :size=10,weight:bold}${color6}Wi-FI $hr
- ${voffset 3}${offset 5}${color8}${font ConkyColors:size=10}k${font}${voffset -2}${font Ubuntu :size=9,weight:bold}${color3} Sig${offset 10}${color}${wireless_link_qual wlan0}%${alignr}${color8}${font ConkyColors:size=10}t${font}${voffset -2}${font Ubuntu :size=9,weight:bold}${color3} Total${offset 10}${color}${execi 1000 vnstat | grep `date +%b`" '"`date +%y` | awk {'print $3,$4'}}
- ${voffset 7}${offset 5}${color7}${font ConkyColors:size=10}x${font}${voffset -2}${font Ubuntu:size=9,weight:bold}${offset 15}${color}${totalup wlan0}${offset 15}${upspeed wlan0}${alignr}${downspeed wlan0}${color}${offset 15}${totaldown wlan0}${offset 15}${color9}${font ConkyColors:size=10}w${font}
- ${color}${upspeedgraph wlan0 20,140 CE0000 FFFFFF 10000000 -l}${offset 20}${downspeedgraph wlan0 20,140 1AFF00 FFFFFF 10000000 -l}
- ### TOP 10 ###
- ${voffset 7}${font ConkyColors:size=12}${color4}n${font}${offset 3}${voffset -3}${font Ubuntu :size=10,weight:bold}${color6}TOP 10 $hr
- ${voffset 3}${offset 30}${color8}${font ConkyColors:size=10}e${font}${voffset -2}${font Ubuntu :size=10,weight:bold}${color3} CPU${offset 140}${color8}${font ConkyColors:size=10}g${font}${voffset -2}${font Ubuntu :size=10,weight:bold}${color3} RAM${color}
- ${font Ubuntu:size=9,weight:bold}${top name 1}${top cpu 1}%${alignr}${font Ubuntu:size=9,weight:bold}${top_mem name 1}${top_mem mem 1}%
- ${font Ubuntu:size=9,weight:bold}${top name 2}${top cpu 2}%${alignr}${font Ubuntu:size=9,weight:bold}${top_mem name 2}${top_mem mem 2}%
- ${font Ubuntu:size=9,weight:bold}${top name 3}${top cpu 3}%${alignr}${font Ubuntu:size=9,weight:normal}${top_mem name 3}${top_mem mem 3}%
- ${font Ubuntu:size=9,weight:bold}${color1}${top name 4}${top cpu 4}%${alignr}${font Ubuntu:size=9,weight:normal}${color1}${top_mem name 4}${top_mem mem 4}%
- ${font Ubuntu:size=9,weight:bold}${color1}${top name 5}${top cpu 5}%${alignr}${font Ubuntu:size=9,weight:normal}${color1}${top_mem name 5}${top_mem mem 5}%
- ${font Ubuntu:size=9,weight:bold}${color1}${top name 6}${top cpu 6}%${alignr}${font Ubuntu:size=9,weight:normal}${color1}${top_mem name 6}${top_mem mem 6}%
- ${font Ubuntu:size=9,weight:bold}${color2}${top name 7}${top cpu 7}%${alignr}${font Ubuntu:size=9,weight:normal}${color2}${top_mem name 7}${top_mem mem 7}%
- ${font Ubuntu:size=9,weight:bold}${color2}${top name 8}${top cpu 8}%${alignr}${font Ubuntu:size=9,weight:normal}${color2}${top_mem name 8}${top_mem mem 8}%
- ${font Ubuntu:size=9,weight:bold}${color2}${top name 9}${top cpu 9}%${alignr}${font Ubuntu:size=9,weight:normal}${color2}${top_mem name 9}${top_mem mem 9}%
- ${font Ubuntu:size=9,weight:bold}${color2}${top name 10}${top cpu 10}%${alignr}${font Ubuntu:size=9,weight:normal}${color2}${top_mem name 10}${top_mem mem 10}%