2023-08-18 18:52:40 +02:00

32 lines
587 B
Markdown

# dash
Dashboard for my terminal.
## Examples
Transparent:
![dash transparent](https://i.imgur.com/hc7tJYT.png)
Opaque:
![dash opaque](https://i.imgur.com/8rxHhDE.png)
## Config
The configuration is a normal text file living in `~/.config/dash/`.
You can use it to take plain old notes or display the output of shell commands via the `{command args}` syntax.
## Terminals
### alacritty
You can set the opacity for a single window via:
```sh
alacritty msg config window.opacity=0.5
```
This will make your dashboard transparent but leaves the other windows at full opacity.