MLeidel / glaunch

A little graphic launcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glaunch

A little graphic launcher (verticle) for the desktop.

pic of glaunch

glaunch.py

The python/tkinter program

mif

a directory containing many icon images for the program

settings.sh

bash file to launch nemo and gedit for editing the glaunch.ini file
button 1 on the launcher opens these

glaunch.ini

The 9 line text file containing the image_file|executable
eg. ic_create_white_24dp.png|gedit

winfo

holds the window position geometry


I've writen the program to use Nemo and Gedit.
You can change and expand the program to your own specifications.


Use

python3 glaunch.py
python3 glaunch.py NO

The 'NO' argument causes the window to appear with its title bar to make positioning easier.

Once in the right position, you could execute without the argument to undecorate the window.

About

A little graphic launcher

License:GNU General Public License v3.0


Languages

Language:Python 98.6%Language:Shell 1.4%