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(zathura): disable default recolor

+2 -2
+1 -1
README.md
··· 33 33 > See [`typst/README.md`](./typst/README.md) for more information. 34 34 > 35 35 > If you want, you can set `@anhgelus` (or anything else) instead of `@local` by modifying `packages/local/` into 36 - > `packages/anhgelus`. 36 + > `packages/anhgelus/`. 37 37 38 38 ```bash 39 39 cp -r typst/* ${XDG_DATA_HOME:-$HOME/.local/share}/typst/packages/local/
+1 -1
config/zathura/catppuccin-macchiato
··· 20 20 set notification-warning-bg rgba(36,39,58,1) 21 21 set notification-warning-fg rgba(238,212,159,1) 22 22 23 - set recolor "true" 23 + set recolor "false" 24 24 set recolor-lightcolor rgba(36,39,58,1) 25 25 set recolor-darkcolor rgba(202,211,245,1) 26 26