xob: General configuration, theming

This commit is contained in:
2018-08-21 23:53:11 -05:00
parent 3357268c71
commit cf20f61cc7
2 changed files with 136 additions and 25 deletions

View File

@@ -153,7 +153,7 @@ if which xob > /dev/null 2>&1; then
mkfifo "$XOB_PIPE_DIR/$pipe"
if [ -p "$XOB_PIPE_DIR/$pipe" ]; then
printf " [INFO] Successfully created pipe \"$pipe\". Binding an xob instance to it\n"
tail -f "$XOB_PIPE_DIR/$pipe" | xob -s "$pipe" &
tail -f "$XOB_PIPE_DIR/$pipe" | xob -s "$pipe" -t 2 &
else
printf " [WARN] Failed to create pipe \"$pipe\"\n"
fi