deco: new decoration, ‘border’

Kind of like “underline”, but draws a border around the entire
particle.
This commit is contained in:
Daniel Eklöf 2021-10-22 18:08:39 +02:00
parent c9abb6b98f
commit f0782d5124
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 97 additions and 1 deletions

View file

@ -12,6 +12,7 @@
### Added
* ramp: can now have custom min and max values
(https://codeberg.org/dnkl/yambar/issues/103).
* border: new decoration.
### Changed