Last active
July 17, 2022 16:19
-
-
Save fabienhinault/f28d315e9614d779fb93f7a765c5bbe6 to your computer and use it in GitHub Desktop.
#added to .profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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 ; ) & |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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