fix(foot, bat): conflicts stylix, remove hardcoded themes

This commit is contained in:
madmin 2024-07-20 10:17:54 +02:00
parent 9afc735ea8
commit fde6fcaaa9
2 changed files with 7 additions and 5 deletions

View File

@ -7,7 +7,7 @@
config = { config = {
# Show line numbers, Git modifications and file header (but no grid) # Show line numbers, Git modifications and file header (but no grid)
style = "numbers,changes,header"; style = "numbers,changes,header";
theme = "gruvbox-dark"; # theme = "gruvbox-dark";
}; };
extraPackages = builtins.attrValues { extraPackages = builtins.attrValues {
inherit (pkgs.bat-extras) inherit (pkgs.bat-extras)

View File

@ -1,5 +1,6 @@
{ {
pkgs, pkgs,
lib,
config, config,
... ...
}: { }: {
@ -16,15 +17,16 @@
title = "foot"; title = "foot";
locked-title = "no"; locked-title = "no";
term = "xterm-256color"; term = "xterm-256color";
font = "monospace:size=10.5"; # Stylix overrides these
vertical-letter-offset = "-0.75"; # font = "monospace:size=10.5";
# vertical-letter-offset = "-0.75";
# bold-text-in-bright = "no";
pad = "12x21 center"; pad = "12x21 center";
resize-delay-ms = 100; resize-delay-ms = 100;
notify = "notify-send -a \${app-id} -i \${app-id} \${title} \${body}"; notify = "notify-send -a \${app-id} -i \${app-id} \${title} \${body}";
selection-target = "primary"; selection-target = "primary";
# box-drawings-uses-font-glyphs = "yes"; # box-drawings-uses-font-glyphs = "yes";
dpi-aware = "yes"; # dpi-aware = "yes";
bold-text-in-bright = "no";
word-delimiters = ",`|:\"'()[]{}<>"; word-delimiters = ",`|:\"'()[]{}<>";
}; };
cursor = { cursor = {