#!/bin/bash
#=========================================#
# Simple update notifier (DNF) v0.3.8     #
#=========================================#

CONFIG="/var/tmp/.simple-notifier"
NUM=$(cat /var/tmp/.simple-notifier/num_updates)
sleep 0.50
echo "There is "$NUM" updates available" > $CONFIG/update_pkgs

