From 28af3d42e0ea56a9fd0efe53a435bb5d5d5d0cbf Mon Sep 17 00:00:00 2001 From: 4ur3l13n Date: Thu, 6 Aug 2015 17:22:49 +0200 Subject: upgrade to version 2 --- paraboley | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'paraboley') diff --git a/paraboley b/paraboley index 122b3cb..bef2eea 100755 --- a/paraboley +++ b/paraboley @@ -3,14 +3,12 @@ # Paraboley is a forked made by Aurélien DESBIRÈRES # of archey3 to present the Parabola GNU / Linux-libre logo and informations # -# archey3 [version 0.5] +# paraboley [version 0.2] # -# Copyright 2010 Melik Manukyan -# Copyright 2010-2012 Laurie Clark-Michalek # Distributed under the terms of the GNU General Public License v3. # See http://www.gnu.org/licenses/gpl.txt for the full license text. # -# Simple python script to display an Archlinux logo in ASCII art +# Simple python script to display an Parabola logo in ASCII art # Along with basic system information. # Import libraries @@ -88,6 +86,7 @@ DE_DICT = collections.OrderedDict([ ('cinnamon', 'Cinnamon'), ('gnome-session', 'GNOME'), ('ksmserver', 'KDE'), + ('mate-session', 'MATE'), ('xfce4-session', 'Xfce'), ('lxsession', 'LXDE'), ('', 'None'), @@ -101,9 +100,10 @@ WM_DICT = collections.OrderedDict([ ('enlightenment', 'Enlightenment'), ('fluxbox', 'Fluxbox'), ('fvwm', 'FVWM'), + ('herbstluftwm', 'herbstluftwm'), ('i3', 'i3'), ('icewm', 'IceWM'), - ('kwin', 'KWin'), + (re.compile('kwin(_x11|_wayland)?'), 'KWin'), ('metacity', 'Metacity'), ('musca', 'Musca'), ('openbox', 'Openbox'), -- cgit v1.2.2