mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
ags steal
This commit is contained in:
25
desktops/hyprland/fuzzel.nix
Normal file
25
desktops/hyprland/fuzzel.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
font = "Lexend";
|
||||
terminal = "foot -e";
|
||||
prompt = ">> ";
|
||||
layer = "overlay";
|
||||
};
|
||||
colors = {
|
||||
background = "191c1ecc";
|
||||
text = "e1e2e5ff";
|
||||
selection = "41484dff";
|
||||
selection-text = "c0c7cdff";
|
||||
border = "41484dff";
|
||||
match = "79d0ffff";
|
||||
selection-match = "79d0ffff";
|
||||
};
|
||||
border = {
|
||||
radius = 17;
|
||||
width = 2;
|
||||
};
|
||||
dmenu.exit-immediately-if-empty = "yes";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user