forked from dylanaraps/pfetch
-
Notifications
You must be signed in to change notification settings - Fork 9
/
pfetch.1
73 lines (73 loc) · 1.5 KB
/
pfetch.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.TH PFETCH 1
.SH NAME
pfetch \- A pretty system information tool
.SH SYNOPSIS
.B pfetch
.RI [ option ]
.SH DESCRIPTION
.B pfetch
is a pretty system information tool written in POSIX sh.
.SH OPTIONS
.TP
.BR \-d,\ --debug
Debug information
.TP
.BR \-v,\ --version
Prints out pfetch version
.SH CONFIGURATION
.B pfetch
is configured through environment variables
.TP
.BR PF_INFO
Which information to display. If 'ascii' will be used, it must come first.
Valid: all, ascii, title, os, host, kernel, uptime, pkgs, memory,
shell, editor, wm, de, palette, disk, term, resolution, cpus
.TP
.BR PF_SOURCE
A file to source before running pfetch.
.TP
.BR PF_SEP
Separator between info name and info data.
.TP
.BR PF_COLOR
Enable/Disable colors in output: 1 (true), 0 (false)
.TP
.BR PF_COL1
Color of info names: Valid: 0-9
.TP
.BR PF_COL2
Color of info data: Valid: 0-9
.TP
.BR PF_COL3
Color of title data: Valid: 0-9
.TP
.BR PF_ALIGN
Alignment padding.
.TP
.BR PF_ASCII
Which ascii art to use.
.TP
.BR PF_CUSTOM_ASCII
When this is set to the path of a file, that file will be used as ascii art.
.TP
.BR PF_OS
Override the value of os.
.TP
.BR PF_HOST
Override the value of host.
.TP
.BR PF_KERNEL
Override the value of kernel.
.TP
.BR PF_PACKAGE_MANAGERS
Show/Hide Package Manager names: Valid: on, tiny, off
.TP
.BR PF_DISABLED_PACKAGE_MANAGERS
Disable individual package managers.
.TP
.BR PF_ENABLE_SLOW_PACKAGE_MANAGERS
Enable slower package managers that are disabled by default
.TP
.BR PF_DISKPATH
Mount point of the disk used for disk info.
.TP