summaryrefslogtreecommitdiff
path: root/archey3
diff options
context:
space:
mode:
Diffstat (limited to 'archey3')
-rwxr-xr-xarchey38
1 files changed, 0 insertions, 8 deletions
diff --git a/archey3 b/archey3
index 706a89e..cdbfbce 100755
--- a/archey3
+++ b/archey3
@@ -10,14 +10,6 @@
# Simple python script to display an Archlinux logo in ASCII art
# Along with basic system information.
-# Display [Comment/Uncomment to Enable/Disable information.]
-# Protocols:
-# uname:x = return output of `uname -x` (see UNAME_FLAG_MEANINGS for more info)
-# sensors:x = return output of `sensors x`
-# env:x = return value of env variable x
-# fs:x = return space of partition at x
-# mpd:stat,hostname,port = returns value of an mpd stat (options: artists|albums|songs)
-
# Import libraries
import subprocess, optparse, re, sys, configparser
from subprocess import Popen, PIPE