summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurie Clark-Michalek <bluepeppers@archlinux.us>2010-09-01 18:40:23 +0100
committerLaurie Clark-Michalek <bluepeppers@archlinux.us>2010-09-01 18:40:23 +0100
commit93d6cfad638fdc3a59c67a723ab584b0f3d59cc2 (patch)
tree4f3597280485fe8cb10e3040aa9be16561f1f69f
parent92e670bae57dc7b339bd0fc815cf6f57af943386 (diff)
Fix missing comma in DISPLAY var
-rwxr-xr-xarchey32
1 files changed, 1 insertions, 1 deletions
diff --git a/archey3 b/archey3
index b7b55f2..15985d2 100755
--- a/archey3
+++ b/archey3
@@ -31,7 +31,7 @@ DISPLAY = [
'uname:p', # Display CPU Model
'env:shell', # Display Current Shell
'env:editor', # Display Editor, using EDITOR env
- 'mpd:songs'
+ 'mpd:songs',
# 'fs:/boot', # Display /boot Partition Usage
# 'fs:/home', # Display /home Partition Usage
# 'fs:/MOUNT/POINT', # Display * Partition, Edit To Your Needs