5 lines
99 B
Bash
5 lines
99 B
Bash
#!/usr/bin/env sh
|
|
|
|
# This hook is called when the system becomes unlocked again
|
|
|
|
pkill -CONT conky
|