gotta have dem copes :) through the bad times. a simple script that tells you everything is fine every 60 secs.
sudo chmod +x ./Copium.sh
./Copium.sh
This script relies on the following packages and tools to function properly:
- notify-send: A command-line tool for sending desktop notifications.
sudo apt install libnotify-bin
- dunstify: A command-line tool for sending notifications using the Dunst notification daemon.
sudo apt install dunst
- curl: A command-line tool for making HTTP requests.
sudo apt install curl
- jq: A lightweight and flexible command-line JSON processor.
sudo apt install jq
- If u are sick of the repetitive copium message you can get the classic ጋቭሮቭ jokes by using
--joke
option.
./Copium.sh --joke
- If you wanna cope with Jesus's quotes you can use the following option.
./Copium.sh --with-jesus
Set up systemd service to cope with ease.
$ sudo vim /etc/systemd/system/Copium.service
[Unit]
Description=start Copium
[Service]
Type=simple
ExecStart=/path/to/Compium script
[Install]
WantedBy=multi-user.target
$ sudo systemctl enable Copium.service
$ journalctl -u Copium.service
Don't forget to leave a star to help me cope ;)