3 lines
119 B
Bash
Executable File
3 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
swaynag -t tokyo-night -m 'Are you sure you want to shutdown your device?' -b 'Poweroff' 'shutdown -h now'
|