mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
fuzzel: decrease width and vertical lines
This commit is contained in:
parent
1ac0635fb7
commit
bd7225cf46
|
@ -22,7 +22,8 @@
|
||||||
font = "NotoSansMNerdFont-Regular";
|
font = "NotoSansMNerdFont-Regular";
|
||||||
icon-theme = "Papirus-Dark";
|
icon-theme = "Papirus-Dark";
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
width = 50;
|
width = 36;
|
||||||
|
lines = 3;
|
||||||
terminal = "${pkgs.alacritty}/bin/alacritty";
|
terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||||
};
|
};
|
||||||
border = {width = 2;};
|
border = {width = 2;};
|
||||||
|
|
Loading…
Reference in a new issue