fix fuzzel colors
This commit is contained in:
parent
99b60c63b4
commit
04cbd4af74
1 changed files with 9 additions and 0 deletions
|
|
@ -408,12 +408,20 @@ in
|
||||||
fields = "name,generic,comment,categories,filename,keywords";
|
fields = "name,generic,comment,categories,filename,keywords";
|
||||||
terminal = "kitty";
|
terminal = "kitty";
|
||||||
prompt = "' ➜ '";
|
prompt = "' ➜ '";
|
||||||
|
font = "Maple Mono NF";
|
||||||
layer = "top";
|
layer = "top";
|
||||||
lines = 10;
|
lines = 10;
|
||||||
width = 35;
|
width = 35;
|
||||||
horizontal-pad = 25;
|
horizontal-pad = 25;
|
||||||
inner-pad = 5;
|
inner-pad = 5;
|
||||||
};
|
};
|
||||||
|
colors = {
|
||||||
|
background = "${config.lib.stylix.colors.base00}aa";
|
||||||
|
text = "${config.lib.stylix.colors.base05}ff";
|
||||||
|
selection = "${config.lib.stylix.colors.base01}bb";
|
||||||
|
selection-match = "${config.lib.stylix.colors.base06}ff";
|
||||||
|
border = "${config.lib.stylix.colors.base0E}ee";
|
||||||
|
};
|
||||||
border = {
|
border = {
|
||||||
radius = 15;
|
radius = 15;
|
||||||
width = 3;
|
width = 3;
|
||||||
|
|
@ -542,6 +550,7 @@ in
|
||||||
neovim.enable = false;
|
neovim.enable = false;
|
||||||
waybar.enable = false;
|
waybar.enable = false;
|
||||||
swaylock.enable = true;
|
swaylock.enable = true;
|
||||||
|
fuzzel.enable = false;
|
||||||
firefox.profileNames = [ "profile_0" ];
|
firefox.profileNames = [ "profile_0" ];
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue