mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +00:00
update foot settings
This commit is contained in:
parent
96360d9f59
commit
002e288d48
|
@ -1,9 +1,5 @@
|
||||||
{
|
{
|
||||||
osConfig,
|
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
inputs',
|
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
@ -19,7 +15,6 @@
|
||||||
title = "foot";
|
title = "foot";
|
||||||
locked-title = "no";
|
locked-title = "no";
|
||||||
term = "xterm-256color";
|
term = "xterm-256color";
|
||||||
pad = "16x16 center";
|
|
||||||
shell = "zsh";
|
shell = "zsh";
|
||||||
|
|
||||||
# notifications
|
# notifications
|
||||||
|
@ -28,9 +23,14 @@
|
||||||
|
|
||||||
# font and font rendering
|
# font and font rendering
|
||||||
dpi-aware = false; # this looks more readable on a laptop, but it's unreasonably large
|
dpi-aware = false; # this looks more readable on a laptop, but it's unreasonably large
|
||||||
font = "Iosevka Nerd Font:size=14";
|
font = "Monaspace Krypton:size=11";
|
||||||
font-bold = "Iosevka Nerd Font:size=14";
|
font-bold = "Monaspace Krypton:size=11";
|
||||||
vertical-letter-offset = "-0.90";
|
};
|
||||||
|
|
||||||
|
colors = {
|
||||||
|
alpha = 0.9;
|
||||||
|
background = "191919";
|
||||||
|
foreground = "d8dee9";
|
||||||
};
|
};
|
||||||
|
|
||||||
scrollback = {
|
scrollback = {
|
||||||
|
|
Loading…
Reference in a new issue