Skip to content
/ devify Public

Device notification system using udev rules for monitoring connections

License

Notifications You must be signed in to change notification settings

pog102/devify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devify Licence Paypal Donate AUR version

notification
Devify is a device notification system that utilizes udev rules to monitor device connections and disconnections. It provides notifications when a device is connected or disconnected from Bluetooth and when it is plugged or unplugged from USB.

Prerequisites

Make sure you have the following prerequisites installed on your system:

  • libnotify
  • libcanberra

📦 Installation

Manual

  1. Clone the repository:

    git clone https://github.com/pog102/devify.git
  2. Navigate to the project directory:

    cd devify
  3. Install

    sudo make install
  4. Reload the udev rules:

    sudo udevadm control --reload-rules

AUR

paru -S devify

Gentoo

First, enable the lemon-lime-overlay

eselect repository add lemon-lime-overlay git https://github.com/lima-limon-inc/lemon-lime-overlay.git
emaint sync -r lemon-lime-overlay

Then, install the package

emerge --ask devify

Features

Credits: