skel: .conkyrc: fix comments/scripts path

This commit is contained in:
nodiscc
2021-03-21 14:23:22 +01:00
parent 7afe04f85a
commit 896a594d9c

View File

@@ -1,6 +1,8 @@
# Conky configuration # Conky configuration
# https://gitlab.com/nodiscc/debian-live-config # https://gitlab.com/nodiscc/debian-live-config
# Enable more items by commenting out their respective lines # Enable more items by commenting out their respective lines
# To install/enable scripts for extra functionality:
# git clone https://gitlab.com/nodiscc/toolbox; sudo cp -r toolbox/ARCHIVE/conky-scripts /opt/
background no background no
border_margin 5 border_margin 5
@@ -51,46 +53,46 @@ font Roboto:pixelsize=17
xftfont Roboto:pixelsize=17 xftfont Roboto:pixelsize=17
TEXT TEXT
# day of week ##### CLOCK #####
### DAY OF WEEK ###
${font Roboto:pixelsize=40}${time %A}${font} ${font Roboto:pixelsize=40}${time %A}${font}
${hr} ${hr}
# date ### DATE ###
${font}${time %B %d, %Y} ${font}${time %B %d, %Y}
# clock ### TIME ###
${font Roboto:pixelsize=40}${time %H:%M}${font} ${font Roboto:pixelsize=40}${time %H:%M}${font}
# clock with seconds ### TIME WITH SECONDS ###
#${font Roboto:pixelsize=40}${time %H:%M:%S}${font} #${font Roboto:pixelsize=40}${time %H:%M:%S}${font}
# System monitor ##### ##### SYSTEM MONITOR #####
# memory/cpu usage (%) ### MEMORY/CPU USAGE (%) ###
#${color1}MEM ${color}${memperc}% ${color1}CPU ${color}${cpu cpu0}%${color1} #${color1}MEM ${color}${memperc}% ${color1}CPU ${color}${cpu cpu0}%${color1}
# #
# memory usage (absolute) ### MEMORY USAGE (ABSOLUTE) ###
#${color1}MEM USED ${color}${mem} ${color1}MEM FREE ${color}${memeasyfree}${color1} #${color1}MEM USED ${color}${mem} ${color1}MEM FREE ${color}${memeasyfree}${color1}
# #
# swap usage (absolute) ### SWAP USAGE (ABSOLUTE) ###
#${color1}SWP USED ${color}${swap} ${color1}SWP FREE ${color}${swapfree}${color1} #${color1}SWP USED ${color}${swap} ${color1}SWP FREE ${color}${swapfree}${color1}
# #
# network up/down speed ### NETWORK UP/DOWN SPEED ###
#${color1}NET UP ${color}${upspeedf eth0} ${color1}NET DWN ${color}${downspeedf eth0} #${color1}NET UP ${color}${upspeedf eth0} ${color1}NET DWN ${color}${downspeedf eth0}
# #
# Private IP address ### PRIVATE IP ADDRESS ###
#${color1}LAN IP ${color}${addr eth0} #${color1}LAN IP ${color}${addr eth0}
# #
# Public IP address ### PUBLIC IP ADDRESS ###
#${color1}WAN IP ${color}${texeci 10800 curl -s https://ifconfig.me} #${color1}WAN IP ${color}${texeci 10800 curl -s https://ifconfig.me}
# #
# free space for all mounted drives ### FREE DISK SPACE ###
#${execpi 30 /opt/dlc-utils/scripts/conky-alldisks-free.sh} #${execpi 30 /opt/conky-scripts/conky-alldisks-free.sh}
# #
# battery/uptime ### BATTERY/UPTIME ###
#${color1}BAT ${color}${battery_percent BAT0}% ${color1}UPTIME ${color}${uptime} #${color1}BAT ${color}${battery_percent BAT0}% ${color1}UPTIME ${color}${uptime}
# #
# Number of running processes ### NUMBER OF RUNNING PROCESSES ###
#${color1}PROCESSES ${color}${processes} #${color1}PROCESSES ${color}${processes}
# #
################## ### TOP PROCESSES ###
# Top processes
#${font sans-serif:bold:size=8}TOP PROCESS ${hr} #${font sans-serif:bold:size=8}TOP PROCESS ${hr}
#${font sans-serif:normal:size=8}NAME $alignr PID CPU #${font sans-serif:normal:size=8}NAME $alignr PID CPU
#${top name 1} $alignr [${top pid 1}] ${top cpu 1} #${top name 1} $alignr [${top pid 1}] ${top cpu 1}
@@ -99,14 +101,15 @@ ${font Roboto:pixelsize=40}${time %H:%M}${font}
#${top name 4} $alignr ${top pid 4} ${top cpu 4} #${top name 4} $alignr ${top pid 4} ${top cpu 4}
#${top name 5} $alignr ${top pid 5} ${top cpu 5} #${top name 5} $alignr ${top pid 5} ${top cpu 5}
#${font}${color} #${font}${color}
################## #
##### UTILITY/SCRIPTS #####
# Utility/scripts ##### #
# master volume level ### MASTER VOLUME LEVEL ###
#${color1}VOLUME ${color}${texeci 5 /opt/dlc-utils/scripts/conky-master-volume.sh} #${color1}VOLUME ${color}${texeci 5 /opt/conky-scripts/conky-master-volume.sh}
# quodlibet current playing track and cover art #
# the argument is the vertical position of the cover art, in pixels ### QUODLIBET CURRENT TRACK + COVER ART ###
#${execpi 5 /opt/dlc-utils/scripts/conky-quodlibet.sh 185} # argument: vertical position of the cover art, in pixels
#${execpi 5 /opt/conky-scripts/conky-quodlibet.sh 185}
# #
# message of the day # message of the day
#${color1}NEWS ${color}${hr} #${color1}NEWS ${color}${hr}