#!/bin/sh
yad --paned --center --skip-taskbar --title "About Ice2K.sys" \
--window-icon="application-executable" \
--button="OK:0" \
--on-top --orient=vertical --splitter=0 --key=1338 --tab=1 --tab=2 --borders=0&
yad --tabnum=1 --image "$HOME/.icewm/programs/shutdown/banner.png" --image-on-top --borders=0 --no-buttons --plug=1338 --tab-pos=bottom &
yad --tabnum=2 --borders=4 --tabnum=2 --plug=1338 --tab-pos=top --text \
"\
                         tf's Ice2K.sys
                         Public Alpha Male Release (Build 180)
                         Licensed under multiple licenses.



                         This product is licensed to:
                         $(whoami)
                         $(cat /etc/hostname)
                         ___________________________________________________

                         Physical memory available to $(uname -s):   $(grep MemTotal /proc/meminfo | awk '{print $2}') KB"
