mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
more cleanup
This commit is contained in:
parent
4450e23991
commit
002ce22cb6
6
inxi
6
inxi
|
@ -606,14 +606,18 @@ BLUE,WHITE,NORMAL
|
||||||
|
|
||||||
RED,BLUE,NORMAL
|
RED,BLUE,NORMAL
|
||||||
RED,DBLUE,NORMAL
|
RED,DBLUE,NORMAL
|
||||||
EMPTY,BLUE,NORMAL
|
BLACK,BLUE,NORMAL
|
||||||
|
BLACK,DBLUE,NORMAL
|
||||||
NORMAL,BLUE,NORMAL
|
NORMAL,BLUE,NORMAL
|
||||||
BLUE,MAGENTA,NORMAL
|
BLUE,MAGENTA,NORMAL
|
||||||
DBLUE,MAGENTA,NORMAL
|
DBLUE,MAGENTA,NORMAL
|
||||||
|
BLACK,MAGENTA,NORMAL
|
||||||
MAGENTA,BLUE,NORMAL
|
MAGENTA,BLUE,NORMAL
|
||||||
MAGENTA,DBLUE,NORMAL
|
MAGENTA,DBLUE,NORMAL
|
||||||
)
|
)
|
||||||
|
|
||||||
|
#echo ${#A_COLOR_SCHEMES[@]};exit
|
||||||
|
|
||||||
# WARNING: In the main part below (search for 'KONVI')
|
# WARNING: In the main part below (search for 'KONVI')
|
||||||
# there's a check for Konversation-specific config files.
|
# there's a check for Konversation-specific config files.
|
||||||
# Any one of these can override the above if inxi is run
|
# Any one of these can override the above if inxi is run
|
||||||
|
|
2
inxi.1
2
inxi.1
|
@ -43,7 +43,7 @@ Shows basic output, short form (previously \fB\-d\fR). Same as: \fBinxi \-v 2
|
||||||
.B \-c \fR[\fB0\fR\-\fB32\fR]
|
.B \-c \fR[\fB0\fR\-\fB32\fR]
|
||||||
Available color schemes. Scheme number is required.
|
Available color schemes. Scheme number is required.
|
||||||
|
|
||||||
Supported color schemes: \fB0\-38
|
Supported color schemes: \fB0\-42
|
||||||
.TP
|
.TP
|
||||||
.B \-c \fR[\fB94\fR\-\fB99\fR]
|
.B \-c \fR[\fB94\fR\-\fB99\fR]
|
||||||
Color selectors run a color selector option prior to inxi starting which lets
|
Color selectors run a color selector option prior to inxi starting which lets
|
||||||
|
|
Loading…
Reference in a new issue