#!/bin/bash TITLE="$(xtitle)" if [[ -z "$TITLE" ]]; then echo "Enjoying the Desktop - No waifu, no laifu" else echo "$TITLE" fi