diff options
-rwxr-xr-x | .local/bin/dmlog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.local/bin/dmlog b/.local/bin/dmlog index e82499a..27cbf04 100755 --- a/.local/bin/dmlog +++ b/.local/bin/dmlog @@ -54,6 +54,13 @@ sub action exec(SLOCK_PATH); } else { + system( + NOTIF_PATH, + '-u', + 'normal', + 'shutdown', + ' G\'night, partner!' + ); exec(ACPI_PATH, '-s', '3'); } } |