#!/usr/bin/env bash
set -euo pipefail

# Appearance is managed by Ubuntu itself; BRZ does not install a desktop theme.
if command -v gnome-control-center >/dev/null 2>&1; then
  exec gnome-control-center appearance
fi
zenity --info --title='Appearance' --text='Use Ubuntu Settings to choose the original Ubuntu light or dark appearance.'
