Split fedora and manjaro playbooks
Split playbooks to better accomodate development of both.
This commit is contained in:
8
tools/btrfs_backup/notify.sh
Executable file
8
tools/btrfs_backup/notify.sh
Executable 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
|
||||
Reference in New Issue
Block a user