Split fedora and manjaro playbooks

Split playbooks to better accomodate development of both.
This commit is contained in:
ducoterra
2022-04-03 16:48:30 -04:00
parent 2ca110134a
commit 494e91f293
191 changed files with 1195 additions and 1314 deletions

8
tools/btrfs_backup/notify.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
export USER=ducoterra
LEVEL=$1
MESSAGE=$2
sudo -E -u $USER notify-send "$LEVEL" "$MESSAGE" --expire-time 10