summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Lee <changjin9792@gmail.com>2023-03-29 15:01:20 +0800
committerJason Lee <changjin9792@gmail.com>2023-03-29 15:01:20 +0800
commitaead6728cebb6c91b1f9740c8333e771e9cf9b0b (patch)
tree85ae44295f42d93ff32f4b447843c1cda2fc704a
parentc1532b44ee7c2ec776da85414e283e16c44359e4 (diff)
readme
-rw-r--r--README.md29
-rw-r--r--girok/resources/girok-demo-transparent.gifbin0 -> 18163546 bytes
2 files changed, 28 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0768903..5acb080 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
<h3 align="center"> Who said you cannot have a beautiful UI on terminal?</h4>
-<p align="center"><img src="girok/resources/girok-demo.gif"></img></center>
+<p align="center"><img src="girok/resources/girok-demo-transparent.gif"></img></center>
**Girok**, which means "to record" in Korean, is a **powerful terminal-based task manager** which provides a multitude of scheduling operations that can be done in less than 10 seconds. It also supports **beautiful and responsive calendar GUI** in which you can move around with VIM key bindings.
@@ -90,6 +90,33 @@ Now, let's dive into Girok!
# 🔥 Get Started
+### Fancier UI
+
+If you're a mac user, dramatically enhance your UI by **setting up a (dark theme) background** from a website like Unsplash and **make it to transparent!**
+
+My settings are
+
+1. `54 %` transparency
+2. `20 %` opacity
+
+If you're a ITerm 2 user, for some weird reasons, the calendar doesn't apply the transparency. Please let me know if anyone figures this out to make it transparent for ITerm2!
+
+If you have overflowing icons in the background, it looks bad. To hide the background icons(not deleting), enter the following command
+
+```bash
+defaults write com.apple.finder CreateDesktop -bool false
+
+killall Finder
+```
+
+To get back the icons, enter
+
+```bash
+defaults write com.apple.finder CreateDesktop -bool true; killall Finder
+```
+
+As I just found out about this transparency (and I'm lazy), I'll leave the below demonstrations as before. I'll update later.. :)
+
## 🙏 1. Help command <a name="helpcommand"></a>
In order to see **all the commands** of **Girok**, enter `girok --help` in your terminal.
diff --git a/girok/resources/girok-demo-transparent.gif b/girok/resources/girok-demo-transparent.gif
new file mode 100644
index 0000000..e7c280a
--- /dev/null
+++ b/girok/resources/girok-demo-transparent.gif
Binary files differ