From 19f025c2dc27da54127ae302482398be61b55ebe Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 25 Nov 2023 18:54:55 +0900 Subject: updated --- config/hypr/scripts/Dunst.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 config/hypr/scripts/Dunst.sh (limited to 'config/hypr/scripts/Dunst.sh') diff --git a/config/hypr/scripts/Dunst.sh b/config/hypr/scripts/Dunst.sh deleted file mode 100755 index fa8bc10d..00000000 --- a/config/hypr/scripts/Dunst.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -CONFIG="$HOME/.config/dunst/dunstrc" - -if [[ ! $(pidof dunst) ]]; then - dunst -conf ${CONFIG} -fi -- cgit v1.2.3