summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKornelije Sajler <xajler@gmail.com>2018-04-25 22:53:54 +0200
committerKornelije Sajler <xajler@gmail.com>2018-04-25 22:53:54 +0200
commit67940f05e53c412e2e1321dc8197949b648b5b1f (patch)
tree65888f8114ae787d6137fed874dfc22c0c0ebe6b /README.md
parent582549f486aeec0db5121c9186e15eee59d3c166 (diff)
Updated README with few more info.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index c7956a8..0b59922 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,8 @@ Install code depndencies (voidlinux - most distro should have something similar)
+ `libXft-devel`
+Then make and install:
+
```
make
sudo make install
@@ -54,9 +56,8 @@ sudo make install
### Colorname
-+ Change `colorname[]` array, default colours inspired by colors used in Pop! OS.
++ Change `colorname[]` array values (88 LOC), default colours inspired by colors used in Pop! OS.
+ Numbers of 0 - 15 are usual terminal colors. Changed them to your liking.
+ Change `bg` to your desired terminal background color..
+ Change `fg` to your desired terminal foreground color.
+ Change `cursor` to your desired terminal cursor color.
-+ chnage colors in `colorname` added comments with numbers `0`-`15` colors and also `bg`, `fg` and `cursor` color.