Skip to content

YohannesTz/Copium.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copium.sh

gotta have dem copes :) through the bad times. a simple script that tells you everything is fine every 60 secs.

Instructions

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

Need ጋቭሮቭ jokes?

  • If u are sick of the repetitive copium message you can get the classic ጋቭሮቭ jokes by using --joke option.
   ./Copium.sh --joke

With Jesus?

  • If you wanna cope with Jesus's quotes you can use the following option.
  ./Copium.sh --with-jesus

Systemd

Set up systemd service to cope with ease.

You could create a file (as sudo) with you favorite editor (nano, vim etc) like:

$ sudo vim /etc/systemd/system/Copium.service

It should contain at least the following:

[Unit]
Description=start Copium

[Service]
Type=simple
ExecStart=/path/to/Compium script

[Install]
WantedBy=multi-user.target

To ensure that the service will start after reboot execute:

$ sudo systemctl enable Copium.service

You can check it any time using

$ journalctl -u Copium.service

Preview

Cat taking copium

Support

Don't forget to leave a star to help me cope ;)

Built with ❤︎ by Yohannes Tz

About

gotta have dem copes :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages