@@ -35,14 +35,14 @@ INSTALLATION
35
35
36
36
Building and installing from source:
37
37
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
42
42
43
43
Installing on KISS Linux:
44
44
45
- $ kiss b kfc && kiss i kfc
45
+ kiss b kfc && kiss i kfc
46
46
47
47
48
48
USAGE
@@ -61,15 +61,28 @@ kfc [-l|-L|-r|-s palette] [|-v|-p]
61
61
EXAMPLES
62
62
--------
63
63
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
+
64
80
- To apply a color palette automatically to a new terminal window, you can add
65
81
the following line to one of your system startup files (e.g ~/.profile,
66
82
~/.ashrc or ~/.bashrc):
67
83
68
84
[ -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
+
73
86
74
87
NEW PALETTES
75
88
------------
@@ -85,5 +98,5 @@ REFERENCES
85
98
[2] Note that background, foreground and cursor color setting does not work
86
99
without applying the 'OSC 10 11 12' patch.
87
100
https://st.suckless.org
88
- [3] Confirmed to work in wayland per sdsddsd1.
101
+ [3] Confirmed to work in wayland ( per sdsddsd1) .
89
102
https://github.com/mcpcpc/kfc/issues/1#issuecomment-657241830
0 commit comments