Concession: Remove Conky multi-config file support
This commit is contained in:
parent
5a89a3d753
commit
82e2f6ae07
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user