9 lines
252 B
Bash
9 lines
252 B
Bash
|
|
#!/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
|