on
dns
technitium
ubuntu
- Get link
- X
- Other Apps
Some time play games in Lutris could cause conky to change position due to different resolution.
To reset the conky position, configure Lutris to restart conky with bash script after the games is exited.
Remember to make the bash script executable.
chmod +x restart_conky.sh
#restart_conky.sh
#!/bin/bash
pkill -HUP conky
#end
Comments