is there a way to stop conky before hibernation and to start it after resuming?
the script by which i start conky is named "conkystart" and is the following:
Code: Select all
#!/bin/bash
conky -c /home/fctk/.conkyrc1
conky -c /home/fctk/.conkyrc2
conky -c /home/fctk/.conkyrc3
conky -c /home/fctk/.conkyrc4Code: Select all
OnSuspend 00 killall conky
OnResume 00 conkystartCode: Select all
Conky: can't open display:
Conky: can't open display:
Conky: can't open display:
Conky: can't open display:

