diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-10-08 11:33:19 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-10-08 11:33:19 +0100 |
commit | ebf04e6357393241acc27cb9890a2afa65fd165f (patch) | |
tree | 4134b2f1dc602e0af7d8795cf7e798da3d6f9d45 | |
parent | 8b7cbe59a22d4f7275b9375a61a9f8d3faf902de (diff) |
add tiny description
-rwxr-xr-x | sisyphus | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" |