mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 09:24:17 +01:00
kitty: Make tab bar transparent
This commit is contained in:
parent
f9cb5c5c56
commit
2abb013666
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user