Make your own custom launcher!
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
mLauncher is available on AUR via the mlauncher-git
package.
Make sure to have Python3, PyGObject and Gtk>=3.16.
Open a terminal and cd into the directory where you want to put this app, then run
git clone https://github.com/GabMus/mLauncher/
and you're done!
To run mLauncher simply launch main.py (make sure it has execution permissions). It's important that both main.py and ui.glade are in the same directory.
To update mLauncher, open a terminal into mLauncher folder and run
git pull