1

feat: powerline tab bar for kitty

This commit is contained in:
Himadri Bhattacharjee
2025-01-31 10:37:04 +05:30
parent 7468dcd561
commit f3279d1428
2 changed files with 8 additions and 3 deletions

View File

@@ -1,12 +1,13 @@
{ pkgs, ... }:
{
home.file.".config/helix/themes/hel.toml".source = ./sources/helix/hel.toml;
programs.helix = {
enable = true;
settings = {
theme = pkgs.lib.mkForce "solarized_dark";
editor.cursor-shape.insert = "bar";
editor.cursor-shape.normal = "bar";
editor.cursor-shape = {
insert = "bar";
normal = "bar";
};
editor.line-number = "relative";
editor.idle-timeout = 0;
keys.normal."X" = [

View File

@@ -1,4 +1,8 @@
window_margin_width 8
cursor_shape block
tab_bar_style powerline
tab_powerline_style round
tab_bar_background #002b36
cursor_trail 1
cursor_trail_decay 0.1 0.3
cursor_trail_start_threshold 0