From 6f349c3a4ad4baaec75215346e934c8392c468ea Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 18 Aug 2023 17:06:48 +0200 Subject: [PATCH] Improved documentation --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22e3a43..8da47b2 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,20 @@ Dashboard for my terminal. - Set the terminal opacity to 50% - Start `dash` -## alacritty +## Config + +The configuration is a normal text file living in `~/.config/dash/`. +You can use it to take notes or display the output of shell commands via the `{command args}` syntax. +The output can be piped to other commands, e.g. `{pacman -Q | wc -l} packages installed`. + +## Terminals + +### alacritty If you're using alacritty you can set the opacity for a single instance via: ```sh alacritty msg config window.opacity=0.5 ``` + +This will make your dashboard transparent but leaves the other windows at full transparency.