Void Linux workstation powered by niri, Fish and NeoVim. Contains scripts, browser extensions, custom XBPS packages, and typst plugins. git.anhgelus.world/anhgelus/dotfiles
void niri fish neovim nvim vim dotfiles linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(typst): reduce callout title size

+1 -1
+1 -1
typst/callout/1.0.0/lib.typ
··· 17 17 18 18 #let callout(icon, title, title_content, colors, content) = { 19 19 emptyblock(colors)[ 20 - #text(size: 1.25em)[#icon~ #strong(title)] 20 + #text(size: 1.15em)[#icon~ #strong(title)] 21 21 22 22 #content 23 23 ]