#!/bin/bash # blob:summary=Refresh the current theme from its templates. THEME_NAME_PATH="$HOME/.local/state/blob/current/theme.name" if [[ -f $THEME_NAME_PATH ]]; then BLOB_THEME_SKIP_BACKGROUND=1 blob-theme-set "$(cat $THEME_NAME_PATH)" fi