Files
nixos/modules/old_configs/waybar/scripts/dunst-history-check
T

9 lines
110 B
Bash
Executable File

#!/bin/bash
if [ "$(dunstctl history | grep 255)" == "" ];
then
echo "absent"
else
echo "present"
fi