Created
July 14, 2020 07:23
-
-
Save Wabri/7d8705c904560700716d25f07539630d to your computer and use it in GitHub Desktop.
Dunst configuration test
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
#! /usr/bin/env bash | |
pidof dunst && killall dunst | |
dunst & | |
notify-send --expire-time=80000 --urgency=critical critical | |
notify-send --expire-time=80000 --urgency=normal normal | |
notify-send --expire-time=80000 --urgency=low low |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment