Concession: Remove Conky multi-config file support

This commit is contained in:
Salt 2018-11-04 18:14:19 -06:00
parent 5a89a3d753
commit 82e2f6ae07

View File

@ -9,14 +9,6 @@
service_name="Conky"
service_process="conky"
function start() {
for file in $XDG_CONFIG_HOME/conky/*.conf; do
svc_log "Starting with config $file"
svc_logstart conky -c $file
done
return 0
}
function start-extra() {
for i in {1..100}; do
if xprop -name "Conky" > /dev/null 2>&1; then break; fi