mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: tuned up fuzzel for laptop
This commit is contained in:
parent
945f5392ca
commit
936c17f315
1 changed files with 4 additions and 1 deletions
|
@ -30,16 +30,19 @@ in
|
|||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
prompt = "❯ ";
|
||||
prompt = "Summon: ";
|
||||
show-actions = "yes";
|
||||
dpi-aware = "no";
|
||||
icon-theme = "Papirus-Dark";
|
||||
width = 25;
|
||||
font = "${fonts.names.name0}:weight=bold:size=${toString fonts.sizes.desktop.size0}";
|
||||
terminal = "${pkgs.ghostty}/bin/ghostty";
|
||||
layer = "overlay";
|
||||
fields = "name";
|
||||
};
|
||||
border = {
|
||||
radius = 10;
|
||||
width = 2;
|
||||
};
|
||||
colors = {
|
||||
background = "${el.base00}dd";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue