move config directories into repo
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$(dunstctl history | grep 255)" == "" ];
|
||||
then
|
||||
echo "absent"
|
||||
else
|
||||
echo "present"
|
||||
fi
|
||||
Reference in New Issue
Block a user