Improved documentation
This commit is contained in:
parent
49e4cb7bd2
commit
6f349c3a4a
12
README.md
12
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.
|
||||
|
Loading…
Reference in New Issue
Block a user