move config directories into repo

This commit is contained in:
2024-03-15 11:06:26 +00:00
parent eb71181096
commit 349bdde402
178 changed files with 11479 additions and 9 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
if [ "$(dunstctl history | grep 255)" == "" ];
then
echo "absent"
else
echo "present"
fi