9 lines
252 B
Bash
Executable File
9 lines
252 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# archypr:summary=Toggle suspend availability in the system menu
|
|
|
|
archypr-oggle \
|
|
--enabled-notification " Suspend removed from system menu" \
|
|
--disabled-notification " Suspend now available in system menu" \
|
|
suspend-off
|