2023-08-17 21:24:10 +00:00
|
|
|
# dash
|
|
|
|
|
2023-08-17 23:10:09 +00:00
|
|
|
Dashboard for my terminal.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
- Run your terminal in fullscreen
|
|
|
|
- Set the terminal opacity to 50%
|
|
|
|
- Start `dash`
|
|
|
|
|
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 15:06:48 +00:00
|
|
|
You can use it to take notes or display the output of shell commands via the `{command args}` syntax.
|
2023-08-18 15:07:45 +00:00
|
|
|
|
2023-08-18 15:06:48 +00:00
|
|
|
The output can be piped to other commands, e.g. `{pacman -Q | wc -l} packages installed`.
|
|
|
|
|
|
|
|
## Terminals
|
|
|
|
|
|
|
|
### alacritty
|
2023-08-17 23:10:09 +00:00
|
|
|
|
|
|
|
If you're using alacritty you can set the opacity for a single instance via:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
alacritty msg config window.opacity=0.5
|
|
|
|
```
|
2023-08-18 15:06:48 +00:00
|
|
|
|
|
|
|
This will make your dashboard transparent but leaves the other windows at full transparency.
|