mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix fuzzel config
This commit is contained in:
parent
1aea49345f
commit
49c20827a1
1 changed files with 16 additions and 17 deletions
|
@ -2,27 +2,26 @@
|
||||||
|
|
||||||
homeConfiguration "nixos" {
|
homeConfiguration "nixos" {
|
||||||
programs.fuzzel = enabled {
|
programs.fuzzel = enabled {
|
||||||
settings = ''
|
settings.main = {
|
||||||
font = JetBrainsMono:size=12
|
font = "JetBrainsMono:size=12";
|
||||||
prompt = "❯ "
|
prompt = "❯ ";
|
||||||
|
|
||||||
terminal = kitty
|
terminal = "kitty";
|
||||||
|
|
||||||
tabs = 4
|
tabs = 4;
|
||||||
|
|
||||||
horizontal-pad = 10
|
horizontal-pad = 10;
|
||||||
vertical-pad = 10
|
vertical-pad = 10;
|
||||||
inner-pad = 5
|
inner-pad = 5;
|
||||||
|
|
||||||
background-color = 1D2021
|
background-color = "1D2021";
|
||||||
text = DDC7A1
|
text = "DDC7A1";
|
||||||
match = D79921
|
match = "D79921";
|
||||||
selection = DDC7A1
|
selection = "DDC7A1";
|
||||||
selection-text = 1D2021
|
selection-text = "1D2021";
|
||||||
border = D79921
|
border = "D79921";
|
||||||
|
};
|
||||||
|
|
||||||
[border]
|
settings.border.radius = 0;
|
||||||
radius = 0
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue