🕑 Dashboard for my terminal.
8 Commits
clock | ||
core | ||
editor | ||
empty | ||
.gitignore | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
opacity.sh | ||
README.md |
dash
Dashboard for my terminal.
Examples
Transparent:
Opaque:
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:
alacritty msg config window.opacity=0.5
This will make your dashboard transparent but leaves the other windows at full opacity.