#!/bin/bash yad --title="About Mabox" --window-icon=mbcc \ --about \ --pname="Mabox Linux" \ --pversion="$(lsb_release -rs) $(lsb_release -cs)" \ --image=mbcc \ --comments="Fast and Lightweight, ready to use Openbox Desktop" \ --copyright="Copyright 2016-2022, Daniel Napora " \ --license=GPL3 \ --website="https://maboxlinux.org" \ --website-label=maboxlinux.org \ --authors="Daniel Napora "