diff --git a/config/includes.chroot/etc/skel/.conkyrc b/config/includes.chroot/etc/skel/.conkyrc new file mode 100644 index 0000000..b574558 --- /dev/null +++ b/config/includes.chroot/etc/skel/.conkyrc @@ -0,0 +1,121 @@ +# Conky configuration +# https://gitlab.com/nodiscc/debian-live-config +# Enable more items by commenting out their respective lines + +background no +border_margin 5 +border_width 5 +cpu_avg_samples 2 +#default_outline_color 000000 +#default_shade_color 000000 +double_buffer yes +draw_borders no +draw_graph_borders no +draw_outline no +draw_shades yes +gap_x 30 +gap_y 50 +max_specials 1024 +max_user_text 10000 +maximum_width 900 +minimum_size 350 +net_avg_samples 2 +no_buffers yes +override_utf8_locale yes +own_window_class Conky +own_window yes +own_window_argb_visual no +#own_window_argb_value 0 +#own_window_colour 000000 +own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager +own_window_transparent yes +own_window_type normal +pad_percents 2 +short_units yes +stippled_borders 3 +text_buffer_size 8000 +total_run_times 0 +uppercase no +use_spacer right +use_xft yes +xftalpha 1 + +# CONFIG +update_interval 5.0 +#update_interval 1.0 # for second-precision clock +alignment top_right +default_color FFFFFF +#default_color 000000 +color1 C6B59B +font Roboto:pixelsize=17 +xftfont Roboto:pixelsize=17 + +TEXT +# day of week +${font Roboto:pixelsize=40}${time %A}${font} +${hr} +# date +${font}${time %B %d, %Y} +# clock +${font Roboto:pixelsize=40}${time %H:%M}${font} +# clock with seconds +#${font Roboto:pixelsize=40}${time %H:%M:%S}${font} + +# System monitor ##### +# memory/cpu usage (%) +#${color1}MEM ${color}${memperc}% ${color1}CPU ${color}${cpu cpu0}%${color1} +# +# memory usage (absolute) +#${color1}MEM USED ${color}${mem} ${color1}MEM FREE ${color}${memeasyfree}${color1} +# +# swap usage (absolute) +#${color1}SWP USED ${color}${swap} ${color1}SWP FREE ${color}${swapfree}${color1} +# +# network up/down speed +#${color1}NET UP ${color}${upspeedf eth0} ${color1}NET DWN ${color}${downspeedf eth0} +# +# Private IP address +#${color1}LAN IP ${color}${addr eth0} +# +# Public IP address +#${color1}WAN IP ${color}${texeci 10800 curl -s https://ifconfig.me} +# +# free space for all mounted drives +#${execpi 30 /opt/dlc-utils/scripts/conky-alldisks-free.sh} +# +# battery/uptime +#${color1}BAT ${color}${battery_percent BAT0}% ${color1}UPTIME ${color}${uptime} +# +# Number of running processes +#${color1}PROCESSES ${color}${processes} +# +################## +# Top processes +#${font sans-serif:bold:size=8}TOP PROCESS ${hr} +#${font sans-serif:normal:size=8}NAME $alignr PID CPU +#${top name 1} $alignr [${top pid 1}] ${top cpu 1} +#${top name 2} $alignr ${top pid 2} ${top cpu 2} +#${top name 3} $alignr ${top pid 3} ${top cpu 3} +#${top name 4} $alignr ${top pid 4} ${top cpu 4} +#${top name 5} $alignr ${top pid 5} ${top cpu 5} +#${font}${color} +################## + +# Utility/scripts ##### +# master volume level +#${color1}VOLUME ${color}${texeci 5 /opt/dlc-utils/scripts/conky-master-volume.sh} +# quodlibet current playing track and cover art +# the argument is the vertical position of the cover art, in pixels +#${execpi 5 /opt/dlc-utils/scripts/conky-quodlibet.sh 185} +# +# message of the day +#${color1}NEWS ${color}${hr} +#${font sans-serif:normal:size=8}${texeci 300 cat /etc/motd | fold -w55} + + + + + + + +