From 433ee1adaf72b8ed55d03827dfaba7d95f5e1428 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 23 Dec 2016 02:39:48 +0000 Subject: new UI for sisyphus --- libsisyphus | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100755 libsisyphus (limited to 'libsisyphus') diff --git a/libsisyphus b/libsisyphus new file mode 100755 index 0000000..339cc5e --- /dev/null +++ b/libsisyphus @@ -0,0 +1,80 @@ +#!/usr/bin/env bash + +# dialog/progress variables +export local showdialog="yad --title "sisyphus" --text-info --width 800 --height 600 --center --no-buttons --on-top --sticky --fixed --skip-taskbar --listen --tail &" +export local showprogress="yad --title "sisyphus" --progress --pulsate --width 800 --center --no-buttons --on-top --sticky --fixed --undecorated --skip-taskbar --auto-close &" + +# main ui functions +export local mainwindow=' + + + + + + + + + pkgname + + + + + + + + + + + + + + + + + + + + + + + + + + + vte1 + echo epkg + + + + + +' -- cgit v1.2.3