mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
kitty: Make tab bar transparent
This commit is contained in:
parent
f9cb5c5c56
commit
2abb013666
@ -1,3 +1,5 @@
|
|||||||
|
{ config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -17,6 +19,11 @@
|
|||||||
window_padding_width = 5;
|
window_padding_width = 5;
|
||||||
tab_bar_margin_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 = ''
|
xdg.configFile."kitty/diff.conf".text = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user