summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsisyphus6
1 files changed, 5 insertions, 1 deletions
diff --git a/sisyphus b/sisyphus
index 88050f0..85e11de 100755
--- a/sisyphus
+++ b/sisyphus
@@ -1,4 +1,8 @@
-#!/bin/bash
+#!/usr/bin/env bash
+
+# Sisyphus is a simple GUI for epkg, the portage wrapper
+# It uses gnome-extra/yad, x11-libs/vte && x11-misc/gtkdialog
+# Main Author : Ghiunhan Mamut @ RogentOS Development Group
export local showprogress="yad --title "sisyphus" --text-info --width 640 --height 480 --center --listen --tail &"
export local focusprogress="wmctrl -F -a "sisyphus" -b add,above"