dotfiles/.local/bin/scripts/save
2024-09-15 17:42:56 +03:00

5 lines
140 B
Bash
Executable file

#!/bin/sh -e
# Put system to sleep after specified number of seconds
mpc pause || mpdr
$(which timer || sleep) "${@:-30}"
systemctl suspend