Skip to content

Instantly share code, notes, and snippets.

@Wabri
Created July 14, 2020 07:23
Show Gist options
  • Save Wabri/7d8705c904560700716d25f07539630d to your computer and use it in GitHub Desktop.
Save Wabri/7d8705c904560700716d25f07539630d to your computer and use it in GitHub Desktop.
Dunst configuration test
#! /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