mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
9 lines
253 B
Bash
Executable File
9 lines
253 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# omarchy:summary=Toggle suspend availability in the system menu
|
|
|
|
omarchy-toggle \
|
|
--enabled-notification " Suspend removed from system menu" \
|
|
--disabled-notification " Suspend now available in system menu" \
|
|
suspend-off
|