I am batman
This commit is contained in:
16
scripts/wallbashdunst.sh
Executable file
16
scripts/wallbashdunst.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# set variables
|
||||
|
||||
scrDir=`dirname "$(realpath "$0")"`
|
||||
source $scrDir/globalcontrol.sh
|
||||
dstDir="${confDir}/dunst"
|
||||
|
||||
# regen conf
|
||||
|
||||
export hypr_border
|
||||
envsubst < "${dstDir}/dunst.conf" > "${dstDir}/dunstrc"
|
||||
envsubst < "${dstDir}/wallbash.conf" >> "${dstDir}/dunstrc"
|
||||
killall dunst
|
||||
dunst &
|
||||
|
||||
Reference in New Issue
Block a user