32 lines
587 B
Markdown
Raw Normal View History

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