Skip to content

Instantly share code, notes, and snippets.

@fabienhinault
Last active July 17, 2022 16:19
Show Gist options
  • Save fabienhinault/f28d315e9614d779fb93f7a765c5bbe6 to your computer and use it in GitHub Desktop.
Save fabienhinault/f28d315e9614d779fb93f7a765c5bbe6 to your computer and use it in GitHub Desktop.
#added to .profile
#added to .profile
(sleep $((20 * 60 )); cvlc --play-and-exit /usr/local/share/sounds/Alarm_or_siren.ogg ; gnome-session-quit --logout ; sleep $(( 2 * 60 )); cvlc --play-and-exit /usr/local/share/sounds/Alarm_or_siren.ogg ; gnome-session-quit --force ; ) &
#added to .profile
(sleep $((15 * 60 )); cvlc --play-and-exit /usr/local/share/sounds/Alarm_or_siren.ogg ; lxde-logout ; sleep $(( 2 * 60 )); cvlc --play-and-exit /usr/local/share/sounds/Alarm_or_siren.ogg ; pkill -SIGTERM lxqt-session ; ) &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment