14 lines
447 B
Bash
Executable File
14 lines
447 B
Bash
Executable File
#!/bin/bash
|
|
|
|
yad --title="About Mabox" --window-icon=mbcc \
|
|
--about \
|
|
--pname="Mabox Linux" \
|
|
--pversion="$(lsb_release -rs) <i>$(lsb_release -cs)</i>" \
|
|
--image=mbcc \
|
|
--comments="Fast and Lightweight, ready to use Openbox Desktop" \
|
|
--copyright="Copyright 2016-2022, Daniel Napora <napcok@gmail.com>" \
|
|
--license=GPL3 \
|
|
--website="https://maboxlinux.org" \
|
|
--website-label=maboxlinux.org \
|
|
--authors="Daniel Napora <napcok@gmail.com>"
|