kitty: Make tab bar transparent

This commit is contained in:
Donovan Glover 2023-07-02 12:07:16 -04:00
parent f9cb5c5c56
commit 2abb013666
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,3 +1,5 @@
{ config, ... }:
{
programs.kitty = {
enable = true;
@ -17,6 +19,11 @@
window_padding_width = 5;
tab_bar_margin_width = 5;
};
extraConfig = with config.lib.stylix.colors; ''
tab_bar_background #${base00}
inactive_tab_background #${base00}
'';
};
xdg.configFile."kitty/diff.conf".text = ''