hyprcrux/.config/hypr/scripts/wallbashdunst.sh
2024-02-26 00:59:53 -05:00

14 lines
261 B
Bash
Executable file

#!/usr/bin/env sh
# set variables
ScrDir=`dirname "$(realpath "$0")"`
source $ScrDir/globalcontrol.sh
dstDir="${XDG_CONFIG_HOME:-$HOME/.config}/dunst"
# regen conf
cat "$dstDir/dunst.conf" "$dstDir/Wall-Dcol.conf" > "$dstDir/dunstrc"
killall dunst
dunst &