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;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
prompt = "❯ ";
|
prompt = "Summon: ";
|
||||||
show-actions = "yes";
|
show-actions = "yes";
|
||||||
|
dpi-aware = "no";
|
||||||
icon-theme = "Papirus-Dark";
|
icon-theme = "Papirus-Dark";
|
||||||
width = 25;
|
width = 25;
|
||||||
font = "${fonts.names.name0}:weight=bold:size=${toString fonts.sizes.desktop.size0}";
|
font = "${fonts.names.name0}:weight=bold:size=${toString fonts.sizes.desktop.size0}";
|
||||||
terminal = "${pkgs.ghostty}/bin/ghostty";
|
terminal = "${pkgs.ghostty}/bin/ghostty";
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
|
fields = "name";
|
||||||
};
|
};
|
||||||
border = {
|
border = {
|
||||||
radius = 10;
|
radius = 10;
|
||||||
|
width = 2;
|
||||||
};
|
};
|
||||||
colors = {
|
colors = {
|
||||||
background = "${el.base00}dd";
|
background = "${el.base00}dd";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue