mabox-tools/bin/about-mabox

14 lines
447 B
Plaintext
Raw Normal View History

2022-02-18 20:35:11 +01:00
#!/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>"