Skip to content

Commit 3394fd2

Browse files
committed
Update README
1 parent f5f9dd1 commit 3394fd2

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

README

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ INSTALLATION
3535

3636
Building and installing from source:
3737

38-
$ git clone https://github.com/mcpcpc/kfc.git
39-
$ cd kfc/
40-
$ make
41-
$ make install
38+
git clone https://github.com/mcpcpc/kfc.git
39+
cd kfc/
40+
make
41+
make install
4242

4343
Installing on KISS Linux:
4444

45-
$ kiss b kfc && kiss i kfc
45+
kiss b kfc && kiss i kfc
4646

4747

4848
USAGE
@@ -61,15 +61,28 @@ kfc [-l|-L|-r|-s palette] [|-v|-p]
6161
EXAMPLES
6262
--------
6363

64+
For the following examples, remember to replace PALETTE with your preferred
65+
color palette. Refer to the USAGE section for more information on options.
66+
67+
- To see if a specific light color palette is available:
68+
69+
kfc -lL | grep PALETTE
70+
71+
- To apply the light version of the PALETTE:
72+
73+
kfc -Ls PALETTE
74+
75+
- To verify that the palette was applied (or see the last palette that was
76+
applied):
77+
78+
kfc -p
79+
6480
- To apply a color palette automatically to a new terminal window, you can add
6581
the following line to one of your system startup files (e.g ~/.profile,
6682
~/.ashrc or ~/.bashrc):
6783

6884
[ -x "$(command -v kfc)" ] && kfc -s PALETTE
69-
70-
Remember to replace PALETTE in the line above with your preferred color
71-
palette.
72-
85+
7386

7487
NEW PALETTES
7588
------------
@@ -85,5 +98,5 @@ REFERENCES
8598
[2] Note that background, foreground and cursor color setting does not work
8699
without applying the 'OSC 10 11 12' patch.
87100
https://st.suckless.org
88-
[3] Confirmed to work in wayland per sdsddsd1.
101+
[3] Confirmed to work in wayland (per sdsddsd1).
89102
https://github.com/mcpcpc/kfc/issues/1#issuecomment-657241830

0 commit comments

Comments
 (0)