skel: .conkyrc: fix comments/scripts path
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Conky configuration
|
||||
# https://gitlab.com/nodiscc/debian-live-config
|
||||
# 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
|
||||
border_margin 5
|
||||
@@ -51,46 +53,46 @@ font Roboto:pixelsize=17
|
||||
xftfont Roboto:pixelsize=17
|
||||
|
||||
TEXT
|
||||
# day of week
|
||||
##### CLOCK #####
|
||||
### DAY OF WEEK ###
|
||||
${font Roboto:pixelsize=40}${time %A}${font}
|
||||
${hr}
|
||||
# date
|
||||
### DATE ###
|
||||
${font}${time %B %d, %Y}
|
||||
# clock
|
||||
### TIME ###
|
||||
${font Roboto:pixelsize=40}${time %H:%M}${font}
|
||||
# clock with seconds
|
||||
### TIME WITH SECONDS ###
|
||||
#${font Roboto:pixelsize=40}${time %H:%M:%S}${font}
|
||||
|
||||
# System monitor #####
|
||||
# memory/cpu usage (%)
|
||||
##### SYSTEM MONITOR #####
|
||||
### MEMORY/CPU USAGE (%) ###
|
||||
#${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}
|
||||
#
|
||||
# swap usage (absolute)
|
||||
### SWAP USAGE (ABSOLUTE) ###
|
||||
#${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}
|
||||
#
|
||||
# Private IP address
|
||||
### PRIVATE IP ADDRESS ###
|
||||
#${color1}LAN IP ${color}${addr eth0}
|
||||
#
|
||||
# Public IP address
|
||||
### 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}
|
||||
### FREE DISK SPACE ###
|
||||
#${execpi 30 /opt/conky-scripts/conky-alldisks-free.sh}
|
||||
#
|
||||
# battery/uptime
|
||||
### BATTERY/UPTIME ###
|
||||
#${color1}BAT ${color}${battery_percent BAT0}% ${color1}UPTIME ${color}${uptime}
|
||||
#
|
||||
# Number of running processes
|
||||
### NUMBER OF RUNNING PROCESSES ###
|
||||
#${color1}PROCESSES ${color}${processes}
|
||||
#
|
||||
##################
|
||||
# Top 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}
|
||||
@@ -99,14 +101,15 @@ ${font Roboto:pixelsize=40}${time %H:%M}${font}
|
||||
#${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}
|
||||
#
|
||||
##### UTILITY/SCRIPTS #####
|
||||
#
|
||||
### MASTER VOLUME LEVEL ###
|
||||
#${color1}VOLUME ${color}${texeci 5 /opt/conky-scripts/conky-master-volume.sh}
|
||||
#
|
||||
### QUODLIBET CURRENT TRACK + COVER ART ###
|
||||
# argument: vertical position of the cover art, in pixels
|
||||
#${execpi 5 /opt/conky-scripts/conky-quodlibet.sh 185}
|
||||
#
|
||||
# message of the day
|
||||
#${color1}NEWS ${color}${hr}
|
||||
|
||||
Reference in New Issue
Block a user