commit e96a1776b4d4f16a534d75d64d7e4c24fc061443
parent 4d0c72a6f007e83a3898e56f7bbd3eb073870435
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Sun, 6 Apr 2025 21:01:09 +0200
feat: define cursor section of foot terminal
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix
@@ -53,6 +53,13 @@
foreground = parseColor colors.foreground;
configFile = pkgs.writeText "foot.ini" ''
+ [cursor]
+ color=${background} ${foreground}
+ style=beam
+ blink=yes
+ blink-rate=500
+ beam-thickness=1.5
+
[colors]
alpha=0.8
background=${background}