From 05477046ce09b63e1b2d280d03d39ea9f2ce03ff Mon Sep 17 00:00:00 2001 From: Aurélien DESBRIÈRES Date: Fri, 13 Jun 2014 16:23:32 +0200 Subject: paraboley / archey3 rebranded --- pcr/paraboley/PKGBUILD | 4 ++-- pcr/paraboley/paraboley | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'pcr') diff --git a/pcr/paraboley/PKGBUILD b/pcr/paraboley/PKGBUILD index b7b722a03..0767b86ca 100644 --- a/pcr/paraboley/PKGBUILD +++ b/pcr/paraboley/PKGBUILD @@ -2,10 +2,10 @@ pkgname=paraboley pkgver=0.1 -pkgrel=2 +pkgrel=1 pkgdesc="Python script to display system infomation alongside the Parabola GNU / Linux-libre logo." arch=('any') -url="https://github.com/XL04D/paraboley" +url="http://XL04D.github.com/paraboley" license=('GPL') depends=('python') makedepends=('git' 'python-distribute') diff --git a/pcr/paraboley/paraboley b/pcr/paraboley/paraboley index 94d84c02f..122b3cbb0 100755 --- a/pcr/paraboley/paraboley +++ b/pcr/paraboley/paraboley @@ -14,6 +14,7 @@ # Along with basic system information. # Import libraries + import collections import subprocess, optparse, re, sys, configparser from subprocess import Popen, PIPE @@ -50,7 +51,7 @@ UNAME_FLAG_MEANINGS = { 'i': 'Hardware Platform', } -LOGOS = {'Arch Linux': '''{c1} +LOGOS = {'Parabola': '''{c1} {c1} ## ### {results[0]} {c1} ## ## ##### {results[1]} {c1} ## ## ## ####### {results[2]} @@ -68,7 +69,7 @@ LOGOS = {'Arch Linux': '''{c1} {c1} ### {results[14]} {c1} ### {results[15]} {c1} ## {results[16]} -{c2} # {results[17]} +{c1} # {results[17]} \x1b[0m''' } @@ -428,7 +429,7 @@ class distroCheck(display): except IOError: distro = self.call_command("uname -o") else: - distro = "Arch Linux" + distro = "Parabola" distro = '{0} {1}'.format(distro, self.call_command("uname -m")) return "OS", distro @@ -731,7 +732,6 @@ class Archey(object): results = self.arrange_results(results) return LOGOS[self.distro_name].format(c1=color(self.state, 1), - c2=color(self.state, 2), results = results ) -- cgit v1.2.3