xmobar - optic and themes

This commit is contained in:
2024-03-09 14:55:28 +01:00
parent 37405d1fd4
commit 7c222fc93b
6 changed files with 55 additions and 47 deletions

View File

@@ -1,13 +1,21 @@
{ ... }:
{
let
theme = builtins.fetchurl {
url =
"https://raw.githubusercontent.com/catppuccin/zathura/main/src/catppuccin-mocha";
sha256 = "1zhx3bfz5s2wjrj87w0ryh15vgsqqfhg6dm48p63r5fmqwsak721";
};
in {
programs.zathura = {
enable = true;
options = {
synctex-editor-command = ''
include ${theme}
nvim --headless -c "VimtexInverseSearch %l '%f'"
'';
synctex = true;
font = "Fira Code 16";
};
};
}